Skip to content

v3.0.0

Compare
Choose a tag to compare
@soranoba soranoba released this 24 May 08:10
· 11 commits to master since this release
6402303

Breaking Changes

It will MUST execute pageboy.RegisterCallbacks immediately after db.Open.

db, _ := gorm.Open(sqlite.Open("test.db"), &gorm.Config{})
// Please execute it only once immediately after opening DB.
pageboy.RegisterCallbacks(db)

Bug fixes

  • #14 Fixed a bug related to concurrency