Skip to content

Commit

Permalink
Release v1.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
richardo2016 committed Apr 16, 2019
1 parent 1360777 commit 8e06e6b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@

v1.9.7 / 2019-04-15
v1.9.8 / 2019-04-16
==================

* feat, model: little robust change.
* feat, model: improve implementation of model creeate & eagerLoad.
* feat, model: simplify implementation of `eagerLoad`
* feat, model: fix typo and add TODO about model's `create`
* fix, model: add `ModelOptions__Create` and apply it, fix default parallel strategy when creating items;

v1.9.7 / 2019-04-15
===================

* Release v1.9.7
* typo and implements normalization about callback/synchronous style arguments in driver's low-level apis.

v1.9.6 / 2019-04-10
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": "@fxjs/orm",
"version": "1.9.7",
"version": "1.9.8",
"description": "Object Relational Mapping for fibjs",
"main": "lib",
"types": "@types/index.d.ts",
Expand Down

0 comments on commit 8e06e6b

Please sign in to comment.