Skip to content

Commit 5b836bd

Browse files
committed
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)
1 parent 71ef3dd commit 5b836bd

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGES.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
1-
2016-10-13, Version 2.53.0
1+
2016-12-21, Version 2.53.1
22
==========================
33

4+
* Fix HasOne.update to propagate options arg (Miroslav Bajtoš)
5+
6+
* Update ko translation file (Candy)
7+
8+
* Back-port fixes for linter errors from master (Miroslav Bajtoš)
9+
10+
* Update chinese simplified translation file (Candy)
11+
12+
* Apply style guide to test names (Amir Jafarian)
13+
14+
* Continue _coerce after logical operators (Heath Morrison)
15+
16+
* Fix manually (Amir Jafarian)
17+
18+
* Auto-update by eslint --fix (Amir Jafarian)
19+
20+
* update eslintrc according to master branch (Amir Jafarian)
21+
22+
* Update eslint (Amir Jafarian)
23+
24+
* test/kvao: add connectorCapabilities options (Miroslav Bajtoš)
25+
26+
* Update validations.js (Rand McKinney)
27+
428
* Fix bug when near filter is used (Amir Jafarian)
529

630

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-datasource-juggler",
3-
"version": "2.53.0",
3+
"version": "2.53.1",
44
"publishConfig": {
55
"export-tests": true
66
},

0 commit comments

Comments
 (0)