2.24.0
* Add new strict mode "validate" (Miroslav Bajtoš) * Promisify model relation methods (Partap Davis) * Deprecate property names containing a dot (Miroslav Bajtoš) * Allow nesting properties to be queried for memory connector (Raymond Feng)
This commit is contained in:
parent
1d82d6176b
commit
dc54d02485
12
CHANGES.md
12
CHANGES.md
|
@ -1,3 +1,15 @@
|
|||
2015-04-14, Version 2.24.0
|
||||
==========================
|
||||
|
||||
* Add new strict mode "validate" (Miroslav Bajtoš)
|
||||
|
||||
* Promisify model relation methods (Partap Davis)
|
||||
|
||||
* Deprecate property names containing a dot (Miroslav Bajtoš)
|
||||
|
||||
* Allow nesting properties to be queried for memory connector (Raymond Feng)
|
||||
|
||||
|
||||
2015-04-01, Version 2.23.0
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "2.23.0",
|
||||
"version": "2.24.0",
|
||||
"description": "LoopBack DataSoure Juggler",
|
||||
"keywords": [
|
||||
"StrongLoop",
|
||||
|
|
Loading…
Reference in New Issue