mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Update CHANGELOG.md (#5137)
This commit is contained in:
+12
-11
@@ -222,23 +222,24 @@
|
|||||||
## [1.1.3] - 2022-10-15
|
## [1.1.3] - 2022-10-15
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
Added custom params serializer support [#5113](https://github.com/axios/axios/pull/5113)
|
|
||||||
|
- Added custom params serializer support [#5113](https://github.com/axios/axios/pull/5113)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
Fixed top-level export to keep them in-line with static properties [#5109](https://github.com/axios/axios/pull/5109)
|
- Fixed top-level export to keep them in-line with static properties [#5109](https://github.com/axios/axios/pull/5109)
|
||||||
Stopped including null values to query string. [#5108](https://github.com/axios/axios/pull/5108)
|
- Stopped including null values to query string. [#5108](https://github.com/axios/axios/pull/5108)
|
||||||
Restored proxy config backwards compatibility with 0.x [#5097](https://github.com/axios/axios/pull/5097)
|
- Restored proxy config backwards compatibility with 0.x [#5097](https://github.com/axios/axios/pull/5097)
|
||||||
Added back AxiosHeaders in AxiosHeaderValue [#5103](https://github.com/axios/axios/pull/5103)
|
- Added back AxiosHeaders in AxiosHeaderValue [#5103](https://github.com/axios/axios/pull/5103)
|
||||||
Pin CDN install instructions to a specific version [#5060](https://github.com/axios/axios/pull/5060)
|
- Pin CDN install instructions to a specific version [#5060](https://github.com/axios/axios/pull/5060)
|
||||||
Handling of array values fixed for AxiosHeaders [#5085](https://github.com/axios/axios/pull/5085)
|
- Handling of array values fixed for AxiosHeaders [#5085](https://github.com/axios/axios/pull/5085)
|
||||||
|
|
||||||
### Chores
|
### Chores
|
||||||
|
|
||||||
docs: match badge style, add link to them [#5046](https://github.com/axios/axios/pull/5046)
|
- docs: match badge style, add link to them [#5046](https://github.com/axios/axios/pull/5046)
|
||||||
chore: fixing comments typo [#5054](https://github.com/axios/axios/pull/5054)
|
- chore: fixing comments typo [#5054](https://github.com/axios/axios/pull/5054)
|
||||||
chore: update issue template [#5061](https://github.com/axios/axios/pull/5061)
|
- chore: update issue template [#5061](https://github.com/axios/axios/pull/5061)
|
||||||
chore: added progress capturing section to the docs; [#5084](https://github.com/axios/axios/pull/5084)
|
- chore: added progress capturing section to the docs; [#5084](https://github.com/axios/axios/pull/5084)
|
||||||
|
|
||||||
### Contributors to this release
|
### Contributors to this release
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user