Releases: afeld/backbone-nested
Releases · afeld/backbone-nested
v2.0.4
v2.0.3
v2.0.2
v2.0.1
2.0.0
- 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 onchangedAttributes()
(thanks @isakb) 'change'
events will no longer fire if new value matches the old- fix attribute
escape()
ing
1.1.2
1.1.1
1.1.0
- Backbone 0.9.1 compatibility
- fire 'remove' event from remove()
- added add() method
- added demo pages