Skip to content

3.0 #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Apr 28, 2016
Merged

3.0 #34

Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
3.0.0-alpha.8
  • Loading branch information
jmdobry committed Mar 18, 2016
commit 5fd2620efa8985e2f7fa87c40fd4a09c13c50656
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
##### 3.0.0-alpha.8 - 17 March 2016

- Rebased master

##### 2.2.1 - 17 March 2016

###### Backwards compatible bug fixes
Expand Down
21 changes: 15 additions & 6 deletions dist/js-data-http.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 3 additions & 30 deletions dist/js-data-http.min.js

Large diffs are not rendered by default.

14 changes: 1 addition & 13 deletions dist/js-data-http.min.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions fetch/dist/js-data-fetch.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion fetch/dist/js-data-fetch.min.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-data-fetch",
"description": "HTTP adapter for js-data that uses the fetch API.",
"version": "3.0.0-alpha.7",
"version": "3.0.0-alpha.8",
"homepage": "https://github.com/js-data/js-data-http",
"repository": {
"type": "git",
Expand All @@ -19,6 +19,6 @@
"fetch"
],
"peerDependencies": {
"js-data": "^3.0.0-alpha.16"
"js-data": "^3.0.0-alpha.19"
}
}
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-data-http-node",
"description": "Node.js HTTP adapter for js-data.",
"version": "3.0.0-alpha.7",
"version": "3.0.0-alpha.8",
"homepage": "https://github.com/js-data/js-data-http",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-data-http",
"description": "HTTP (XHR) adapter for js-data in the browser.",
"version": "3.0.0-alpha.7",
"version": "3.0.0-alpha.8",
"homepage": "https://github.com/js-data/js-data-http",
"repository": {
"type": "git",
Expand Down Expand Up @@ -56,7 +56,7 @@
"ci": "npm test && cat ./coverage/lcov.info | coveralls || true"
},
"peerDependencies": {
"js-data": "^3.0.0-alpha.16"
"js-data": "^3.0.0-alpha.19"
},
"devDependencies": {
"axios": "0.9.1",
Expand All @@ -70,7 +70,7 @@
"chai": "3.5.0",
"coveralls": "2.11.8",
"istanbul": "0.4.2",
"js-data-adapter": "0.2.1",
"js-data-adapter": "0.2.2",
"js-data-repo-tools": "0.2.0",
"jsdoc": "3.4.0",
"karma": "0.13.22",
Expand Down