From 8832048f1be29c4f12b57547fa9e2466118a4599 Mon Sep 17 00:00:00 2001 From: Chen Yangjian <252317+cyjake@users.noreply.github.com> Date: Fri, 24 Sep 2021 17:47:29 +0800 Subject: [PATCH] release: v1.11.0 --- History.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 718920d0..e185459a 100644 --- a/History.md +++ b/History.md @@ -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) diff --git a/package.json b/package.json index cf91c345..ae090e5d 100644 --- a/package.json +++ b/package.json @@ -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",