You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note, this plugin does *not* handle non-embedded relations, which keeps it relatively simple. If you support for more complex relationships between models, see [the Backbone plugin wiki page](https://github.com/jashkenas/backbone/wiki/Extensions,-Plugins,-Resources#relations).
163
163
164
-
## Changelog
165
-
166
-
#### HEAD ([diff](https://github.com/afeld/backbone-nested/compare/v1.1.2...master?w=1))
167
-
168
-
* fix `remove()` not firing `'remove'` event when last element of array is removed (thanks @Kmandr)
169
-
* fix `clear()` and set nested attributes on `changedAttributes()` (thanks @isakb)
170
-
*`'change'` events will no longer fire if new value matches the old
Pull requests are more than welcome - please add tests, which can be run by opening test/index.html. They can also be run from the command-line (requires [PhantomJS](http://phantomjs.org/)):
0 commit comments