Skip to content

Commit fe147fb

Browse files
Updating changlog for 0.20.0 beta release
1 parent 16aa2ce commit fe147fb

File tree

1 file changed

+215
-0
lines changed

1 file changed

+215
-0
lines changed

CHANGELOG.md

Lines changed: 215 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,220 @@
11
# Changelog
22

3+
### 0.20.0-pre (July 15, 2020)
4+
5+
Fixes and Functionality:
6+
7+
- Fixing response with utf-8 BOM can not parse to json ([#2419](https://github.com/axios/axios/pull/2419))
8+
- fix: remove byte order marker (UTF-8 BOM) when transform response
9+
- fix: remove BOM only utf-8
10+
- test: utf-8 BOM
11+
- fix: incorrect param name
12+
- Refactor mergeConfig without utils.deepMerge ([#2844](https://github.com/axios/axios/pull/2844))
13+
- Adding failing test
14+
- Fixing #2587 default custom config persisting
15+
- Adding Concat keys and filter duplicates
16+
- Fixed value from CPE
17+
- update for review feedbacks
18+
- no deepMerge
19+
- only merge between plain objects
20+
- fix rename
21+
- always merge config by mergeConfig
22+
- extract function mergeDeepProperties
23+
- refactor mergeConfig with all keys, and add special logic for validateStatus
24+
- add test for resetting headers
25+
- add lots of tests and fix a bug
26+
- should not inherit `data`
27+
- use simple toString
28+
- Fixing overwrite Blob/File type as Content-Type in browser. ([#1773](https://github.com/axios/axios/pull/1773))
29+
- Fixing an issue that type 'null' is not assignable to validateStatus ([#2773](https://github.com/axios/axios/pull/2773))
30+
- Fixing special char encoding ([#1671](https://github.com/axios/axios/pull/1671))
31+
- removing @ character from replacement list since it is a reserved character
32+
- Updating buildURL test to not include the @ character
33+
- Removing console logs
34+
- Fixing password encoding with special characters in basic authentication ([#1492](https://github.com/axios/axios/pull/1492))
35+
- Fixing password encoding with special characters in basic authentication
36+
- Adding test to check if password with non-Latin1 characters pass
37+
- Fixing 'Network Error' in react native android ([#1487](https://github.com/axios/axios/pull/1487))
38+
There is a bug in react native Android platform when using get method. It will trigger a 'Network Error' when passing the requestData which is an empty string to request.send function. So if the requestData is an empty string we can set it to null as well to fix the bug.
39+
- Fixing Cookie Helper with Asyc Components ([#1105](https://github.com/axios/axios/pull/1105)) ([#1107](https://github.com/axios/axios/pull/1107))
40+
- Fixing 'progressEvent' type ([#2851](https://github.com/axios/axios/pull/2851))
41+
- Fix 'progressEvent' type
42+
- Update axios.ts
43+
- Fixing getting local files (file://) failed ([#2470](https://github.com/axios/axios/pull/2470))
44+
- fix issue #2416, #2396
45+
- fix Eslint warn
46+
- Modify judgment conditions
47+
- add unit test
48+
- update unit test
49+
- update unit test
50+
- Allow PURGE method in typings ([#2191](https://github.com/axios/axios/pull/2191))
51+
- Adding option to disable automatic decompression ([#2661](https://github.com/axios/axios/pull/2661))
52+
- Adding ability to disable auto decompression
53+
- Updating decompress documentation in README
54+
- Fixing test\unit\adapters\http.js lint errors
55+
- Adding test for disabling auto decompression
56+
- Removing changes that fixed lint errors in tests
57+
- Removing formating change to unit test
58+
- Add independent `maxBodyLength` option ([#2781](https://github.com/axios/axios/pull/2781))
59+
- Add independent option to set the maximum size of the request body
60+
- Remove maxBodyLength check
61+
- Update README
62+
- Assert for error code and message
63+
- Adding responseEncoding to mergeConfig ([#1745](https://github.com/axios/axios/pull/1745))
64+
- Compatible with follow-redirect aborts the request ([#2689](https://github.com/axios/axios/pull/2689))
65+
- Compatible with follow-redirect aborts the request
66+
- Use the error code
67+
- Fix merging of params ([#2656](https://github.com/axios/axios/pull/2656))
68+
- Name function to avoid ESLint func-names warning
69+
- Switch params config to merge list and update tests
70+
- Restore testing of both false and null
71+
- Restore test cases for keys without defaults
72+
- Include test for non-object values that aren't false-y.
73+
- Revert `finally` as `then` ([#2683](https://github.com/axios/axios/pull/2683))
74+
75+
Internal and Tests:
76+
77+
- Fix stale bot config ([#3049](https://github.com/axios/axios/pull/3049))
78+
- fix stale bot config
79+
- fix multiple lines
80+
- Add days and change name to work ([#3035](https://github.com/axios/axios/pull/3035))
81+
- Update close-issues.yml ([#3031](https://github.com/axios/axios/pull/3031))
82+
- Update close-issues.yml
83+
Update close message to read better 😄
84+
- Fix use of quotations
85+
Use single quotes as per other .yml files
86+
- Remove user name form message
87+
- Add GitHub actions to close stale issues/prs ([#3029](https://github.com/axios/axios/pull/3029))
88+
- prepare stale actions
89+
- update messages
90+
- Add exempt labels and lighten up comments
91+
- Add GitHub actions to close invalid issues ([#3022](https://github.com/axios/axios/pull/3022))
92+
- add close actions
93+
- fix with checkout
94+
- update issue templates
95+
- add reminder
96+
- update close message
97+
- Add test with Node.js 12 ([#2860](https://github.com/axios/axios/pull/2860))
98+
- test with Node.js 12
99+
- test with latest
100+
- Adding console log on sandbox server startup ([#2210](https://github.com/axios/axios/pull/2210))
101+
- Adding console log on sandbox server startup
102+
- Update server.js
103+
Add server error handeling
104+
- Update server.js
105+
Better error message, remove retry.
106+
- Adding tests for method `options` type definitions ([#1996](https://github.com/axios/axios/pull/1996))
107+
Update tests.
108+
- Add test for redirecting with too large response ([#2695](https://github.com/axios/axios/pull/2695))
109+
- Fixing unit test failure in Windows OS ([#2601](https://github.com/axios/axios/pull/2601))
110+
- Fixing issue for HEAD method and gziped repsonse ([#2666](https://github.com/axios/axios/pull/2666))
111+
- Fix tests in browsers ([#2748](https://github.com/axios/axios/pull/2748))
112+
- chore: add `jsdelivr` and `unpkg` support ([#2443](https://github.com/axios/axios/pull/2443))
113+
114+
Documentation:
115+
116+
- Adding support for URLSearchParams in node ([#1900](https://github.com/axios/axios/pull/1900))
117+
- Adding support for URLSearchParams in node
118+
- Remove un-needed code
119+
- Update utils.js
120+
- Make changes as suggested
121+
- Adding table of content (preview) ([#3050](https://github.com/axios/axios/pull/3050))
122+
- add toc (preview)
123+
- remove toc in toc
124+
Signed-off-by: Moni <usmoni@gmail.com>
125+
- fix sublinks
126+
- fix indentation
127+
- remove redundant table links
128+
- update caps and indent
129+
- remove axios
130+
- Replace 'blacklist' with 'blocklist' ([#3006](https://github.com/axios/axios/pull/3006))
131+
- docs(): Detailed config options environment. ([#2088](https://github.com/axios/axios/pull/2088))
132+
- docs(): Detailed config options environment.
133+
- Update README.md
134+
- Include axios-data-unpacker in ECOSYSTEM.md ([#2080](https://github.com/axios/axios/pull/2080))
135+
- Allow opening examples in Gitpod ([#1958](https://github.com/axios/axios/pull/1958))
136+
- Remove axios.all() and axios.spread() from Readme.md ([#2727](https://github.com/axios/axios/pull/2727))
137+
- remove axios.all(), axios.spread()
138+
- replace example
139+
- axios.all() -> Promise.all()
140+
- axios.spread(function (acct, perms)) -> function (acct, perms)
141+
- add deprecated mark
142+
- Update README.md ([#2887](https://github.com/axios/axios/pull/2887))
143+
Small change to the data attribute doc of the config. A request body can also be set for DELETE methods but this wasn't mentioned in the documentation (it only mentioned POST, PUT and PATCH). Took my some 10-20 minutes until I realized that I don't need to manipulate the request body with transformRequest in the case of DELETE.
144+
- Include swagger-taxos-codegen in ECOSYSTEM.md ([#2162](https://github.com/axios/axios/pull/2162))
145+
- Add CDNJS version badge in README.md ([#878](https://github.com/axios/axios/pull/878))
146+
This badge will show the version on CDNJS!
147+
- Documentation update to clear up ambiguity in code examples ([#2928](https://github.com/axios/axios/pull/2928))
148+
- Made a adjustment to the documenation to clear up any ambiguity around the use of "fs". This should help clear up that the code examples with "fs" cannot be used on the client side.
149+
- Update README.md about validateStatus ([#2912](https://github.com/axios/axios/pull/2912))
150+
Rewrote the comment from "Reject only if the status code is greater than or equal to 500" to "Resolve only if the status code is less than 500"
151+
- Updating documentation for usage form-data ([#2805](https://github.com/axios/axios/pull/2805))
152+
Closes #2049
153+
- Fixing CHANGELOG.md issue link ([#2784](https://github.com/axios/axios/pull/2784))
154+
- Include axios-hooks in ECOSYSTEM.md ([#2003](https://github.com/axios/axios/pull/2003))
155+
- Added Response header access instructions ([#1901](https://github.com/axios/axios/pull/1901))
156+
- Added Response header access instructions
157+
- Added note about using bracket notation
158+
- Add `onUploadProgress` and `onDownloadProgress` are browser only ([#2763](https://github.com/axios/axios/pull/2763))
159+
Saw in #928 and #1966 that `onUploadProgress` and `onDownloadProgress` only work in the browser and was missing that from the README.
160+
- Update ' sign to ` in proxy spec ([#2778](https://github.com/axios/axios/pull/2778))
161+
- Adding jsDelivr link in README ([#1110](https://github.com/axios/axios/pull/1110))
162+
- Adding jsDelivr link
163+
- Add SRI
164+
- Remove SRI
165+
166+
Huge thanks to everyone who contributed to this release via code (authors listed
167+
below) or via reviews and triaging on GitHub:
168+
169+
- Alan Wang <wp_scut@163.com>
170+
- Alexandru Ungureanu <khakcarot@gmail.com>
171+
- Anubhav Srivastava <anubhav.srivastava00@gmail.com>
172+
- Benny Neugebauer <bn@bennyn.de>
173+
- Cr <631807682@qq.com>
174+
- David <cygnidavid@gmail.com>
175+
- David Ko <david.ko@pvtmethod.com>
176+
- David Tanner <david.tanner@lifeomic.com>
177+
- Emily Morehouse <emilyemorehouse@gmail.com>
178+
- Felipe Martins <felipewmartins@gmail.com>
179+
- Fonger <5862369+Fonger@users.noreply.github.com>
180+
- Frostack <soulburn007@gmail.com>
181+
- George Cheng <Gerhut@GMail.com>
182+
- grumblerchester <grumblerchester@users.noreply.github.com>
183+
- Gustavo López <gualopezb@gmail.com>
184+
- hexaez <45806662+hexaez@users.noreply.github.com>
185+
- huangzuizui <huangzuizui@gmail.com>
186+
- Ian Wijma <ian@wij.ma>
187+
- Jay <jasonsaayman@gmail.com>
188+
- jeffjing <zgayjjf@qq.com>
189+
- jennynju <46782518+jennynju@users.noreply.github.com>
190+
- Jimmy Liao <52391190+jimmy-liao-gogoro@users.noreply.github.com>
191+
- Jonathan Sharpe <j.r.sharpe@gmail.com>
192+
- JounQin <admin@1stg.me>
193+
- Justin Beckwith <justin.beckwith@gmail.com>
194+
- Kamil Posiadała <3dcreator.pl@gmail.com>
195+
- Lukas Drgon <lukas.drgon@gmail.com>
196+
- marcinx <mail@marcinx.com>
197+
- Martti Laine <martti@codeclown.net>
198+
- Michał Zarach <michal.m.zarach@gmail.com>
199+
- Moni <usmoni@gmail.com>
200+
- Motonori Iwata <121048+iwata@users.noreply.github.com>
201+
- Nikita Galkin <nikita@galk.in>
202+
- Petr Mares <petr@mares.tw>
203+
- Philippe Recto <precto1285@gmal.com>
204+
- Remco Haszing <remcohaszing@gmail.com>
205+
- rockcs1992 <chengshi1219@gmail.com>
206+
- Ryan Bown <rbown@niftee.com.au>
207+
- Samina Fu <sufuf3@gmail.com>
208+
- Simone Busoli <simone.busoli@gmail.com>
209+
- Spencer von der Ohe <s.vonderohe40@gmail.com>
210+
- Sven Efftinge <sven.efftinge@typefox.io>
211+
- Taegyeoung Oh <otk1090@naver.com>
212+
- Taemin Shin <cprayer13@gmail.com>
213+
- Thibault Ehrhart <1208424+ehrhart@users.noreply.github.com>
214+
- Xianming Zhong <chinesedfan@qq.com>
215+
- Yasu Flores <carlosyasu91@gmail.com>
216+
- Zac Delventhal <delventhalz@gmail.com>
217+
3218
### 0.19.2 (Jan 20, 2020)
4219

5220
- Remove unnecessary XSS check ([#2679](https://github.com/axios/axios/pull/2679)) (see ([#2646](https://github.com/axios/axios/issues/2646)) for discussion)

0 commit comments

Comments
 (0)