From 5dae9006f969bab428722747f5529293eaba2548 Mon Sep 17 00:00:00 2001 From: Chen Yangjian <252317+cyjake@users.noreply.github.com> Date: Wed, 9 Nov 2022 16:17:13 +0800 Subject: [PATCH] release: v2.9.0 --- History.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index af036a54..aeb41e08 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,15 @@ +2.9.0 / 2022-11-09 +================== + +## What's Changed +* fix: `tinytext` type error by @JimmyDaddy in https://github.com/cyjake/leoric/pull/364 +* fix: date strings should be parsed with system time zone considered by @cyjake in https://github.com/cyjake/leoric/pull/365 +* feat: support multiple level inherent by @JimmyDaddy in https://github.com/cyjake/leoric/pull/366 +* fix: `cast/uncast` STRING and TEXT with non-string type value, and some type definitions by @JimmyDaddy in https://github.com/cyjake/leoric/pull/368 + + +**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.8.8...v2.9.0 + 2.8.8 / 2022-10-25 ================== diff --git a/package.json b/package.json index b89e4eb8..649b1914 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leoric", - "version": "2.8.8", + "version": "2.9.0", "description": "JavaScript Object-relational mapping alchemy", "main": "index.js", "types": "index.d.ts",