All Versions
62
Latest Version
Avg Release Cycle
94 days
Latest Release
1672 days ago

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))
  • 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 to type: 'integer'.
  • v2.1.6 Changes

    April 23, 2014
    • โž• Add '.omit' to chain find - opposite of '.only'