Skip to content

Commit

Permalink
3.6.0
Browse files Browse the repository at this point in the history
 * create sequence for nosql id (#1354) (Janny)
 * Fix order of query results (Loay)
 * Add DateString type (Kevin Delisle)
 * datatype.test: use predefined date (Kevin Delisle)
 * Update api documents (Loay)
 * Datasource documentation tune-up (Kevin Delisle)
 * Added unit tests specific to DateType where null (#1349) (Andrew McDonnell)
 * Fix/geo null (#1334) (paulussup)
 * replace exception thrown for invalid dates (Diana Lau)
 * Revert PR #1326 (#1336) (Sakib Hasan)
 * Make lib peerDepend on loopback-connector (#1326) (Russ Tyndall)
 * Add test case using updateAttributes (Loay)
 * Fix forceId bug for updateOrCreate (Loay)
 * Fix typo in description (jannyHou)
 * Fix relations test case (loay)
  • Loading branch information
Kevin Delisle committed May 2, 2017
1 parent 156b638 commit 6bbad5e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGES.md
@@ -1,3 +1,37 @@
2017-05-02, Version 3.6.0
=========================

* create sequence for nosql id (#1354) (Janny)

* Fix order of query results (Loay)

* Add DateString type (Kevin Delisle)

* datatype.test: use predefined date (Kevin Delisle)

* Update api documents (Loay)

* Datasource documentation tune-up (Kevin Delisle)

* Added unit tests specific to DateType where null (#1349) (Andrew McDonnell)

* Fix/geo null (#1334) (paulussup)

* replace exception thrown for invalid dates (Diana Lau)

* Revert PR #1326 (#1336) (Sakib Hasan)

* Make lib peerDepend on loopback-connector (#1326) (Russ Tyndall)

* Add test case using updateAttributes (Loay)

* Fix forceId bug for updateOrCreate (Loay)

* Fix typo in description (jannyHou)

* Fix relations test case (loay)


2017-04-17, Version 3.5.0
=========================

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "loopback-datasource-juggler",
"version": "3.5.0",
"version": "3.6.0",
"publishConfig": {
"export-tests": true
},
Expand Down

0 comments on commit 6bbad5e

Please sign in to comment.