Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit e09717d

Browse files
committed
Updated CHANGELOG.md for 0.8 release
1 parent 0aeefb8 commit e09717d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ v0.8.0
33
Release Date: 2014-07-29
44

55
* NOTE: this release introduces several breaking changes as we works towards a stable 1.0.0 release.
6-
* Moved many roles of $firebase into $FirebaseObject. $firebase is now just an Angular array wrapper around the base Firebase API.
7-
* Introduced $FirebaseArray to provide better array support.
8-
* Added support for extending the base $FirebaseObject and $FirebaseArray factories.
6+
* The `$firebase` object is now a utility for obtaining sychronized objects and for calling write operations
7+
* Moved all read ops out of `$firebase` (use $asObject for same functionality)
8+
* Introduced synchronized arrays for handling collections!
9+
* Added support for extending the prototype of synchronized objects and arrays.
10+
* Renamed $bind to $bindTo (now exists on $FirebaseObject)
11+
* Removed $on and $child (should be able to use the `$extendFactory` methods for this functionality)
12+
* New enhanced docs and guides on Firebase.com!

0 commit comments

Comments
 (0)