All Versions
62
Latest Version
Avg Release Cycle
94 days
Latest Release
1425 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v2.1.15 Changes
June 05, 2014- ๐ Feature: Enable plugging in custom third-party drivers (now known as adapters) ([#512](../../issues/512))
- โ Add Instance.set() so that properties of type object can have their properties set and mark model as dirty ([#517](../../issues/517))
- โ Add Instance.markAsDirty(propName) to force a properties state to dirty/changed.
- Enable Property.mapsTo for keys ([#509](../../issues/509))
- ๐ Fix hasMany join tables with custom key columns ([#510](../../issues/510))
-
v2.1.14 Changes
May 22, 2014- ๐ Allow explicitly specifying
key: true
on properties rather than passing in an array of ids. - ๐ Fix Property.mapsTo ([#506](../../issues/506))
- ๐ Allow explicitly specifying
-
v2.1.13 Changes
May 21, 2014- Dont modify array passed to execQuery
-
v2.1.12 Changes
May 20, 2014- โ Add custom-type support to hasMany extra properties.
- ๐ Fix SQLite index name collisions ([#499](../../issues/499))
-
v2.1.11 Changes
May 19, 2014- ๐ Fix hasMany.getAccessor().count()
-
v2.1.10 Changes
May 09, 2014- ๐ Fix sqlite Dialect.clear - resets incremental counters ([#497](../../issues/497))
-
v2.1.9 Changes
May 06, 2014- โ Add basic PostGIS support - ([#456](../../issues/456), [#375](../../issues/375))
- ๐ Allow mapping model properties to differently named columns ([#273](../../issues/273), [#495](../../issues/495))
-
v2.1.8 Changes
April 28, 2014- ๐ Fix '.omit' ([#491](../../issues/491))
-
v2.1.7 Changes
April 25, 2014- โ Add explicit 'integer' type to avoid confusion.
type: 'number', rational: false
will auto convert totype: 'integer'
.
- โ Add explicit 'integer' type to avoid confusion.
-
v2.1.6 Changes
April 23, 2014- โ Add '.omit' to chain find - opposite of '.only'