Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
 * 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)
  • Loading branch information
Raymond Feng committed Jan 19, 2017
1 parent 315c277 commit cf7f05d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions 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
=========================

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

0 comments on commit cf7f05d

Please sign in to comment.