|
217 | 217 |
|
218 | 218 | ### Contributors to this release
|
219 | 219 |
|
220 |
| -- [Jason Saayman](https://github.com/jasonsaayman) |
| 220 | +- [Jason Saayman](https://github.com/jasonsaayman) |
| 221 | + |
| 222 | +## [1.1.3] - 2022-10-15 |
| 223 | + |
| 224 | +### Added |
| 225 | +Added custom params serializer support [#5113](https://github.com/axios/axios/pull/5113) |
| 226 | + |
| 227 | +### Fixed |
| 228 | + |
| 229 | +Fixed top-level export to keep them in-line with static properties [#5109](https://github.com/axios/axios/pull/5109) |
| 230 | +Stopped including null values to query string. [#5108](https://github.com/axios/axios/pull/5108) |
| 231 | +Restored proxy config backwards compatibility with 0.x [#5097](https://github.com/axios/axios/pull/5097) |
| 232 | +Added back AxiosHeaders in AxiosHeaderValue [#5103](https://github.com/axios/axios/pull/5103) |
| 233 | +Pin CDN install instructions to a specific version [#5060](https://github.com/axios/axios/pull/5060) |
| 234 | +Handling of array values fixed for AxiosHeaders [#5085](https://github.com/axios/axios/pull/5085) |
| 235 | + |
| 236 | +### Chores |
| 237 | + |
| 238 | +docs: match badge style, add link to them [#5046](https://github.com/axios/axios/pull/5046) |
| 239 | +chore: fixing comments typo [#5054](https://github.com/axios/axios/pull/5054) |
| 240 | +chore: update issue template [#5061](https://github.com/axios/axios/pull/5061) |
| 241 | +chore: added progress capturing section to the docs; [#5084](https://github.com/axios/axios/pull/5084) |
| 242 | + |
| 243 | +### Contributors to this release |
| 244 | + |
| 245 | +- [Jason Saayman](https://github.com/jasonsaayman) |
| 246 | +- [scarf](https://github.com/scarf005) |
| 247 | +- [Lenz Weber-Tronic](https://github.com/phryneas) |
| 248 | +- [Arvindh](https://github.com/itsarvindh) |
| 249 | +- [Félix Legrelle](https://github.com/FelixLgr) |
| 250 | +- [Patrick Petrovic](https://github.com/ppati000) |
| 251 | +- [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS) |
| 252 | +- [littledian](https://github.com/littledian) |
| 253 | +- [ChronosMasterOfAllTime](https://github.com/ChronosMasterOfAllTime) |
| 254 | +- [Salman Shaikh](https://github.com/salmannotkhan) |
| 255 | + |
0 commit comments