Skip to content

Commit

Permalink
3.0.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Mar 17, 2016
1 parent 79d1420 commit ca54293
Show file tree
Hide file tree
Showing 15 changed files with 69 additions and 22 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# # commits Name or Organization <email address>
# The email address is not required for organizations.
InternalFX <[email protected]>
Ivan Voznyakovsky <[email protected]>
Jason Dobry <[email protected]>
Josh Drake <[email protected]>
RobertHerhold <[email protected]>
Expand Down
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

##### 3.0.0-alpha.7 - 10 March 2016

###### Other
Expand Down
22 changes: 18 additions & 4 deletions dist/js-data-http.js

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

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

16 changes: 15 additions & 1 deletion fetch/dist/js-data-fetch.js

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

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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"
}
}
16 changes: 15 additions & 1 deletion node/dist/js-data-http-node.js

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

2 changes: 1 addition & 1 deletion node/dist/js-data-http-node.js.map

Large diffs are not rendered by default.

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
10 changes: 5 additions & 5 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 @@ -39,8 +39,8 @@
"lint": "repo-tools lint karma.start.js karma.conf.js src/**/*.js test/*.test.js fetch/karma.*.js node/mocha.start.js scripts/*.js",
"doc": "jsdoc -c conf.json src node_modules/js-data-adapter/src && node scripts/cleanup.js",
"webpack": "webpack --config webpack.config.js && webpack --config node/webpack.config.js && webpack --config fetch/webpack.config.js",
"min": "uglifyjs dist/js-data-http.js -o dist/js-data-http.min.js --source-map dist/js-data-http.min.map -v -m -c --screw-ie8",
"min_fetch": "uglifyjs fetch/dist/js-data-fetch.js -o fetch/dist/js-data-fetch.min.js --source-map fetch/dist/js-data-fetch.min.map -v -m -c --screw-ie8",
"min": "uglifyjs dist/js-data-http.js -o dist/js-data-http.min.js --source-map dist/js-data-http.min.map --source-map-url js-data-http.min.map -v -m -c --screw-ie8",
"min_fetch": "uglifyjs fetch/dist/js-data-fetch.js -o fetch/dist/js-data-fetch.min.js --source-map fetch/dist/js-data-fetch.min.map --source-map-url js-data-fetch.min.map -v -m -c --screw-ie8",
"version": "node scripts/version.js",
"banner": "node scripts/banner.js",
"gzip": "echo js-data-http gzipped size: $(cat dist/js-data-http.min.js | gzip -f9 | wc -c)kb",
Expand All @@ -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 @@ -71,7 +71,7 @@
"coveralls": "2.11.8",
"ink-docstrap": "1.1.4",
"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

0 comments on commit ca54293

Please sign in to comment.