Skip to content
This repository has been archived by the owner on Aug 25, 2018. It is now read-only.

Commit

Permalink
Added changelog for 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davideast committed Nov 21, 2014
1 parent 69a2431 commit 34616a0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
important - Changed library name to BackboneFire. It is now available as `backbonefire` on Bower.
feature - Added `autoSync` property for one-time syncing of `Backbone.Firebase.Model` and `Backbone.Firebase.Collection`.
feature - Added support for `url` property to create a Firebase reference for `Backbone.Firebase.Model` and `Bacbone.Firebase.Collection`.
feature - Added a Firebase reference for each `Model` in a `Backbone.Firebase.Collection`.
removed - Removed `firebase` property from `Backbone.Firebase.Model` and `Bacbone.Firebase.Collection`.
removed - Removed `Backbone.Firebase()` constructor for syncing a `Backbone.Model` and `Backbone.Collection`.
fixed - The `sync` event for a `Backbone.Firebase.Collection` is called on value changes.
fixed - Models are properly prepared when adding to a `Backbone.Firebase.Collection`.
fixed - Models are properly destroyed when calling `Backbone.Firebase.Model.destroy()`.

0 comments on commit 34616a0

Please sign in to comment.