This repository was archived by the owner on Mar 17, 2025. It is now read-only.
v1.1.0
- Improved performance (and fixed some timing bugs) by replacing custom internal batching logic with Angular's
$evalAsync(). - The
$$added(),$$updated(),$$moved(), and$$removed()methods on$firebaseArraycan now optionally return a promise (thanks to @jamestalmage). - The
newkeyword is now optional for services which use$extend()to add functionality to$firebaseArrayand$firebaseObject. - Removed unnecessary debug logging in
$firebaseArray.$destroy(). $waitForAuth()and$requireAuth()now properly detect authentication state changes.- Fixed cases where
$$error()was being called onnullobjects. - Resolved inconsistent argument validation in
$changeEmail()(thanks to @whitneyit).