|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 35 | ### 0.22.0 (October 01, 2021) |
4 | 36 |
|
5 | 37 | Fixes and Functionality: |
|
0 commit comments