Skip to content

Commit 596b96d

Browse files
committed
Stable Version 0.10.0.
1 parent 12a029e commit 596b96d

File tree

7 files changed

+12
-8
lines changed

7 files changed

+12
-8
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### 0.10.0 - 18 July 2014
2+
3+
Official Release
4+
15
##### 0.10.0-beta.2 - 10 July 2014
26

37
###### Backwards compatible API changes

Diff for: bower.json

+2-2
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": "0.10.0-beta.2",
5+
"version": "0.10.0",
66
"homepage": "http://angular-data.pseudobry.com/",
77
"repository": {
88
"type": "git",
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"angular": "~1.2.16",
3030
"angular-mocks": "~1.2.16",
31-
"angular-cache": "~3.0.1",
31+
"angular-cache": "~3.1.0",
3232
"observe-js": "~0.2.0",
3333
"angular-data-mocks": "~0.3.1"
3434
}

Diff for: dist/angular-data.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @author Jason Dobry <[email protected]>
33
* @file angular-data.js
4-
* @version 0.10.0-beta.2 - Homepage <http://angular-data.pseudobry.com/>
4+
* @version 0.10.0 - Homepage <http://angular-data.pseudobry.com/>
55
* @copyright (c) 2014 Jason Dobry <https://github.com/jmdobry/>
66
* @license MIT <https://github.com/jmdobry/angular-data/blob/master/LICENSE>
77
*

Diff for: dist/angular-data.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: guide/home.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ <h1>Features</h1>
3535
<div class="span4">
3636
<h1>Roadmap</h1>
3737
<ul>
38-
<li>Relationships</li>
39-
<li>Schemas/Validation</li>
38+
<li>Even more adapters</li>
39+
<li>Nested Resources</li>
4040
<li>You tell me!</li>
4141
</ul>
4242
</div>

Diff for: guide/nav.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<i class="icon-wrench icon-white"></i> API <b class="caret"></b>
7373
</a>
7474
<ul class="dropdown-menu">
75-
<li class="nav-header">Angular-data - 0.10.0-beta.2</li>
75+
<li class="nav-header">Angular-data - 0.10.0</li>
7676
<li>
7777
<a href="/documentation/api/angular-data/angular-data">Overview</a>
7878
</li>

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-data",
33
"description": "Data store for Angular.js.",
4-
"version": "0.10.0-beta.2",
4+
"version": "0.10.0",
55
"homepage": "http://angular-data.pseudobry.com",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)