Skip to content

Commit bb95fe7

Browse files
committed
3.0.0-alpha.6
1 parent 2cf3016 commit bb95fe7

24 files changed

+239
-85
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
- #46 - Sending large payloads takes huge amount of time - thanks @ivanvoznyakovsky
77
- #47 - perf(http): speed up preparation of http config with large payload - thanks @ivanvoznyakovsky
88

9+
##### 3.0.0-alpha.6 - 23 February 2016
10+
11+
- getEndpoint now works with multiple parents
12+
13+
##### 3.0.0-alpha.5 - 23 February 2016
14+
15+
- Rebased master
16+
917
##### 2.2.0 - 23 February 2016
1018

1119
###### Backwards compatible API changes
@@ -16,6 +24,42 @@
1624
- Added AUTHORS and CONTRIBUTORS files
1725
- Updated Readme
1826

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

2165
###### Backwards compatible API changes

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# [commit count] Name <email address>
77
1 InternalFX <[email protected]>
88
1 Ivan Voznyakovsky <[email protected]>
9-
66 Jason Dobry <[email protected]>
9+
69 Jason Dobry <[email protected]>
1010
1 Josh Drake <[email protected]>
1111
1 RobertHerhold <[email protected]>
1212
3 Tomás Fox <[email protected]>

dist/js-data-http.js

Lines changed: 13 additions & 18 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: 9 additions & 0 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: 4 additions & 0 deletions
Large diffs are not rendered by default.

fetch/AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# # commits Name or Organization <email address>
77
# The email address is not required for organizations.
88
InternalFX <[email protected]>
9+
Ivan Voznyakovsky <[email protected]>
910
Jason Dobry <[email protected]>
1011
Josh Drake <[email protected]>
1112
RobertHerhold <[email protected]>

fetch/CONTRIBUTORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
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+
1 Ivan Voznyakovsky <[email protected]>
9+
69 Jason Dobry <[email protected]>
910
1 Josh Drake <[email protected]>
1011
1 RobertHerhold <[email protected]>
1112
3 Tomás Fox <[email protected]>

fetch/dist/js-data-fetch.js

Lines changed: 13 additions & 18 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.

0 commit comments

Comments
 (0)