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

Commit 6e0a711

Browse files
committed
Merge pull request #616 from firebase/jw-change-log-1-1-0
Change log for upcoming v1.1.0 release
2 parents a22f335 + ba8ee68 commit 6e0a711

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
feature - Improved performance (and fixed some timing bugs) by replacing custom internal batching logic with Angular's `$evalAsync()`.
2+
changed - The `new` keyword is now optional for services which use `$extend()` to add functionality to `$firebaseArray` and `$firebaseObject`.
3+
removed - Removed unnecessary debug logging in `$firebaseArray.$destroy()`.
4+
fixed - `$waitForAuth()` and `$requireAuth()` now properly detect authentication state changes.
5+
fixed - Fixed cases where `$$error()` was being called on `null` objects.
6+
fixed - Resolved inconsistent argument validation in `$changeEmail()` (thanks to @whitneyit).

0 commit comments

Comments
 (0)