Skip to content

Commit ff47282

Browse files
committed
Stable Version 3.0.0-alpha.3
1 parent 162f214 commit ff47282

20 files changed

+3934
-251
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
build_examples/
22
coverage/
3+
doc/
34
fetch/
45
node/
56
scripts/

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### 3.0.0-alpha.3 - 10 January 2016
2+
3+
###### Backwards compatible API changes
4+
- Added updateMany, createMany, and responseError methods.
5+
16
##### 3.0.0-alpha.2 - 09 January 2016
27

38
###### Breaking API changes

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: 976 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js-data-http.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.

dist/js-data-http.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.

dist/js-data-http.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/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.

0 commit comments

Comments
 (0)