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

Commit 1cd992e

Browse files
author
Jacob Wenger
committed
Updated change log and README for 0.9.1 release
1 parent 9939a37 commit 1cd992e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ In order to use AngularFire in your project, you need to include the following f
1818

1919
```html
2020
<!-- AngularJS -->
21-
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.min.js"></script>
21+
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.7/angular.min.js"></script>
2222

2323
<!-- Firebase -->
24-
<script src="https://cdn.firebase.com/js/client/2.0.4/firebase.js"></script>
24+
<script src="https://cdn.firebase.com/js/client/2.0.6/firebase.js"></script>
2525

2626
<!-- AngularFire -->
2727
<script src="https://cdn.firebase.com/libs/angularfire/0.9.0/angularfire.min.js"></script>

changelog.txt

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

0 commit comments

Comments
 (0)