* Fix assert as array does not guarantee order (Candy)
 * Fixed empty objList in linkOneToMany fn (#1287) (somename85)
 * remove equality value for user-defined id (#1292) (Matteo Padovano)
 * override collection name for arangodb (#1274) (Matteo Padovano)
 * fix missing findOrCreate error callback (Ryan Graham)
This commit is contained in:
Kevin Delisle 2017-06-13 12:37:24 -04:00
parent 4ebc421c11
commit 5a661a064a
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
2017-06-13, Version 2.54.2
==========================
* Fix assert as array does not guarantee order (Candy)
* Fixed empty objList in linkOneToMany fn (#1287) (somename85)
* remove equality value for user-defined id (#1292) (Matteo Padovano)
* override collection name for arangodb (#1274) (Matteo Padovano)
* fix missing findOrCreate error callback (Ryan Graham)
2017-03-13, Version 2.54.1
==========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-datasource-juggler",
"version": "2.54.1",
"version": "2.54.2",
"publishConfig": {
"tag": "lts",
"export-tests": true