Skip to content

Commit 4a8a89b

Browse files
committed
3.0.0-alpha.6
1 parent 29d3322 commit 4a8a89b

22 files changed

+228
-91
lines changed

CHANGELOG.md

+44
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
##### 3.0.0-alpha.6 - 23 February 2016
2+
3+
- getEndpoint now works with multiple parents
4+
5+
##### 3.0.0-alpha.5 - 23 February 2016
6+
7+
- Rebased master
8+
19
##### 2.2.0 - 23 February 2016
210

311
###### Backwards compatible API changes
@@ -8,6 +16,42 @@
816
- Added AUTHORS and CONTRIBUTORS files
917
- Updated Readme
1018

19+
##### 3.0.0-alpha.4 - 12 February 2016
20+
21+
###### Backwards compatible API changes
22+
- Better debugging/logging
23+
- Updates for the newest js-data alpha
24+
25+
##### 3.0.0-alpha.3 - 10 January 2016
26+
27+
###### Backwards compatible API changes
28+
- Added updateMany, createMany, and responseError methods.
29+
30+
##### 3.0.0-alpha.2 - 09 January 2016
31+
32+
###### Breaking API changes
33+
- All options that could be found at `DSHttpAdapter#defaults` will now be on
34+
the actual instances of `DSHttpAdapter`. e.g. `DSHttpAdapter#defaults.deserialize`
35+
is now at `DSHttpAdapter#deserialize`. This makes it easier to extend the
36+
`DSHttpAdapter` class and override its methods.
37+
38+
###### Backwards compatible API changes
39+
- Added lifecycle methods: beforeFind, afterPOST, etc.
40+
- Added support for the `raw` option
41+
42+
##### 3.0.0-alpha.1 - 12 December 2015
43+
44+
###### Breaking API changes
45+
- Actions are now part of js-data-http, rather than js-data
46+
- Now requires js-data 3.x or greater
47+
48+
###### Backwards compatible API changes
49+
- Added option to support use of `window.fetch`
50+
- Added option to supply custom http implementation
51+
52+
###### Other
53+
- Published the js-data-http-node package, a build of js-data-http that works in Node.js
54+
1155
##### 2.1.2 - 28 October 2015
1256

1357
###### Backwards compatible API changes

CONTRIBUTORS

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Names should be added to this file as:
66
# [commit count] Name <email address>
77
1 InternalFX <[email protected]>
8-
66 Jason Dobry <[email protected]>
8+
67 Jason Dobry <[email protected]>
99
1 Josh Drake <[email protected]>
1010
1 RobertHerhold <[email protected]>
1111
3 Tomás Fox <[email protected]>

dist/js-data-http.js

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

dist/js-data-http.js.map

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

dist/js-data-http.min.js

+2-2
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-1
Large diffs are not rendered by default.

fetch/CONTRIBUTORS

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Names should be added to this file as:
66
# [commit count] Name <email address>
77
1 InternalFX <[email protected]>
8-
66 Jason Dobry <[email protected]>
8+
67 Jason Dobry <[email protected]>
99
1 Josh Drake <[email protected]>
1010
1 RobertHerhold <[email protected]>
1111
3 Tomás Fox <[email protected]>

fetch/dist/js-data-fetch.js

+13-18
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

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

0 commit comments

Comments
 (0)