Skip to content

0.8.5

Compare
Choose a tag to compare
@bpatram bpatram released this 03 Apr 01:56
· 178 commits to master since this release

Changes

  • Supports Backbone 1.0.0
  • #191: if includeInJSON is equal to the model's idAttribute, "missing" models will be included in the JSON to avoid data loss
  • #201: Added Backbone.Store.removeModelScope method
  • #273: Improve merging of relations between super/subModels
  • #295: Check (and error on) duplicate ids when explicitly setting the idAttribute
  • #320: Use merge: true by default on Collection.reset