2.40.0
* Fix id comparision in tests so that they work with mongodb object id (Raymond Feng) * Update validations.js (Rand McKinney) * Add support for using UUID V4 as defaultFn (Bram Borggreve) * primaryKey for hasMany and belongsTo relations (sklyukin) * primaryKey to hasOne relation (sklyukin) * Add direct copmarison value for array matching (Laurent Villeneuve) * Add support for matching array values à la mongo. (Laurent Villeneuve) * Fixed ReferencesMany .findById to check the given id in the ids array of the model instance (Satyadeep)
This commit is contained in:
parent
a6519bb2ca
commit
567ffb8040
20
CHANGES.md
20
CHANGES.md
|
@ -1,3 +1,23 @@
|
|||
2015-09-10, Version 2.40.0
|
||||
==========================
|
||||
|
||||
* Fix id comparision in tests so that they work with mongodb object id (Raymond Feng)
|
||||
|
||||
* Update validations.js (Rand McKinney)
|
||||
|
||||
* Add support for using UUID V4 as defaultFn (Bram Borggreve)
|
||||
|
||||
* primaryKey for hasMany and belongsTo relations (sklyukin)
|
||||
|
||||
* primaryKey to hasOne relation (sklyukin)
|
||||
|
||||
* Add direct copmarison value for array matching (Laurent Villeneuve)
|
||||
|
||||
* Add support for matching array values à la mongo. (Laurent Villeneuve)
|
||||
|
||||
* Fixed ReferencesMany .findById to check the given id in the ids array of the model instance (Satyadeep)
|
||||
|
||||
|
||||
2015-08-27, Version 2.39.0
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "2.39.0",
|
||||
"version": "2.40.0",
|
||||
"description": "LoopBack DataSoure Juggler",
|
||||
"keywords": [
|
||||
"StrongLoop",
|
||||
|
|
Loading…
Reference in New Issue