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

Commit 0438593

Browse files
committed
[firebase-release] Removed changelog and distribution files after releasing AngularFire 1.0.0
1 parent c395b9a commit 0438593

5 files changed

Lines changed: 2 additions & 2345 deletions

File tree

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.0.0",
4+
"version": "0.0.0",
55
"authors": [
66
"Firebase <support@firebase.com> (https://www.firebase.com/)"
77
],

changelog.txt

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +0,0 @@
1-
important - Read carefully! There are several breaking changes in this release.
2-
important - API is now official! Future 1.x.x versions will remain backwards-compatible with the current API contract.
3-
important - We have a migration guide here: https://firebase.com/docs/web/libraries/angular/guide/migration-guides.html.
4-
feature - Upgraded Firebase dependency to 2.2.x.
5-
feature - Enhanced performance of `$bindTo()` (thanks @jamesstalmage).
6-
feature - Added support for CommonJS (thanks @bendrucker).
7-
removed - `$firebase` has been removed; see the migration guide for alternatives.
8-
removed - `$inst()` was removed; use `$ref()` to get to the underlying Firebase reference.
9-
removed - The previously deprecated ability to pass in credentials to the user management methods of `$firebaseAuth` as individual arguments has been removed in favor of a single credentials argument.
10-
removed - The previously deprecated `$sendPasswordResetEmail()` method has been removed; use the equivalent `$resetPassword()` method instead.
11-
changed - `$asArray()` has been replaced by calling the `$firebaseArray` service directly.
12-
changed - `$asObject()` has been replaced by calling the `$firebaseObject` service directly.
13-
changed - `$FirebaseArray` renamed to $firebaseArray`.
14-
changed - `$FirebaseObject` renamed to `$firebaseObject`.
15-
changed - `$extendFactory()` has been renamed to `$extend()` and has been simplified; see the migration guide for details.
16-
changed - A warning message is now displayed when trying to sync to array-like data, since this is error-prone.
17-
changed - Upgraded Angular dependency to 1.3.x and 1.4.x (Angular 1.2.x should still work but it is no longer officially supported).
18-
fixed - `$value` is now removed when data changes from a primitive to an object with child keys (thanks @jamesstalmage).

0 commit comments

Comments
 (0)