From 035ae0eee9b2b93f6facf5fb09bbe4f7d26a7597 Mon Sep 17 00:00:00 2001 From: Chen Yangjian <252317+cyjake@users.noreply.github.com> Date: Tue, 26 Oct 2021 11:36:23 +0800 Subject: [PATCH] release: v1.13.4 --- History.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 304e08db..eee1677d 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,16 @@ +1.13.4 / 2021-10-25 +=================== + +## What's Changed +* docs: spell & model methods should be generic by @cyjake in https://github.com/cyjake/leoric/pull/206 +* docs: enhance query options, instance type, and toJSON() result type by @cyjake in https://github.com/cyjake/leoric/pull/207 + +This version brings correct (and hopefully better) typescript definitions, with the dts checked continuously at test/types tests. With this version, users that have model types correctly pinned at Bone will get code completion including class fields. Such as: + +![image](https://user-images.githubusercontent.com/252317/138683240-98ee9e79-4b3e-449c-bc95-a449d457d64f.png) + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v1.13.3...v1.13.4 + 1.13.3 / 2021-10-21 =================== diff --git a/package.json b/package.json index 1162ce35..2a7f7f29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "1.13.3", + "version": "1.13.4", "description": "JavaScript Object-relational mapping alchemy", "main": "index.js", "types": "types/index.d.ts",