Skip to content

Releases: oktavilla/backbone-kinship

v0.2.0

09 Oct 09:15
bf2fd6b
Compare
Choose a tag to compare

Adds support for model.reset (if available). When a RelationModel instance is reset, any matching data will also be used to reset (or remove) all relational children models.

v0.1.6

24 Jun 08:12
Compare
Choose a tag to compare

Relations now handles sets and resets as ordinary Backbone objects do (previously collections were reset on every set).

v0.1.5

23 Jun 09:03
Compare
Choose a tag to compare

Backbone.RelationalModel.attributes now contains the data from the model's relations as well.

v0.1.4

08 May 15:18
Compare
Choose a tag to compare

Relations that inherit Backbone.Collection will now always be initialized.

v0.1.3

08 Apr 11:55
Compare
Choose a tag to compare
  • Model.clone now also clones relations.
  • A change is now propagated from a relation to the relationalModel for each add, remove, change and reset events.

v0.1.1

31 Mar 08:49
Compare
Choose a tag to compare

Added lacking support for both Backbone set signatures for nested attributes.

v0.1.0

20 Mar 10:58
Compare
Choose a tag to compare

The first official version. 🎆