Skip to content

Commit 72524cc

Browse files
committed
Update Changelog
1 parent 1a2d062 commit 72524cc

File tree

1 file changed

+63
-48
lines changed

1 file changed

+63
-48
lines changed

CHANGELOG.md

Lines changed: 63 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,147 +1,162 @@
1+
# Changelog
12

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)
418

519
* Export mixin helper functions separately
620
* Fix typo/bug in parseFetchResponseForError
721
* If POST body is a string, don't stringify it
822

9-
6.0.0 / 2018-10-30
10-
==================
23+
24+
## v6.0.0 (2018-10-30)
1125

1226
* Set body to undefined for 204/205/HEAD responses
1327
* Deprecate Logger and remove Ember.merge
1428
* Move serializeQueryParams to its own file so that consuming applications and addons can import it directly
1529

16-
5.1.3 / 2018-08-25
17-
==================
30+
31+
## v5.1.3 (2018-08-25)
1832

1933
* Add babel-core 6 to dependency to avoid babel-core 5 being resolved
2034

21-
5.1.2 / 2018-08-23
22-
==================
35+
36+
## v5.1.2 (2018-08-23)
2337

2438
* Rollup `abortcontroller` and `fetch` as iife.
2539

26-
5.1.1 / 2018-07-20
27-
==================
40+
41+
## v5.1.1 (2018-07-20)
2842

2943
* added supports latest Pretender!
3044
* added support for opt-in native fetch (see readme for details)
3145
* added support for AbortController (see readme for details)
3246

33-
5.0.0 / 2018-06-05
34-
==================
47+
48+
## v5.0.0 (2018-06-05)
3549

3650
* Drop Node 4, 5, 7, and 9 support.
3751
* Update dependencies to prevent warnings RE: legacy broccoli APIs.
3852

39-
4.0.2 / 2018-05-23
40-
==================
53+
54+
## v4.0.2 (2018-05-23)
4155

4256
* Use `yetch` and add support for `AbortController`.
4357

44-
3.4.4 / 2017-12-20
45-
==================
58+
59+
## v3.4.4 (2017-12-20)
4660

4761
* Ensure `fetch` can be used with `ArrayBuffer`s.
4862
* Switch typings to newer style.
4963

50-
3.4.3 / 2017-10-16
51-
==================
64+
65+
## v3.4.3 (2017-10-16)
5266

5367
* Fix non GET/HEAD requests not having body set
5468

55-
3.4.2 / 2017-10-16
56-
==================
69+
70+
## v3.4.2 (2017-10-16)
5771

5872
* Remove `app` tree re-export of `ember-fetch/mixins/ember-fetch.js`
5973
* Drop requirement of host apps having ember-cli-shims
6074
* Upgrade ember-cli and other dependencies
6175

62-
3.4.1 / 2017-10-13
63-
==================
76+
77+
## v3.4.1 (2017-10-13)
6478

6579
* Restore POST body being stringified
6680
* fix 'serializeQueryParams' typo
6781
* add more badges
6882
* add chrome and firefox to travis
6983
* fix tests by using yarn in ember-try
7084

71-
3.4.0 / 2017-09-15
72-
==================
85+
86+
## v3.4.0 (2017-09-15)
7387

7488
* Override Ember Data's RESTAdapter#ajaxOptions
7589
* Add `globals` to eslint config
7690
* Add CHANGELOG through 3.0.1
7791
* fix minor typo around DS
7892

79-
3.3.1 / 2017-08-23
80-
==================
93+
94+
## v3.3.1 (2017-08-23)
8195

8296
* Don't process empty options.data, don't filter out 'null' query param values
8397
* Bump Ember-CLI, ember-cli-babel
8498

85-
3.3.0 / 2017-08-16
86-
==================
99+
100+
## v3.3.0 (2017-08-16)
87101

88102
* Make dealing with response body more robust, bring ajaxError and ajaxSuccess methods more inline with standard ember data methods
89103

90-
3.2.9 / 2017-07-14
91-
==================
104+
105+
## v3.2.9 (2017-07-14)
92106

93107
* fix: use this for import if this.import present
94108
* fix: remove include options
95109
* fix: support nested addons/engines
96110

97-
3.2.8 / 2017-07-10
98-
==================
111+
112+
## v3.2.8 (2017-07-10)
99113

100114
* Stringify data for a POST request
101115

102-
3.2.7 / 2017-07-02
103-
==================
116+
117+
## v3.2.7 (2017-07-02)
104118

105119
* Filter out query params with undefined values, as $.ajax does
106120

107-
3.2.6 - 3.2.4 / 2017-07-29
108-
==========================
121+
122+
## v3.2.4 - v3.2.6 (2017-07-29)
123+
109124
* Mimic $.ajax behavior, improve robustness
110125
* another stefanpenner remnant
111126
* update travis location
112127

113-
3.2.3 / 2017-07-25
114-
==================
128+
129+
## v3.2.3 (2017-07-25)
115130

116131
* update repo link
117132

118-
3.2.2 / 2017-07-24
119-
==================
133+
134+
## v3.2.2 (2017-07-24)
120135

121136
* [FIXES #35] ensure rejections remain rejections in tests
122137
* Rejections must be forwarded
123138
* Fix logic to automatically add a Content-Type header
124139

125-
3.1.0 / 2017-07-21
126-
==================
140+
141+
## v3.1.0 (2017-07-21)
127142

128143
* Add hook into fetch behavior
129144

130-
3.0.2 / 2017-07-19
131-
==================
145+
146+
## v3.0.2 (2017-07-19)
132147

133148
* Better handle empty body responses
134149

135-
3.0.1 / 2017-07-19
136-
==================
150+
151+
## v3.0.1 (2017-07-19)
137152

138153
* Make sure Content-Length is greater than zero
139154
* Use Number over parseInt, return promise over done
140155
* Add bodyPromise helper function and test
141156
* Empty response should yield Promise not empty object
142157

143-
3.0.1 / 2017-07-19
144-
==================
158+
159+
## v3.0.1 (2017-07-19)
145160

146161
* remove redundant try/catch
147162
* tidy-up

0 commit comments

Comments
 (0)