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)
This commit is contained in:
parent
71ef3dd095
commit
5b836bdae0
26
CHANGES.md
26
CHANGES.md
|
@ -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)
|
* Fix bug when near filter is used (Amir Jafarian)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-datasource-juggler",
|
"name": "loopback-datasource-juggler",
|
||||||
"version": "2.53.0",
|
"version": "2.53.1",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"export-tests": true
|
"export-tests": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue