Skip to content

Commit ec5865a

Browse files
committed
Stable Version 3.0.0-alpha.3
1 parent f0bf78f commit ec5865a

14 files changed

+2962
-140
lines changed

conf.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"source": {
3+
"includePattern": ".*js$"
4+
},
5+
"plugins": ["plugins/markdown"],
6+
"opts": {
7+
"template": "./node_modules/ink-docstrap/template",
8+
"destination": "./doc/",
9+
"recurse": true,
10+
"verbose": true,
11+
"readme": "./README.md",
12+
"package": "./package.json"
13+
},
14+
"templates": {
15+
"theme": "lumen",
16+
"systemName": "js-data-http",
17+
"copyright": "js-data-http Copyright © 2014-2016 Jason Dobry"
18+
}
19+
}

dist/js-data-http.js

Lines changed: 822 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fetch/dist/js-data-fetch.js

Lines changed: 976 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fetch/package.json

Lines changed: 1 addition & 1 deletion
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 fetch.",
4-
"version": "3.0.0-alpha.2",
4+
"version": "3.0.0-alpha.3",
55
"homepage": "http://www.js-data.io/docs/dshttpadapter",
66
"repository": {
77
"type": "git",

node/dist/js-data-http-node.js

Lines changed: 976 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/dist/js-data-http-node.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/package.json

Lines changed: 1 addition & 1 deletion
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.2",
4+
"version": "3.0.0-alpha.3",
55
"homepage": "http://www.js-data.io/docs/dshttpadapter",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)