Skip to content

Commit 16b0797

Browse files
committed
chore: release beta.0
1 parent 676d2f7 commit 16b0797

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# AngularFire2 2.0.0-beta.0
2+
3+
## Features
4+
* Declarative Querying [Commit](https://github.com/angular/angularfire2/commit/62c16078488e7320c91baeec6b9b255469a34cc9)
5+
* Upgrade to Angular RC.1 [Commit](https://github.com/angular/angularfire2/commit/1eb383aa7e4855996101b07356db31476ca29ef9)
6+
7+
## Bug Fixes
8+
* **FirebaseListFactory**: prevent first item being duplicated when it [Commit](https://github.com/angular/angularfire2/commit/314c5954215cf5e6a9129ac973dee1831268d6a5)
9+
10+
11+
## Docs
12+
* Many Developer guides added! [First Guide](https://github.com/angular/angularfire2/blob/master/docs/1-install-and-setup.md) [Commit](https://github.com/angular/angularfire2/commit/d1ac3a483c3d334f10e929e299e4e75e3395af31)
13+
14+
## Breaking Changes:
15+
* Web Worker support has been temporarily removed due to Angular 2 RC.0 not yet supporting Web Workers

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularfire2",
3-
"version": "2.0.0-alpha.17",
3+
"version": "2.0.0-beta.0",
44
"description": "",
55
"main": "./dist/angularfire2.js",
66
"jsnext:main": "./dist/es6/angularfire2.js",

0 commit comments

Comments
 (0)