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)
This commit is contained in:
parent
c3eca4025c
commit
ff184aec16
22
CHANGES.md
22
CHANGES.md
|
@ -1,3 +1,25 @@
|
|||
2016-10-13, Version 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)
|
||||
|
||||
|
||||
2016-09-12, Version 2.51.0
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "2.51.0",
|
||||
"version": "2.52.0",
|
||||
"publishConfig": {
|
||||
"export-tests": true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue