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

Commit f0dd187

Browse files
committed
Merge pull request #467 from firebase/jw-changelog
Added changelog for upcoming 0.9.0 release
2 parents ca1ac1e + a0037b0 commit f0dd187

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

changelog.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
important - AngularFire support for Simple Login has been removed in favor of the new authentication methods introduced in Firebase 1.1.0.
2+
feature - Upgraded Firebase dependency to 2.0.x.
3+
feature - Added `$waitForAuth()` and `$requireAuth()` methods to easily retrieve and require authentication state in Angular routers.
4+
feature - Added `$remove()` method to `$FirebaseObject` to remove an entire object from Firebase.
5+
feature - Simplified the code required to extend the `$FirebaseArray` and `$FirebaseObject` factories.
6+
feature - Added automatic session persistence for all authentication methods.
7+
feature - Added a standardized `authData` returned for all authentication providers.
8+
changed - The `$firebaseSimpleLogin` service has been replaced with `$firebaseAuth`, which supports the new Firebase authentication methods introduced in Firebase 1.1.0.
9+
changed - `$login()` has been replaced with the functionally equivalent `$authWith*()` methods.
10+
changed - `$logout()` has been renamed to `$unauth()`.
11+
changed - The API for the user management methods have changed slightly.
12+
removed - The `user` property has been removed from the authentication service. You can now use `$getAuth()` to synchronously retrieve a client's authentication state.

0 commit comments

Comments
 (0)