Skip to content

Commit 3eae4e7

Browse files
committed
Stable Version 2.0.0
1 parent fe410be commit 3eae4e7

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
##### 2.0.0-rc.1 - xx June 2015
1+
##### 2.0.0 - 02 July 2015
2+
3+
Stable Version 2.0.0
4+
5+
##### 2.0.0-rc.1 - 30 June 2015
26

37
Added `getEndpoint()`, which was removed from JSData
48

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"karma.start.js"
3030
],
3131
"dependencies": {
32-
"js-data": "2.0.0-rc.1"
32+
"js-data": ">=2.0.0"
3333
}
3434
}

dist/js-data-http.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* js-data-http
3-
* @version 2.0.0-rc.1 - Homepage <http://www.js-data.io/docs/dshttpadapter>
3+
* @version 2.0.0 - Homepage <http://www.js-data.io/docs/dshttpadapter>
44
* @author Jason Dobry <[email protected]>
55
* @copyright (c) 2014-2015 Jason Dobry
66
* @license MIT <https://github.com/js-data/js-data-http/blob/master/LICENSE>

dist/js-data-http.min.js

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

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-data-http",
33
"description": "http adapter for js-data.",
4-
"version": "2.0.0-rc.1",
4+
"version": "2.0.0",
55
"homepage": "http://www.js-data.io/docs/dshttpadapter",
66
"repository": {
77
"type": "git",
@@ -34,9 +34,9 @@
3434
"grunt-contrib-clean": "0.6.0",
3535
"grunt-contrib-uglify": "0.9.1",
3636
"grunt-contrib-watch": "0.6.1",
37-
"grunt-karma": "0.11.1",
37+
"grunt-karma": "0.11.2",
3838
"grunt-karma-coveralls": "2.5.3",
39-
"grunt-webpack": "1.0.10",
39+
"grunt-webpack": "1.0.11",
4040
"jit-grunt": "0.9.1",
4141
"jshint-loader": "0.8.3",
4242
"karma": "0.12.37",
@@ -50,7 +50,7 @@
5050
"karma-sinon": "1.0.4",
5151
"karma-spec-reporter": "0.0.19",
5252
"time-grunt": "1.2.1",
53-
"webpack-dev-server": "1.10.0"
53+
"webpack-dev-server": "1.10.1"
5454
},
5555
"scripts": {
5656
"test": "grunt test"
@@ -60,6 +60,6 @@
6060
"mout": "0.11.0"
6161
},
6262
"peerDependencies": {
63-
"js-data": "2.0.0-rc.1"
63+
"js-data": ">=2.0.0"
6464
}
6565
}

0 commit comments

Comments
 (0)