Skip to content

Commit 5fd2620

Browse files
committed
3.0.0-alpha.8
1 parent 187d1a8 commit 5fd2620

9 files changed

+32
-58
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### 3.0.0-alpha.8 - 17 March 2016
2+
3+
- Rebased master
4+
15
##### 2.2.1 - 17 March 2016
26

37
###### Backwards compatible bug fixes

dist/js-data-http.js

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

dist/js-data-http.min.js

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

dist/js-data-http.min.map

+1-13
Large diffs are not rendered by default.

fetch/dist/js-data-fetch.min.js

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

fetch/dist/js-data-fetch.min.map

+1-1
Large diffs are not rendered by default.

fetch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-data-fetch",
33
"description": "HTTP adapter for js-data that uses the fetch API.",
4-
"version": "3.0.0-alpha.7",
4+
"version": "3.0.0-alpha.8",
55
"homepage": "https://github.com/js-data/js-data-http",
66
"repository": {
77
"type": "git",
@@ -19,6 +19,6 @@
1919
"fetch"
2020
],
2121
"peerDependencies": {
22-
"js-data": "^3.0.0-alpha.16"
22+
"js-data": "^3.0.0-alpha.19"
2323
}
2424
}

node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-data-http-node",
33
"description": "Node.js HTTP adapter for js-data.",
4-
"version": "3.0.0-alpha.7",
4+
"version": "3.0.0-alpha.8",
55
"homepage": "https://github.com/js-data/js-data-http",
66
"repository": {
77
"type": "git",

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-data-http",
33
"description": "HTTP (XHR) adapter for js-data in the browser.",
4-
"version": "3.0.0-alpha.7",
4+
"version": "3.0.0-alpha.8",
55
"homepage": "https://github.com/js-data/js-data-http",
66
"repository": {
77
"type": "git",
@@ -56,7 +56,7 @@
5656
"ci": "npm test && cat ./coverage/lcov.info | coveralls || true"
5757
},
5858
"peerDependencies": {
59-
"js-data": "^3.0.0-alpha.16"
59+
"js-data": "^3.0.0-alpha.19"
6060
},
6161
"devDependencies": {
6262
"axios": "0.9.1",
@@ -70,7 +70,7 @@
7070
"chai": "3.5.0",
7171
"coveralls": "2.11.8",
7272
"istanbul": "0.4.2",
73-
"js-data-adapter": "0.2.1",
73+
"js-data-adapter": "0.2.2",
7474
"js-data-repo-tools": "0.2.0",
7575
"jsdoc": "3.4.0",
7676
"karma": "0.13.22",

0 commit comments

Comments
 (0)