Skip to content

Commit

Permalink
release: v2.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjake committed Oct 25, 2022
1 parent eab20b6 commit f2999d0
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.8.8 / 2022-10-25
==================

## What's Changed
* fix: join query with select columns should include order columns by @cyjake in https://github.com/cyjake/leoric/pull/360
* docs: support switchable dark theme, at web app level by @cyjake in https://github.com/cyjake/leoric/pull/359
* fix: @Column() should not tamper parent attributes directly by @cyjake in https://github.com/cyjake/leoric/pull/362
* fix: bone.update({ deletedAt: null }) and likewise methods should work by @cyjake in https://github.com/cyjake/leoric/pull/363


**Full Changelog**: https://github.com/cyjake/leoric/compare/v2.8.7...v2.8.8

2.8.7 / 2022-10-11
==================

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

0 comments on commit f2999d0

Please sign in to comment.