|
| 1 | +### v2.0.14 - 27 June 2013 |
| 2 | + |
| 3 | +- Changes many errors to use the ErrorCodes generator (#206) |
| 4 | +- Changes Model.aggregate() to support multiple orders when calling .order() (#207) |
| 5 | +- Changes Readme.md sqlite3 version and adds warning. |
| 6 | +- Fix wrong import of debug output for aggregate functions |
| 7 | +- Fix orm when running on node v0.6 (at least) and module not found error has no code property |
| 8 | +- Adds model.namePrefix setting (#203) |
| 9 | +- Fixes bug when passing an array (object) of ids but no options object |
| 10 | +- Only mark model as dirty if a property has _really_ changed |
| 11 | +- Fix hasOne infinite loop |
| 12 | +- WIP: Fix hasOne infinite loop & migrate tests to mocha |
| 13 | +- Fixes ipv4 predefined validator match string (it was not matching correctly!) |
| 14 | +- Fixes Model.get() when passing cache: false and model has cache: true |
| 15 | +- Creates Singleton.clear() to clear cache, exports singleton in orm |
| 16 | +- Fix required property model.save only threw a single error with returnAllErrors = true |
| 17 | +- Fixes some hasMany association usage of Association.id to check for real id property name (#197) |
| 18 | +- Changes db.load() to return value from loaded and invoked function (#194) |
| 19 | +- Adds possibility to add a callback to ChainFind.find() (#190) |
| 20 | +- Adds .findByX(...) to .hasOne("X", ...) |
| 21 | +- Allow db.load() to work outside of module.exports |
| 22 | +- Fix mysql driver for non-autoincrement key |
| 23 | +- Test framework moving to mocha, not complete yet |
| 24 | +- Adds `make cov` to make for a test coverage |
| 25 | +- Many other bug fixes |
| 26 | + |
1 | 27 | ### v2.0.13 - 5 June 2013 |
2 | 28 |
|
3 | 29 | - Avoids throwing when calling db.close() without a callback and using pool in mysql (fixes #180) |
|
0 commit comments