Skip to content

Commit 6d1e30f

Browse files
committed
Prepared release notes
1 parent 20e8b6b commit 6d1e30f

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

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

3+
### 0.23.0 (October 12, 2021)
4+
5+
Breaking changes:
6+
- Distinguish request and response data types ([#4116](https://github.com/axios/axios/pull/4116))
7+
- Change never type to unknown ([#4142](https://github.com/axios/axios/pull/4142))
8+
- Fixed TransitionalOptions typings ([#4147](https://github.com/axios/axios/pull/4147))
9+
10+
Fixes and Functionality:
11+
- Adding globalObject: 'this' to webpack config ([#3176](https://github.com/axios/axios/pull/3176))
12+
- Adding insecureHTTPParser type to AxiosRequestConfig ([#4066](https://github.com/axios/axios/pull/4066))
13+
- Fix missing semicolon in typings ([#4115](https://github.com/axios/axios/pull/4115))
14+
- Fix response headers types ([#4136](https://github.com/axios/axios/pull/4136))
15+
16+
Internal and Tests:
17+
- Improve timeout error when timeout is browser default ([#3209](https://github.com/axios/axios/pull/3209))
18+
- Fix node version on CI ([#4069](https://github.com/axios/axios/pull/4069))
19+
- Added testing to TypeScript portion of project ([#4140](https://github.com/axios/axios/pull/4140))
20+
21+
Documentation:
22+
- Rename Angular to AngularJS ([#4114](https://github.com/axios/axios/pull/4114))
23+
24+
Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
25+
26+
- [Jay](mailto:jasonsaayman@gmail.com)
27+
- [Evan-Finkelstein](https://github.com/Evan-Finkelstein)
28+
- [Paweł Szymański](https://github.com/Jezorko)
29+
- [Dobes Vandermeer](https://github.com/dobesv)
30+
- [Claas Augner](https://github.com/caugner)
31+
- [Remco Haszing](https://github.com/remcohaszing)
32+
- [Evgeniy](https://github.com/egmen)
33+
- [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
34+
335
### 0.22.0 (October 01, 2021)
436

537
Fixes and Functionality:

0 commit comments

Comments
 (0)