* Fix HasOne.update to propagate options arg (Miroslav Bajtoš)
 * Update ko translation file (Candy)
 * Back-port fixes for linter errors from master (Miroslav Bajtoš)
 * Update chinese simplified translation file (Candy)
 * Apply style guide to test names (Amir Jafarian)
 * Continue _coerce after logical operators (Heath Morrison)
 * Fix manually (Amir Jafarian)
 * Auto-update by eslint --fix (Amir Jafarian)
 * update eslintrc according to master branch (Amir Jafarian)
 * Update eslint (Amir Jafarian)
 * test/kvao: add connectorCapabilities options (Miroslav Bajtoš)
 * Update validations.js (Rand McKinney)
 * Fix bug when near filter is used (Amir Jafarian)
This commit is contained in:
Miroslav Bajtoš 2016-12-21 10:41:36 +01:00
parent 71ef3dd095
commit 5b836bdae0
2 changed files with 26 additions and 2 deletions

View File

@ -1,6 +1,30 @@
2016-10-13, Version 2.53.0
2016-12-21, Version 2.53.1
==========================
* Fix HasOne.update to propagate options arg (Miroslav Bajtoš)
* Update ko translation file (Candy)
* Back-port fixes for linter errors from master (Miroslav Bajtoš)
* Update chinese simplified translation file (Candy)
* Apply style guide to test names (Amir Jafarian)
* Continue _coerce after logical operators (Heath Morrison)
* Fix manually (Amir Jafarian)
* Auto-update by eslint --fix (Amir Jafarian)
* update eslintrc according to master branch (Amir Jafarian)
* Update eslint (Amir Jafarian)
* test/kvao: add connectorCapabilities options (Miroslav Bajtoš)
* Update validations.js (Rand McKinney)
* Fix bug when near filter is used (Amir Jafarian)

View File

@ -1,6 +1,6 @@
{
"name": "loopback-datasource-juggler",
"version": "2.53.0",
"version": "2.53.1",
"publishConfig": {
"export-tests": true
},