Tags give the ability to mark specific points in history as being important
-
v2.16.0
169e2709 · ·2.16.0 * Return 400 when client provides an incorrect value (Pradnya Baviskar) * Relax "id" checks in test/manipulation.test.js (Miroslav Bajtoš) * Fix typo (Raymond Feng) * test: undefined property values are preserved (Miroslav Bajtoš) * Remove undefined properties for create (Raymond Feng) * Update to `should` to the latest version 4.6.3 (Miroslav Bajtoš) * Relax the id equality test for mongodb object ids (Raymond Feng)
-
v2.15.0
cd0d76c6 · ·2.15.0 * Fix id type issue for update (Raymond Feng) * Rename hook "query" to "access" (Miroslav Bajtoš) * Implement intent hook `before delete` (Miroslav Bajtoš) * Remove redundant `.toObject()` call from `upsert` (Miroslav Bajtoš) * Fix regression in `.save()` from 1fd6eff1 (Miroslav Bajtoš) * Fix hasOne remoting (Raymond Feng) * Make sure batch create calls back with correct data (Raymond Feng) * Intent-based hooks for persistence (Miroslav Bajtoš) * ModelBaseClass: implement async observe/notify (Miroslav Bajtoš) * Upgrade `should` to the latest 1.x version (Miroslav Bajtoš) * Fixed nullCheck in validations to correct behavior when dealing with undefined attributes (James Billingham) * Supply target to applyProperties function (Fabien Franzen) * fix id property for composite ids (Clark Wang) * fix id properties should sort by its index (Clark Wang) * Fixed typos and logic for protected properties (Christian Enevoldsen) * adds support for protected properties. (Christian Enevoldsen) * support embeds data for belongsTo relation Signed-off-by: Clark Wang <clark.wangs@gmail.com> (Clark Wang)
-
v2.14.1
a5c8e2eb · ·2.14.1 * Fix detection of `util.inspect` version (Miroslav Bajtoš) * fix recursive calls if create belongsTo model in beforeCreate hook (Clark Wang)
-
v2.14.0
abd0d244 · ·2.14.0 * Remove console.log (Raymond Feng) * Fix for #369 (Dallon Feldner) * Fix virtual id get function. (Berkeley Martinez) * Fix Model.prototype.inspect (Miroslav Bajtoš) * Include property value in the error message (Miroslav Bajtoš) * Update datasource.js (Rand McKinney) * Change Model to BaseModel for clarity (Fabien Franzen) * Don't coerce nested objects into Model instances (Fabien Franzen)
-
v2.13.0
dfd26e4c · ·2.13.0 * added test for sorting undefined values (Christian Vette) * Fix the floating number comparison (Raymond Feng) * Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham) * replace deprecated function __defineGetter__ (bitmage) * add a flag to callback of findOrCreate to indicate find or create (Clark Wang) * fix sorting of undefined values with multiple columns (Christian Vette) * code style (cvette) * fix sorting with undefined in memory connector (cvette) * Added support for inline parameters like: new GeoPoint(-34, 150) (Simo Moujami) * fix default include in default scope fails findById (Clark Wang) * Added test for toString() (Simo Moujami) * Additional formatting (Simo Moujami) * Fixed constructor parameters and added bdd tests for constructor validation (Simo Moujami) * Fixed indentation (Simo Moujami) * Added mocha tests for GeoPoint (Simo Moujami) * renamed intermediary variable (Simo Moujami) * Fixed the haversine formula to calculate distance between 2 points properly (Simo Moujami)
-
v2.12.0
acd20ae6 · ·2.12.0 * Relax the id comparison (Raymond Feng) * Allow more flavors of nullable values from DB discovery (Raymond Feng) * Fix a typo (Raymond Feng) * docs.json: add lib/model.js (Miroslav Bajtoš) * Update README.md (Rand McKinney) * fix embedsOne error when embed instance is undefined or null (Clark Wang) * Be explicit: set RelationDefinition multiple flag (Fabien Franzen) * Allow hasOne relation to have a scope option (Clark Wang) * fix skipping async validator will always fail if condition is un-fulfilled (Clark Wang)
-
-
-
-
-
-
-
-
-
-
-
-
-
-