Skip to content

Commit ff184ae

Browse files
committed
2.52.0
* Support {defaultFn: 'shortid'} (#1110) (Simon Ho) * Add ilike and nilike operators (#1136) (Simon Ho) * Fix JSdoc (Amir Jafarian) * Update ja translation file (Candy) * Update translation files - round#2 (Candy) * Add 'isNewInstance' for updateAttributes (Amir Jafarian) * Add globalization strings (Amir Jafarian) * Add docs for KVAO (Simon Ho) * Skip test temporarily (Loay)
1 parent c3eca40 commit ff184ae

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGES.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
2016-10-13, Version 2.52.0
2+
==========================
3+
4+
* Support {defaultFn: 'shortid'} (#1110) (Simon Ho)
5+
6+
* Add ilike and nilike operators (#1136) (Simon Ho)
7+
8+
* Fix JSdoc (Amir Jafarian)
9+
10+
* Update ja translation file (Candy)
11+
12+
* Update translation files - round#2 (Candy)
13+
14+
* Add 'isNewInstance' for updateAttributes (Amir Jafarian)
15+
16+
* Add globalization strings (Amir Jafarian)
17+
18+
* Add docs for KVAO (Simon Ho)
19+
20+
* Skip test temporarily (Loay)
21+
22+
123
2016-09-12, Version 2.51.0
224
==========================
325

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.51.0",
3+
"version": "2.52.0",
44
"publishConfig": {
55
"export-tests": true
66
},

0 commit comments

Comments
 (0)