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

Commit 19c35d0

Browse files
committed
[firebase-release] Removed changelog and distribution files after releasing AngularFire 0.9.0
1 parent 124fd1b commit 19c35d0

File tree

5 files changed

+2
-2199
lines changed

5 files changed

+2
-2199
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angularfire",
33
"description": "The officially supported AngularJS binding for Firebase",
4-
"version": "0.9.0",
4+
"version": "0.0.0",
55
"authors": [
66
"Firebase <[email protected]> (https://www.firebase.com/)"
77
],

changelog.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +0,0 @@
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)