Skip to content

Commit

Permalink
release: v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Nov 9, 2022
1 parent 112ab32 commit 5dae900
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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
==================

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": "2.8.8",
"version": "2.9.0",
"description": "JavaScript Object-relational mapping alchemy",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 5dae900

Please sign in to comment.