Skip to content

Commit

Permalink
Stable Version 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Nov 2, 2014
2 parents 5609dcb + d722f80 commit f38a546
Show file tree
Hide file tree
Showing 29 changed files with 579 additions and 418 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
##### 1.2.0 - 02 November 2014

###### Backwards compatible API changes
- #208 - ng-repeat $$hashKey affecting hasChanges

###### Backwards compatible bug fixes
- #223 - need to update lastModified when an item is re-injected

##### 1.1.0 - 30 October 2014

###### Backwards compatible API changes
- #214 - back port js-data/js-data#9

###### Backwards compatible bug fixes
- #215 - bower.json - angular not listed as non-dev dependency

##### 1.0.1 - 10 October 2014

###### Backwards compatible bug fixes
- #204 - pending query isn't deleted properly in DS.find

##### 1.0.0 - 04 October 2014

Stable Version 1.0.0
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ Unlike Backbone and Ember Models, angular-data does not require the use of gette

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

__Latest Release:__ [1.0.0](https://github.com/jmdobry/angular-data/releases/tag/1.0.0)
__Latest Release:__ [1.2.0](https://github.com/jmdobry/angular-data/releases/tag/1.2.0)

Angular-data is finally 1.0.0!
Angular-data is finally 1.0.!

Angular-data 1.x will continue to see bug fixes, but all new development will be on [js-data](https://github.com/js-data/js-data) and [js-data-angular](https://github.com/jmdobry/angular-data/pull/198) (Angular-data 2.0).

#### A note about Angular-data 2.0 (forthcoming)
#### A note about Angular-data 2.0 (in development)
See [angular-data/pull/198](https://github.com/jmdobry/angular-data/pull/198).

## 1.x Documentation
Expand Down
5 changes: 4 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Jason Dobry",
"name": "angular-data",
"description": "Data store for Angular.js.",
"version": "1.0.0",
"version": "1.2.0",
"homepage": "http://angular-data.pseudobry.com/",
"repository": {
"type": "git",
Expand All @@ -25,6 +25,9 @@
"karma.conf.js",
"karma.start.js"
],
"dependencies": {
"angular": "1.x"
},
"devDependencies": {
"angular": "1.2.25",
"angular-mocks": "1.2.25",
Expand Down
Loading

0 comments on commit f38a546

Please sign in to comment.