|
| 1 | +### v2.1.0 - 3 Aug 2013 |
| 2 | + |
| 3 | +- Adds License (MIT) file (closes #271) |
| 4 | +- Make Model.get respect Model autoFetch default value (#277) |
| 5 | +- Changes the way ":" is added to sqlite db paths (#270) |
| 6 | +- Fixes duplicated debug lines for postgres (#258) |
| 7 | +- Fixes not saving associations if no changes (other than associations) are made (#256) |
| 8 | +- Fixes autoFetch being discarded in Model.get options (closes #266) |
| 9 | +- Adds beforeDefine to plugins (#263) |
| 10 | +- Allows user to pass an object to extendsTo.setAccessor instead of an instance (detected via #250) |
| 11 | +- Changes autoFetch to avoid autofetching if instance is not saved (it's new!) (#242) |
| 12 | +- Changes validations and predefined validators to use [email protected] |
| 13 | +- Adds support for setting properties.association_key to be a function (name, field) |
| 14 | +- Passes connection settings to database drivers |
| 15 | +- Creates initial mongodb driver and 'mongo' driver alias |
| 16 | +- Allow querying chainfind with sql conditions |
| 17 | +- Allow passing extra options to extended models |
| 18 | +- Allow big text fields |
| 19 | +- Allow before* hooks to modify the instance |
| 20 | +- Fixes #226 - hasOne delAccessor not working |
| 21 | +- Adds Utilities.getRealPath to look for the real path to load based on the file where it was called from (for db.load and db.use) |
| 22 | +- Fixes Model.aggregate().call() to accept no arguments except function name |
| 23 | +- Fix problem with extendsTo and custom key types |
| 24 | +- Better association typing and multikey support |
| 25 | + |
1 | 26 | ### v2.0.15 - 10 July 2013 |
2 | 27 |
|
3 | 28 | - Support for 'point' type as a property (#221) |
|
0 commit comments