Skip to content

Commit

Permalink
release: v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Sep 24, 2021
1 parent 29a72a0 commit 8832048
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
1.11.0 / 2021-09-24
===================

* 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)

1.10.0 / 2021-09-14
==================
===================

* feat: SQLite driver should emit "connection" event when new connection is created (#168)
* fix: bulkCreate(...records) should recognize custom setters (#168)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leoric",
"version": "1.10.0",
"version": "1.11.0",
"description": "JavaScript Object-relational mapping alchemy",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 8832048

Please sign in to comment.