Skip to content

Releases: afeld/backbone-nested

v2.0.4

27 Jul 04:54
Compare
Choose a tag to compare
  • Fix for nestedChanges and delayedTriggers#140

v2.0.3

04 May 19:34
Compare
Choose a tag to compare
  • Don't install Bower globally – #136

v2.0.2

13 Mar 18:54
Compare
Choose a tag to compare
  • Fix accessing of nested attributes in previous()#133
  • Testing tweaks

v2.0.1

13 Mar 18:53
Compare
Choose a tag to compare
  • Add CommonJS and AMD support – #110
  • Fix for setting attributes in nested attributes whose parent don't yet exist – #113

2.0.0

29 Jan 00:26
Compare
Choose a tag to compare
  • Backbone 1.x support (#96)
  • add option to test from command line and run tests on Travis CI
  • fix remove() not firing 'remove' event when last element of array is removed (#19)
  • fix clear() and set nested attributes on changedAttributes() (thanks @isakb)
  • 'change' events will no longer fire if new value matches the old
  • fix attribute escape()ing

1.1.2

11 Jan 23:11
Compare
Choose a tag to compare
  • changedAttributes() should include the nested attribute paths
  • remove warnings when retrieving nested objects - more of a nuisance than a convenience

1.1.1

11 Jan 23:11
Compare
Choose a tag to compare
  • fixed remove() to not insert array back into itself
  • upgraded test suite to Backbone 0.9.2

1.1.0

11 Jan 23:12
Compare
Choose a tag to compare
  • Backbone 0.9.1 compatibility
  • fire 'remove' event from remove()
  • added add() method
  • added demo pages

1.0.3

11 Jan 23:12
Compare
Choose a tag to compare

1.0.2

11 Jan 23:12
Compare
Choose a tag to compare
  • added option to silence get() warnings for non-leaf attributes