Skip to content

Commit 8edfe7a

Browse files
committed
Merge pull request #12 from js-data/2.0
2.0
2 parents 6eef6f5 + b5b557f commit 8edfe7a

12 files changed

+443
-378
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
##### 2.0.0 - 02 July 2015
2+
3+
Stable Version 2.0.0
4+
5+
##### 2.0.0-rc.1 - 27 June 2015
6+
7+
Stable Version 2.0.0-rc.1
8+
9+
##### 2.0.0-beta.1 - 18 April 2015
10+
11+
###### Backwards compatible bug fixes
12+
- #11 - Race condition, tasks need to be atomic
13+
14+
###### Other
15+
- Updated dependencies
16+
117
##### 1.1.2 - 27 May 2015
218

319
###### Backwards compatible bug fixes

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ store.registerAdapter('firebase', adapter, { default: true });
4747
[CHANGELOG.md](https://github.com/js-data/js-data-firebase/blob/master/CHANGELOG.md)
4848

4949
### Community
50+
- [Gitter Channel](https://gitter.im/js-data/js-data) - Better than IRC!
51+
- [Announcements](http://www.js-data.io/blog)
5052
- [Mailing List](https://groups.io/org/groupsio/jsdata) - Ask your questions!
5153
- [Issues](https://github.com/js-data/js-data-firebase/issues) - Found a bug? Feature request? Submit an issue!
5254
- [GitHub](https://github.com/js-data/js-data-firebase) - View the source code for js-data.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"karma.start.js"
3030
],
3131
"dependencies": {
32-
"js-data": ">=1.5.7",
32+
"js-data": ">=2.0.0",
3333
"firebase": ">=1.1.x"
3434
}
3535
}

0 commit comments

Comments
 (0)