Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf38a546

Browse files
committed
Stable Version 1.2.0.
2 parents5609dcb +d722f80 commitf38a546

29 files changed

+579
-418
lines changed

‎CHANGELOG.md‎

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
#####1.2.0 - 02 November 2014
2+
3+
######Backwards compatible API changes
4+
-#208 - ng-repeat $$hashKey affecting hasChanges
5+
6+
######Backwards compatible bug fixes
7+
-#223 - need to update lastModified when an item is re-injected
8+
9+
#####1.1.0 - 30 October 2014
10+
11+
######Backwards compatible API changes
12+
-#214 - back portjs-data/js-data#9
13+
14+
######Backwards compatible bug fixes
15+
-#215 - bower.json - angular not listed as non-dev dependency
16+
17+
#####1.0.1 - 10 October 2014
18+
19+
######Backwards compatible bug fixes
20+
-#204 - pending query isn't deleted properly in DS.find
21+
122
#####1.0.0 - 04 October 2014
223

324
Stable Version 1.0.0

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Unlike Backbone and Ember Models, angular-data does not require the use of gette
88

99
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.
1010

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

13-
Angular-data is finally 1.0.0!
13+
Angular-data is finally 1.0.!
1414

1515
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).
1616

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

2020
##1.x Documentation

‎bower.json‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author":"Jason Dobry",
33
"name":"angular-data",
44
"description":"Data store for Angular.js.",
5-
"version":"1.0.0",
5+
"version":"1.2.0",
66
"homepage":"http://angular-data.pseudobry.com/",
77
"repository": {
88
"type":"git",
@@ -25,6 +25,9 @@
2525
"karma.conf.js",
2626
"karma.start.js"
2727
],
28+
"dependencies": {
29+
"angular":"1.x"
30+
},
2831
"devDependencies": {
2932
"angular":"1.2.25",
3033
"angular-mocks":"1.2.25",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp