Skip to content

Commit

Permalink
Stable Version 1.0.0-alpha.5-0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Nov 19, 2014
1 parent ff946b9 commit c63d3ef
Show file tree
Hide file tree
Showing 21 changed files with 302 additions and 169 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
##### 1.0.0-alpha.5-0 - 18 November 2014

###### Breaking API changes
- All hooks now take the resource definition object as the first argument instead of just the name of the resource

###### Backwards compatible API changes
- jmdobry/angular-data#238

##### 1.0.0-alpha.4-3 - 11 November 2014

###### Backwards compatible bug fixes
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -10,17 +10,17 @@ Unlike Backbone and Ember Models, js-data does not require the use of getters an

Supporting relations, computed properties, model lifecycle control and a slew of other features, js-data is the tool for giving your data the respect it deserves.

__Latest Release:__ [1.0.0-alpha.4-3](https://github.com/js-data/js-data/releases/tag/1.0.0-alpha.4-3)
__Latest Release:__ [1.0.0-alpha.5-0](https://github.com/js-data/js-data/releases/tag/1.0.0-alpha.5-0)

js-data is pre-release. The API is subject to change, though the current api is well tested.

If you want to use js-data, keep a close eye on the changelog. 1.0.0 will introduce strict semver (until then, minor number is bumped for breaking changes).

## Supported Platforms

Browsers: Chrome, Firefox, IE 8+, Safari, Opera, iOS Safari 7.1+, Android Browser 2.3+
Browsers: Chrome, Firefox, IE 9+, Safari, Opera, iOS Safari 7.1+, Android Browser 2.3+

Node: 0.10+ (at least)
Node: 0.10+

## Quick Start
`bower install --save js-data js-data-http` or `npm install --save js-data js-data-http`.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "js-data",
"description": "Robust, framework-agnostic in-memory data store.",
"version": "1.0.0-alpha.4-3",
"version": "1.0.0-alpha.5-0",
"homepage": "http://www.js-data.io",
"repository": {
"type": "git",
Expand Down

0 comments on commit c63d3ef

Please sign in to comment.