-
Adaptor no longer self-registers in a module environment, and no longer has a dependency on Ractive or Backbone (@rich-harris, #31)
-
Internal: Rewrote as ES6 module (@rich-harris, #31)
This release brings better compatibility with Ractive 0.6.x and Backbone 1.1.x.
-
Fix infinite loop issue that arises when one model is wrapped twice. (@anton-ryzhov, #21)
-
Fix nested collections support. (#13)
-
Internal: update test suite to Mocha. (@rstacruz, #17, #18)
-
Internal: remove Grunt dependency. (@rstacruz, #25, #26)
-
List Backbone and Ractive as peer dependencies. (@rstacruz, #19)
-
Update required versions of Backbone and Ractive to allow future versions. (@rstacruz, #19)
-
Use Backbone's
model.set
instead ofmodel.reset
. Fixes Backbone 1.1.2 support. (@browniefed, #12, #10)
-
BREAKING CHANGE: Rename to
ractive-adaptors-backbone
. -
Fix
reset
issue when performingset('model', null)
. (@bartsqueezy, #3) -
Fix browserify compatibility. (@ahdinosaur, #1)
- Initial release as
ractive-backbone
.