v1.11.0
- 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)