Skip to content

v1.11.0

Compare
Choose a tag to compare
@cyjake cyjake released this 24 Sep 09:50
· 266 commits to master since this release
  • feat: support BINARY(length), VARBINARY(length), and BLOB (#169)
  • fix: logic operate should adapt one argument (#183)
  • fix: Bone.load() should be idempotent, make sure associations is intact (#184)
  • fix: selected instance isNewRecord is false (#182)
  • fix: set options.busyTimeout to mitigate SQLITE_BUSY (#176)
  • fix: turn on long stack trace of sqlite driver (#175)
  • docs: how to contribute (#180)