Skip to content
This repository was archived by the owner on Jul 7, 2026. It is now read-only.

Releases: afeld/backbone-nested

v2.0.4

Choose a tag to compare

@afeld afeld released this 27 Jul 04:54
  • Fix for nestedChanges and delayedTriggers#140

v2.0.3

Choose a tag to compare

@afeld afeld released this 04 May 19:34
  • Don't install Bower globally – #136

v2.0.2

Choose a tag to compare

@afeld afeld released this 13 Mar 18:54
  • Fix accessing of nested attributes in previous()#133
  • Testing tweaks

v2.0.1

Choose a tag to compare

@afeld afeld released this 13 Mar 18:53
  • Add CommonJS and AMD support – #110
  • Fix for setting attributes in nested attributes whose parent don't yet exist – #113

2.0.0

Choose a tag to compare

@afeld afeld released this 29 Jan 00:26
  • 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

Choose a tag to compare

@afeld afeld released this 11 Jan 23:11
  • changedAttributes() should include the nested attribute paths
  • remove warnings when retrieving nested objects - more of a nuisance than a convenience

1.1.1

Choose a tag to compare

@afeld afeld released this 11 Jan 23:11
  • fixed remove() to not insert array back into itself
  • upgraded test suite to Backbone 0.9.2

1.1.0

Choose a tag to compare

@afeld afeld released this 11 Jan 23:12
  • Backbone 0.9.1 compatibility
  • fire 'remove' event from remove()
  • added add() method
  • added demo pages

1.0.3

Choose a tag to compare

@afeld afeld released this 11 Jan 23:12

1.0.2

Choose a tag to compare

@afeld afeld released this 11 Jan 23:12
  • added option to silence get() warnings for non-leaf attributes