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

Commit 58d32d8

Browse files
committed
[firebase-release] Removed change log and reset repo after 1.1.0 release
1 parent 54d3e6f commit 58d32d8

File tree

5 files changed

+2
-2288
lines changed

5 files changed

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

changelog.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
feature - Improved performance (and fixed some timing bugs) by replacing custom internal batching logic with Angular's `$evalAsync()`.
2-
changed - The `new` keyword is now optional for services which use `$extend()` to add functionality to `$firebaseArray` and `$firebaseObject`.
3-
removed - Removed unnecessary debug logging in `$firebaseArray.$destroy()`.
4-
fixed - `$waitForAuth()` and `$requireAuth()` now properly detect authentication state changes.
5-
fixed - Fixed cases where `$$error()` was being called on `null` objects.
6-
fixed - Resolved inconsistent argument validation in `$changeEmail()` (thanks to @whitneyit).

0 commit comments

Comments
 (0)