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

Commit 47ab891

Browse files
author
Jacob Wenger
committed
Added 0.8.1 changelog
1 parent 11f6227 commit 47ab891

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
feature - Optimized our `$bindTo()` code base.
2+
feature - Improved handling of saving deeply nested data structures to Firebase (resolved invalid `$$hashKey` errors in `ng-repeat`).
3+
feature - Can use `$$defaults` to set local, default values on synchronized objects.
4+
fixed - Fixed bug which caused `$bindTo()` to not work with inputs (cursor jumped to end).
5+
fixed - Changing `$priority` and `$value` when using `$bindTo()` now cause the server properly update (they are now stored as `_id`, `_value`, and `_priority`, which trigger updates for `$watch`).
6+
fixed - `$` fields no longer show up when looping over `$asObject()`.
7+
fixed - Modified `$add()` to accept `$priority` and `$value` meta fields.
8+
fixed - `$save()` method now notifies listeners registered with `$watch()`.

0 commit comments

Comments
 (0)