Tags give the ability to mark specific points in history as being important
-
v2.46.1
baef0331 · ·2.46.1 * fix (Miroslav Bajtoš) * Retun err for UPSERT if the connector returns err (Amir Jafarian) * Fix error message (Amir Jafarian) * Add test's description (Amir Jafarian) * ModelBuilder: add new setting strictEmbeddedModels (Dimitris Halatsis) * Fix incompatibility between different connectors PR#938 (Amir Jafarian) * travis: add v4, v6, drop io.js (Miroslav Bajtoš) * Backport ESLint from master (Simon Ho) * Set ESLint as devdep (Simon Ho) * Use mocha instead of Makefile for testing (Simon Ho) * Implement operation hooks for EmbedsMany methods (Miroslav Bajtoš) * Implement operation hooks for EmbedsOne methods (Miroslav Bajtoš) * eslint config 2.0 + remove extra empty lines (Miroslav Bajtoš) * Fix eslint errors in memory connector (Miroslav Bajtoš) * Run `eslint --fix` with config from master (Miroslav Bajtoš) * Test coverages for hashed password (Amir Jafarian) * Fix `forceId` check for `replaceByIds` PR#896 (Amir Jafarian) * test: extract hook-monitor helper (Miroslav Bajtoš) * test: extract uid-generator helper (Miroslav Bajtoš) * test: extract context-test-helpers (Miroslav Bajtoš) * Define `patch` aliases (Amir Jafarian)
-
v3.0.0-alpha.4
1e8fe6a0 · ·3.0.0-alpha.4 * 3.0.0-alpha.4 (Miroslav Bajtoš) * Partition by foreign key for pagination (Raymond Feng) * Fix style errors (Raymond Feng) * fix remaining eslint issues (Miroslav Bajtoš) * eslint --fix (Miroslav Bajtoš) * Add eslint as "npm run lint" and "posttest" hook (Miroslav Bajtoš) * Remove unused support/ files (Miroslav Bajtoš) * Insert copyright headers (Ryan Graham) * Relicense as MIT only (Ryan Graham) * Fix Mongo compatibility issue (Amir Jafarian) * Add automigrate to setup tables for replace test cases (Amir Jafarian) * Allow test folder to be published (Amir Jafarian) * support custom field settings under the connector's namespace (bitmage) * Update error message for missing connector (gunjpan) * Fix tests for mysql (Amir Jafarian) * Add forgotten unit test (Miroslav Bajtoš) * fix nin support for in memory datasource (Horia Radu) * Improve error message on connector init error (Miroslav Bajtoš) * discoverSchemas returns an error when modelName is not found, discoverSchema forwards that error and does not hang when no columns, no errors are returned (bitmage)
-
v2.46.0
7eee0afb · ·2.46.0 * Insert copyright headers (Miroslav Bajtoš) * Relicense as MIT only (Miroslav Bajtoš) * Fix Mongo compatibility issue (Amir Jafarian) * Add automigrate to setup tables for replace test cases (Amir Jafarian) * Remove next tag (2.x) (Amir Jafarian) * Allow test folder to be published (Amir Jafarian) * Fix tests for mysql (Amir Jafarian) * Add forgotten unit test (Miroslav Bajtoš) * Improve error message on connector init error (Miroslav Bajtoš) * Update describe-operation-hooks (Miroslav Bajtoš) * Fix missing connector error msg for db2, cloudant for 2.x (Candy) * Implementtaion of replace (Amir Jafarian)
-
v3.0.0-alpha.3
dd4530ca · ·3.0.0-alpha.3 * 3.0.0-alpha.3 (Miroslav Bajtoš) * Fix missing connector error msg for db2, cloudant (Candy) * Update describe-operation-hooks (Miroslav Bajtoš)
-
-
-
v3.0.0-alpha.2
504675fc · ·3.0.0-alpha.2 * 3.0.0-alpha.2 (Miroslav Bajtoš) * Implementtaion of replace (Amir Jafarian) * Fix conversion for `updateAttributes` (Amir Jafarian) * Prevent constructor to be property name (Jue Hou) * Revert "Change "npm test" to call mocha directly" (Miroslav Bajtoš) * Change "npm test" to call mocha directly (Hans(Zhenghan) Zhang) * Refactor `updateAttributes` (Amir Jafarian) * Update README.md (Simon Ho) * Add unit test to verify fix for #754 (Tom Kirkpatrick) * Update package.json (Janny) * Try mocha test (Janny) * Implement `findOrCreate` for memory connector (Amir Jafarian) * Fix a bug when validation is off for findOrCreate (Amir Jafarian) * Use bluebird in utils.js Replace `global.Promise` with `bluebird` (Jue Hou) * Fix broken code fencings in the docs (Farid Nouri Neshat) * Revert "Correct syntax for should and more" (Simon Ho) * Fix test for shouldjs 8.0.2 upgrade (Simon Ho) * Upgrade shouldjs to 8.0.2 (Simon Ho) * Enhance "persist" hook in DAO.updateOrCreate (Miroslav Bajtoš) * Enhance "persisted" hook in DAO.updateAttributes (Miroslav Bajtoš) * "loaded" hook in DAO.find: ctx.data, not instance (Miroslav Bajtoš) * describe-operation-hooks: add "loaded" hook (Miroslav Bajtoš)
-
v2.45.0
96588622 · ·2.45.0 * Refactor `updateAttributes` (Amir Jafarian) * Enhance "persisted" hook in DAO.updateAttributes (Miroslav Bajtoš) * Add unit test to verify fix for #754 (Tom Kirkpatrick) * Implement `findOrCreate` for memory connector (Amir Jafarian) * Fix a bug when validation is off for findOrCreate (Amir Jafarian) * Fix broken code fencings in the docs (Farid Nouri Neshat) * Revert "Correct syntax for should and more" (Simon Ho) * Fix test for shouldjs 8.0.2 upgrade (Simon Ho) * Upgrade shouldjs to 8.0.2 (Simon Ho) * Correct syntax for should and more (Amir Jafarian)
-
v3.0.0-alpha.1
990307f3 · ·3.0.0-alpha.1 * 3.0.0-alpha.1 (Miroslav Bajtoš) * Start development of 3.0 (Miroslav Bajtoš) * Correct syntax for should and more (Amir Jafarian)
-
v2.44.0
1e9bbd27 · ·2.44.0 * Fix failing test for MongoDB connector (Simon Ho) * Make automatic validation optional (Bert Casier) * Add refresh script (Simon Ho) * Add clean scripts (Simon Ho) * Refactor Makefile (Simon Ho)
-
v2.43.0
dbab1555 · ·2.43.0 * Explicitly initialize column of partition by clause and pass it in find()'s options argument (eugene-frb) * Fix for issue #774 (Pradeep Kumar Tippa) * silence a warning that introduced in bluebird 3.0 (Clark Wang) * fixed a bug where an error was sent to the updateAttributesCallback and then ignored (Abe BW) * Capture includeHasMany() as a find()'s caller by findCaller option (eugene-frb) * UpdateAttributes: Raises an error if database fails (Wilson Júnior) * fixes #753 (Joseph M. Persie) * typo fix (nennad) * Fix foreignKey length issue (nennad)
-
v2.42.0
b8fb67be · ·2.42.0 * Correction of a regression introduced by commit 632898b: when querying an empty array ([]) with a 'neq' filter, there were no matching. (Michael Diguet) * dropped unused functions and tests fixed (Wert_Lex) * One more comment (Wert_Lex) * Looks better now (Wert_Lex) * home-written map extended with proper .set() method (Wert_Lex) * on the halfway to keeping original keys (Wert_Lex) * with updated map which stores original key and tests for them (Wert_Lex) * Moved inst initialization to place where it used (Wert_Lex) * All tests passed (Wert_Lex) * Dirty merge. Tests are broken (Wert_Lex) * include utils add. Tests ported to should.js (Wert_Lex)
-
v2.41.2
84e606bc · ·2.41.2 * Fix the typo (Raymond Feng) * fix typo (Clark Wang) * fix global leak that mocha complains (Clark Wang) * Refer to licenses with a link (Sam Roberts)
-
v2.41.1
46bdb063 · ·2.41.1 * Added missing callback when a model is not found (Federico Rampazzo) * Rewrite of variable (mdartic) * Filtering relations of a model with an order specified (mdartic)
-
v2.41.0
a2ed2a40 · ·2.41.0 * Ability to define normalization of undefined query (Ryan Schumacher) * findByIds would fail when an array of 0 length was passed as its first argument (James Cooke) * Use strongloop conventions for licensing (Sam Roberts)
-
-
v2.40.0
567ffb80 · ·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)
-
v2.39.0
0b22e2a2 · ·2.39.0 * Optimze automigrate() to cut the test time signicantly (Raymond Feng) * Fix primary key checks (Simon Ho) * travis: drop 0.6 and 0.8, add iojs (Miroslav Bajtoš) * Upgrade Travis to container-based infrastructure (Miroslav Bajtoš) * Relax id requirement for basic query operations (Simon Ho)
-
v2.38.0
347926ea · ·2.38.0 * Support embedded query in memory connector. Fix memory connector bug (Laurent Villeneuve) * Use idEquals when comparing ids in relation definitions (Laurent Villeneuve) * Handle possible undefined id (Laurent Villeneuve) * Fix id copmarison by using strings (Laurent Villeneuve) * Refactor idEquals to utils (Raymond Feng)
-
v2.37.0
84c4d0e9 · ·2.37.0 * Do not coerce RegExp objects to strings (Simon Ho) * Indicate result of destroyById/protototype.destroy (Fabien Franzen) * Removed extra ")" (Chris Finn) * Fixed typo & added the filter units (Chris Finn)