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

Commit b7e76c2

Browse files
committed
[firebase-release] Removed changelog and distribution files after releasing AngularFire 0.9.1
1 parent 7bba831 commit b7e76c2

File tree

5 files changed

+2
-2398
lines changed

5 files changed

+2
-2398
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.1",
4+
"version": "0.0.0",
55
"authors": [
66
"Firebase <[email protected]> (https://www.firebase.com/)"
77
],

changelog.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +0,0 @@
1-
feature - Added `$firebaseAuth.$changeEmail()` to change the email address associated with an existing account.
2-
feature - `$firebaseAuth.$createUser()` is now fulfilled with a user object which contains the created user's `uid`.
3-
feature - Added several minor performance improvements implemented by @jamestalmage.
4-
fixed - `$firebaseAuth.$onAuth()` now properly fires a digest loop upon changes in authentication state.
5-
fixed - Fixed an issue with `$firebaseAuth.$offAuth()` which prevented the callback from actually being unbound (thanks to @jamestalmage).
6-
fixed - Fixed a bug in `$firebase.$remove()` when deleting a Firebase query reference (thanks to @jamestalmage).
7-
deprecated - Passing in credentials to the user management methods of `$firebaseAuth` as individual arguments has been deprecated in favor of a single credentials argument.
8-
deprecated - Deprecated `$firebaseAuth.$sendPasswordResetEmail()` in favor of the functionally equivalent `$firebaseAuth.$resetPassword()`.

0 commit comments

Comments
 (0)