Skip to content

Commit

Permalink
release: v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed May 17, 2023
1 parent 2fb5581 commit d8ba6e9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2.11.0 / 2023-05-17
===================

## What's Changed
* feat: support browser and support sql.js driver by @vagusX in https://github.com/cyjake/leoric/pull/386
* fix: remove unscoped fn in src/adapters/sequelize.js by @vagusX in https://github.com/cyjake/leoric/pull/387
* fix: join conditions containing fields of base model should be allowed by @cyjake in https://github.com/cyjake/leoric/pull/388


**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.10.3...v2.11.0

2.10.3 / 2023-04-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.10.3",
"version": "2.11.0",
"description": "JavaScript Object-relational mapping alchemy",
"main": "index.js",
"browser": "dist/browser.js",
Expand Down

0 comments on commit d8ba6e9

Please sign in to comment.