* Replace deprecated node-uuid with uuid module (Raymond Feng)
 * Coerce array-like objects into arrays (Heath Morrison)
 * Throw error when model relation name is trigger (Brian Schemp)
 * Update package.json for LB3 release (Simon Ho)
This commit is contained in:
Raymond Feng 2017-01-17 09:29:46 -08:00
parent e251f05914
commit 26d25d60fd
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
2017-01-17, Version 2.54.0
==========================
* Replace deprecated node-uuid with uuid module (Raymond Feng)
* Coerce array-like objects into arrays (Heath Morrison)
* Throw error when model relation name is trigger (Brian Schemp)
* Update package.json for LB3 release (Simon Ho)
2016-12-21, Version 2.53.1
==========================

View File

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