3.2.0
* Fix should dep (Raymond Feng) * Upgrade dependencies to remove npm install warnings (Raymond Feng) * Add missing return for KVAO delete all (Simon Ho) * Add missing return in KVAO keys test suite (Simon Ho) * Detect deleteAll support in KVAO tests (Simon Ho) * Coerce array-like objects into arrays (Heath Morrison) * Refactor flush to deleteAll (Simon Ho) * Upgrade eslint-config to 7.x (Miroslav Bajtoš) * Throw error when model relation name is trigger (Brian Schemp) * Add flush operation to KVAO (Simon Ho) * Fix block padding (Siddhi Pai)
This commit is contained in:
parent
315c2774cb
commit
cf7f05db8b
26
CHANGES.md
26
CHANGES.md
|
@ -1,3 +1,29 @@
|
|||
2017-01-19, Version 3.2.0
|
||||
=========================
|
||||
|
||||
* Fix should dep (Raymond Feng)
|
||||
|
||||
* Upgrade dependencies to remove npm install warnings (Raymond Feng)
|
||||
|
||||
* Add missing return for KVAO delete all (Simon Ho)
|
||||
|
||||
* Add missing return in KVAO keys test suite (Simon Ho)
|
||||
|
||||
* Detect deleteAll support in KVAO tests (Simon Ho)
|
||||
|
||||
* Coerce array-like objects into arrays (Heath Morrison)
|
||||
|
||||
* Refactor flush to deleteAll (Simon Ho)
|
||||
|
||||
* Upgrade eslint-config to 7.x (Miroslav Bajtoš)
|
||||
|
||||
* Throw error when model relation name is trigger (Brian Schemp)
|
||||
|
||||
* Add flush operation to KVAO (Simon Ho)
|
||||
|
||||
* Fix block padding (Siddhi Pai)
|
||||
|
||||
|
||||
2016-12-21, Version 3.1.1
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "3.1.1",
|
||||
"version": "3.2.0",
|
||||
"publishConfig": {
|
||||
"export-tests": true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue