2.48.0
* Return error if connector does not implement (Amir Jafarian) * kvao: return 404 when expiring unknown key (Miroslav Bajtoš) * Update doc for `validatesFormatOf` (Amir Jafarian) * Implement KeyValue API and memory connector (Miroslav Bajtoš) * Fix test case typo (Amir Jafarian) * Remove unused variables in model.js (Amir Jafarian) * Add test for updateOrCreate (Amir Jafarian) * Declare `definition` (Amir Jafarian) * Add test to catch invalid date property (Supasate Choochaisri)
This commit is contained in:
parent
a8a105c3ee
commit
b4d2d19ac6
22
CHANGES.md
22
CHANGES.md
|
@ -1,3 +1,25 @@
|
|||
2016-08-09, Version 2.48.0
|
||||
==========================
|
||||
|
||||
* Return error if connector does not implement (Amir Jafarian)
|
||||
|
||||
* kvao: return 404 when expiring unknown key (Miroslav Bajtoš)
|
||||
|
||||
* Update doc for `validatesFormatOf` (Amir Jafarian)
|
||||
|
||||
* Implement KeyValue API and memory connector (Miroslav Bajtoš)
|
||||
|
||||
* Fix test case typo (Amir Jafarian)
|
||||
|
||||
* Remove unused variables in model.js (Amir Jafarian)
|
||||
|
||||
* Add test for updateOrCreate (Amir Jafarian)
|
||||
|
||||
* Declare `definition` (Amir Jafarian)
|
||||
|
||||
* Add test to catch invalid date property (Supasate Choochaisri)
|
||||
|
||||
|
||||
2016-07-14, Version 2.47.0
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "2.47.0",
|
||||
"version": "2.48.0",
|
||||
"publishConfig": {
|
||||
"export-tests": true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue