|
| 1 | +# Changelog |
1 | 2 |
|
2 | | -6.1.0 / 2018-11-02 |
3 | | -================== |
| 3 | +## v6.1.1 (2018-11-16) |
| 4 | + |
| 5 | +#### :bug: Bug Fix |
| 6 | +* [#165](https://github.com/ember-cli/ember-fetch/pull/165) Use `ember-cli-babel` to transpile vendor tree ([@Turbo87](https://github.com/Turbo87)) |
| 7 | + |
| 8 | +#### :house: Internal |
| 9 | +* [#164](https://github.com/ember-cli/ember-fetch/pull/164) Improve ESLint setup ([@Turbo87](https://github.com/Turbo87)) |
| 10 | +* [#162](https://github.com/ember-cli/ember-fetch/pull/162) refactor(test/prefer-native): use co instead of async fn & run in CI ([@buschtoens](https://github.com/buschtoens)) |
| 11 | + |
| 12 | +#### Committers: 2 |
| 13 | +- Jan Buschtöns ([@buschtoens](https://github.com/buschtoens)) |
| 14 | +- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) |
| 15 | + |
| 16 | + |
| 17 | +## v6.1.0 (2018-11-02) |
4 | 18 |
|
5 | 19 | * Export mixin helper functions separately |
6 | 20 | * Fix typo/bug in parseFetchResponseForError |
7 | 21 | * If POST body is a string, don't stringify it |
8 | 22 |
|
9 | | -6.0.0 / 2018-10-30 |
10 | | -================== |
| 23 | + |
| 24 | +## v6.0.0 (2018-10-30) |
11 | 25 |
|
12 | 26 | * Set body to undefined for 204/205/HEAD responses |
13 | 27 | * Deprecate Logger and remove Ember.merge |
14 | 28 | * Move serializeQueryParams to its own file so that consuming applications and addons can import it directly |
15 | 29 |
|
16 | | -5.1.3 / 2018-08-25 |
17 | | -================== |
| 30 | + |
| 31 | +## v5.1.3 (2018-08-25) |
18 | 32 |
|
19 | 33 | * Add babel-core 6 to dependency to avoid babel-core 5 being resolved |
20 | 34 |
|
21 | | -5.1.2 / 2018-08-23 |
22 | | -================== |
| 35 | + |
| 36 | +## v5.1.2 (2018-08-23) |
23 | 37 |
|
24 | 38 | * Rollup `abortcontroller` and `fetch` as iife. |
25 | 39 |
|
26 | | -5.1.1 / 2018-07-20 |
27 | | -================== |
| 40 | + |
| 41 | +## v5.1.1 (2018-07-20) |
28 | 42 |
|
29 | 43 | * added supports latest Pretender! |
30 | 44 | * added support for opt-in native fetch (see readme for details) |
31 | 45 | * added support for AbortController (see readme for details) |
32 | 46 |
|
33 | | -5.0.0 / 2018-06-05 |
34 | | -================== |
| 47 | + |
| 48 | +## v5.0.0 (2018-06-05) |
35 | 49 |
|
36 | 50 | * Drop Node 4, 5, 7, and 9 support. |
37 | 51 | * Update dependencies to prevent warnings RE: legacy broccoli APIs. |
38 | 52 |
|
39 | | -4.0.2 / 2018-05-23 |
40 | | -================== |
| 53 | + |
| 54 | +## v4.0.2 (2018-05-23) |
41 | 55 |
|
42 | 56 | * Use `yetch` and add support for `AbortController`. |
43 | 57 |
|
44 | | -3.4.4 / 2017-12-20 |
45 | | -================== |
| 58 | + |
| 59 | +## v3.4.4 (2017-12-20) |
46 | 60 |
|
47 | 61 | * Ensure `fetch` can be used with `ArrayBuffer`s. |
48 | 62 | * Switch typings to newer style. |
49 | 63 |
|
50 | | -3.4.3 / 2017-10-16 |
51 | | -================== |
| 64 | + |
| 65 | +## v3.4.3 (2017-10-16) |
52 | 66 |
|
53 | 67 | * Fix non GET/HEAD requests not having body set |
54 | 68 |
|
55 | | -3.4.2 / 2017-10-16 |
56 | | -================== |
| 69 | + |
| 70 | +## v3.4.2 (2017-10-16) |
57 | 71 |
|
58 | 72 | * Remove `app` tree re-export of `ember-fetch/mixins/ember-fetch.js` |
59 | 73 | * Drop requirement of host apps having ember-cli-shims |
60 | 74 | * Upgrade ember-cli and other dependencies |
61 | 75 |
|
62 | | -3.4.1 / 2017-10-13 |
63 | | -================== |
| 76 | + |
| 77 | +## v3.4.1 (2017-10-13) |
64 | 78 |
|
65 | 79 | * Restore POST body being stringified |
66 | 80 | * fix 'serializeQueryParams' typo |
67 | 81 | * add more badges |
68 | 82 | * add chrome and firefox to travis |
69 | 83 | * fix tests by using yarn in ember-try |
70 | 84 |
|
71 | | -3.4.0 / 2017-09-15 |
72 | | -================== |
| 85 | + |
| 86 | +## v3.4.0 (2017-09-15) |
73 | 87 |
|
74 | 88 | * Override Ember Data's RESTAdapter#ajaxOptions |
75 | 89 | * Add `globals` to eslint config |
76 | 90 | * Add CHANGELOG through 3.0.1 |
77 | 91 | * fix minor typo around DS |
78 | 92 |
|
79 | | -3.3.1 / 2017-08-23 |
80 | | -================== |
| 93 | + |
| 94 | +## v3.3.1 (2017-08-23) |
81 | 95 |
|
82 | 96 | * Don't process empty options.data, don't filter out 'null' query param values |
83 | 97 | * Bump Ember-CLI, ember-cli-babel |
84 | 98 |
|
85 | | -3.3.0 / 2017-08-16 |
86 | | -================== |
| 99 | + |
| 100 | +## v3.3.0 (2017-08-16) |
87 | 101 |
|
88 | 102 | * Make dealing with response body more robust, bring ajaxError and ajaxSuccess methods more inline with standard ember data methods |
89 | 103 |
|
90 | | -3.2.9 / 2017-07-14 |
91 | | -================== |
| 104 | + |
| 105 | +## v3.2.9 (2017-07-14) |
92 | 106 |
|
93 | 107 | * fix: use this for import if this.import present |
94 | 108 | * fix: remove include options |
95 | 109 | * fix: support nested addons/engines |
96 | 110 |
|
97 | | -3.2.8 / 2017-07-10 |
98 | | -================== |
| 111 | + |
| 112 | +## v3.2.8 (2017-07-10) |
99 | 113 |
|
100 | 114 | * Stringify data for a POST request |
101 | 115 |
|
102 | | -3.2.7 / 2017-07-02 |
103 | | -================== |
| 116 | + |
| 117 | +## v3.2.7 (2017-07-02) |
104 | 118 |
|
105 | 119 | * Filter out query params with undefined values, as $.ajax does |
106 | 120 |
|
107 | | -3.2.6 - 3.2.4 / 2017-07-29 |
108 | | -========================== |
| 121 | + |
| 122 | +## v3.2.4 - v3.2.6 (2017-07-29) |
| 123 | + |
109 | 124 | * Mimic $.ajax behavior, improve robustness |
110 | 125 | * another stefanpenner remnant |
111 | 126 | * update travis location |
112 | 127 |
|
113 | | -3.2.3 / 2017-07-25 |
114 | | -================== |
| 128 | + |
| 129 | +## v3.2.3 (2017-07-25) |
115 | 130 |
|
116 | 131 | * update repo link |
117 | 132 |
|
118 | | -3.2.2 / 2017-07-24 |
119 | | -================== |
| 133 | + |
| 134 | +## v3.2.2 (2017-07-24) |
120 | 135 |
|
121 | 136 | * [FIXES #35] ensure rejections remain rejections in tests |
122 | 137 | * Rejections must be forwarded |
123 | 138 | * Fix logic to automatically add a Content-Type header |
124 | 139 |
|
125 | | -3.1.0 / 2017-07-21 |
126 | | -================== |
| 140 | + |
| 141 | +## v3.1.0 (2017-07-21) |
127 | 142 |
|
128 | 143 | * Add hook into fetch behavior |
129 | 144 |
|
130 | | -3.0.2 / 2017-07-19 |
131 | | -================== |
| 145 | + |
| 146 | +## v3.0.2 (2017-07-19) |
132 | 147 |
|
133 | 148 | * Better handle empty body responses |
134 | 149 |
|
135 | | -3.0.1 / 2017-07-19 |
136 | | -================== |
| 150 | + |
| 151 | +## v3.0.1 (2017-07-19) |
137 | 152 |
|
138 | 153 | * Make sure Content-Length is greater than zero |
139 | 154 | * Use Number over parseInt, return promise over done |
140 | 155 | * Add bodyPromise helper function and test |
141 | 156 | * Empty response should yield Promise not empty object |
142 | 157 |
|
143 | | -3.0.1 / 2017-07-19 |
144 | | -================== |
| 158 | + |
| 159 | +## v3.0.1 (2017-07-19) |
145 | 160 |
|
146 | 161 | * remove redundant try/catch |
147 | 162 | * tidy-up |
|
0 commit comments