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

Commit ba8ee68

Browse files
author
jwngr
committed
More change logs entries for upcoming 1.1.0 release
1 parent 6fb0dfc commit ba8ee68

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

changelog.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
feature - Improved performance by replacing custom internal batching logic with Angular's `$evalAsync()`.
1+
feature - Improved performance (and fixed some timing bugs) by replacing custom internal batching logic with Angular's `$evalAsync()`.
22
changed - The `new` keyword is now optional for services which use `$extend()` to add functionality to `$firebaseArray` and `$firebaseObject`.
3-
fixed - Resolved inconsistent argument validation in `$firebaseAuth.changeEmail()` (thanks to @whitneyit).
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)