node-red-contrib-tak-registration 0.3.1 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (412) hide show
  1. package/README.md +1 -1
  2. package/node_modules/@turf/along/package.json +41 -69
  3. package/node_modules/@turf/angle/package.json +44 -75
  4. package/node_modules/@turf/area/package.json +38 -68
  5. package/node_modules/@turf/bbox/package.json +37 -81
  6. package/node_modules/@turf/bbox-clip/package.json +44 -81
  7. package/node_modules/@turf/bbox-polygon/package.json +36 -66
  8. package/node_modules/@turf/bearing/package.json +36 -70
  9. package/node_modules/@turf/bezier-spline/package.json +39 -67
  10. package/node_modules/@turf/boolean-clockwise/package.json +42 -83
  11. package/node_modules/@turf/boolean-contains/package.json +46 -80
  12. package/node_modules/@turf/boolean-crosses/package.json +45 -79
  13. package/node_modules/@turf/boolean-disjoint/package.json +44 -79
  14. package/node_modules/@turf/boolean-equal/package.json +47 -84
  15. package/node_modules/@turf/boolean-intersects/package.json +42 -77
  16. package/node_modules/@turf/boolean-overlap/package.json +48 -82
  17. package/node_modules/@turf/boolean-parallel/package.json +42 -73
  18. package/node_modules/@turf/boolean-point-in-polygon/package.json +37 -77
  19. package/node_modules/@turf/boolean-point-on-line/package.json +39 -73
  20. package/node_modules/@turf/boolean-within/package.json +46 -79
  21. package/node_modules/@turf/buffer/package.json +47 -84
  22. package/node_modules/@turf/center/package.json +42 -73
  23. package/node_modules/@turf/center-mean/package.json +45 -78
  24. package/node_modules/@turf/center-median/package.json +45 -76
  25. package/node_modules/@turf/center-of-mass/package.json +40 -68
  26. package/node_modules/@turf/centroid/package.json +40 -74
  27. package/node_modules/@turf/circle/package.json +41 -71
  28. package/node_modules/@turf/clean-coords/package.json +40 -75
  29. package/node_modules/@turf/clone/package.json +36 -81
  30. package/node_modules/@turf/clusters/package.json +39 -70
  31. package/node_modules/@turf/clusters-dbscan/package.json +51 -88
  32. package/node_modules/@turf/clusters-kmeans/package.json +53 -90
  33. package/node_modules/@turf/collect/package.json +42 -73
  34. package/node_modules/@turf/combine/package.json +37 -65
  35. package/node_modules/@turf/concave/package.json +56 -111
  36. package/node_modules/@turf/convex/package.json +39 -68
  37. package/node_modules/@turf/destination/package.json +41 -75
  38. package/node_modules/@turf/difference/package.json +35 -63
  39. package/node_modules/@turf/dissolve/package.json +38 -66
  40. package/node_modules/@turf/distance/package.json +38 -83
  41. package/node_modules/@turf/distance-weight/package.json +40 -72
  42. package/node_modules/@turf/ellipse/package.json +43 -75
  43. package/node_modules/@turf/envelope/package.json +36 -65
  44. package/node_modules/@turf/explode/package.json +36 -67
  45. package/node_modules/@turf/flatten/package.json +39 -73
  46. package/node_modules/@turf/flip/package.json +36 -64
  47. package/node_modules/@turf/great-circle/package.json +41 -78
  48. package/node_modules/@turf/helpers/package.json +38 -184
  49. package/node_modules/@turf/hex-grid/package.json +50 -97
  50. package/node_modules/@turf/interpolate/package.json +47 -78
  51. package/node_modules/@turf/intersect/package.json +39 -69
  52. package/node_modules/@turf/invariant/package.json +36 -126
  53. package/node_modules/@turf/isobands/package.json +52 -83
  54. package/node_modules/@turf/isolines/package.json +48 -79
  55. package/node_modules/@turf/kinks/package.json +35 -63
  56. package/node_modules/@turf/length/package.json +43 -78
  57. package/node_modules/@turf/line-arc/package.json +36 -65
  58. package/node_modules/@turf/line-chunk/package.json +44 -84
  59. package/node_modules/@turf/line-intersect/package.json +46 -85
  60. package/node_modules/@turf/line-offset/package.json +41 -78
  61. package/node_modules/@turf/line-overlap/package.json +48 -80
  62. package/node_modules/@turf/line-segment/package.json +38 -70
  63. package/node_modules/@turf/line-slice/package.json +39 -67
  64. package/node_modules/@turf/line-slice-along/package.json +36 -65
  65. package/node_modules/@turf/line-split/package.json +46 -77
  66. package/node_modules/@turf/line-to-polygon/package.json +43 -74
  67. package/node_modules/@turf/mask/package.json +35 -63
  68. package/node_modules/@turf/meta/package.json +39 -128
  69. package/node_modules/@turf/midpoint/package.json +36 -64
  70. package/node_modules/@turf/moran-index/package.json +39 -70
  71. package/node_modules/@turf/nearest-point/package.json +39 -69
  72. package/node_modules/@turf/nearest-point-on-line/package.json +40 -71
  73. package/node_modules/@turf/nearest-point-to-line/package.json +47 -78
  74. package/node_modules/@turf/planepoint/package.json +34 -62
  75. package/node_modules/@turf/point-grid/package.json +45 -80
  76. package/node_modules/@turf/point-on-feature/package.json +40 -68
  77. package/node_modules/@turf/point-to-line-distance/package.json +46 -78
  78. package/node_modules/@turf/points-within-polygon/package.json +35 -64
  79. package/node_modules/@turf/polygon-smooth/package.json +37 -68
  80. package/node_modules/@turf/polygon-tangents/package.json +43 -77
  81. package/node_modules/@turf/polygon-to-line/package.json +39 -69
  82. package/node_modules/@turf/polygonize/package.json +43 -77
  83. package/node_modules/@turf/projection/package.json +44 -77
  84. package/node_modules/@turf/random/package.json +34 -62
  85. package/node_modules/@turf/rectangle-grid/package.json +43 -77
  86. package/node_modules/@turf/rewind/package.json +43 -83
  87. package/node_modules/@turf/rhumb-bearing/package.json +43 -85
  88. package/node_modules/@turf/rhumb-destination/package.json +44 -85
  89. package/node_modules/@turf/rhumb-distance/package.json +44 -84
  90. package/node_modules/@turf/sample/package.json +32 -60
  91. package/node_modules/@turf/sector/package.json +37 -65
  92. package/node_modules/@turf/shortest-path/package.json +45 -79
  93. package/node_modules/@turf/simplify/package.json +43 -77
  94. package/node_modules/@turf/square/package.json +33 -62
  95. package/node_modules/@turf/square-grid/package.json +40 -69
  96. package/node_modules/@turf/standard-deviational-ellipse/package.json +43 -74
  97. package/node_modules/@turf/tag/package.json +38 -66
  98. package/node_modules/@turf/tesselate/package.json +40 -80
  99. package/node_modules/@turf/tin/package.json +34 -63
  100. package/node_modules/@turf/transform-rotate/package.json +45 -80
  101. package/node_modules/@turf/transform-scale/package.json +51 -86
  102. package/node_modules/@turf/transform-translate/package.json +44 -78
  103. package/node_modules/@turf/triangle-grid/package.json +42 -71
  104. package/node_modules/@turf/truncate/package.json +40 -72
  105. package/node_modules/@turf/turf/package.json +74 -102
  106. package/node_modules/@turf/union/package.json +39 -67
  107. package/node_modules/@turf/unkink-polygon/package.json +40 -68
  108. package/node_modules/@turf/voronoi/package.json +43 -83
  109. package/node_modules/@types/geojson/package.json +42 -66
  110. package/node_modules/adm-zip/LICENSE +21 -21
  111. package/node_modules/adm-zip/adm-zip.js +25 -22
  112. package/node_modules/adm-zip/headers/mainHeader.js +2 -1
  113. package/node_modules/adm-zip/package.json +28 -57
  114. package/node_modules/adm-zip/util/utils.js +1 -0
  115. package/node_modules/asynckit/package.json +40 -68
  116. package/node_modules/axios/CHANGELOG.md +473 -837
  117. package/node_modules/axios/LICENSE +4 -16
  118. package/node_modules/axios/MIGRATION_GUIDE.md +3 -0
  119. package/node_modules/axios/README.md +518 -114
  120. package/node_modules/axios/SECURITY.md +4 -3
  121. package/node_modules/axios/dist/axios.js +2759 -2070
  122. package/node_modules/axios/dist/axios.js.map +1 -0
  123. package/node_modules/axios/dist/axios.min.js +2 -2
  124. package/node_modules/axios/dist/axios.min.js.map +1 -0
  125. package/node_modules/axios/dist/browser/axios.cjs +3210 -0
  126. package/node_modules/axios/dist/browser/axios.cjs.map +1 -0
  127. package/node_modules/axios/dist/esm/axios.js +3232 -0
  128. package/node_modules/axios/dist/esm/axios.js.map +1 -0
  129. package/node_modules/axios/dist/esm/axios.min.js +2 -0
  130. package/node_modules/axios/dist/esm/axios.min.js.map +1 -0
  131. package/node_modules/axios/dist/node/axios.cjs +4237 -0
  132. package/node_modules/axios/dist/node/axios.cjs.map +1 -0
  133. package/node_modules/axios/index.d.cts +532 -0
  134. package/node_modules/axios/index.d.ts +398 -72
  135. package/node_modules/axios/index.js +41 -1
  136. package/node_modules/axios/lib/adapters/adapters.js +59 -0
  137. package/node_modules/axios/lib/adapters/http.js +479 -217
  138. package/node_modules/axios/lib/adapters/xhr.js +95 -54
  139. package/node_modules/axios/lib/axios.js +49 -20
  140. package/node_modules/axios/lib/cancel/CancelToken.js +91 -89
  141. package/node_modules/axios/lib/cancel/CanceledError.js +25 -0
  142. package/node_modules/axios/lib/cancel/isCancel.js +2 -2
  143. package/node_modules/axios/lib/core/Axios.js +155 -100
  144. package/node_modules/axios/lib/core/AxiosError.js +100 -0
  145. package/node_modules/axios/lib/core/AxiosHeaders.js +288 -0
  146. package/node_modules/axios/lib/core/InterceptorManager.js +62 -45
  147. package/node_modules/axios/lib/core/buildFullPath.js +5 -4
  148. package/node_modules/axios/lib/core/dispatchRequest.js +27 -33
  149. package/node_modules/axios/lib/core/mergeConfig.js +58 -52
  150. package/node_modules/axios/lib/core/settle.js +8 -6
  151. package/node_modules/axios/lib/core/transformData.js +15 -9
  152. package/node_modules/axios/lib/defaults/index.js +76 -41
  153. package/node_modules/axios/lib/defaults/transitional.js +1 -1
  154. package/node_modules/axios/lib/env/classes/FormData.js +2 -0
  155. package/node_modules/axios/lib/env/data.js +1 -3
  156. package/node_modules/axios/lib/helpers/AxiosTransformStream.js +191 -0
  157. package/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +58 -0
  158. package/node_modules/axios/lib/helpers/HttpStatusCode.js +71 -0
  159. package/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +28 -0
  160. package/node_modules/axios/lib/helpers/bind.js +3 -7
  161. package/node_modules/axios/lib/helpers/buildURL.js +26 -33
  162. package/node_modules/axios/lib/helpers/callbackify.js +16 -0
  163. package/node_modules/axios/lib/helpers/combineURLs.js +3 -2
  164. package/node_modules/axios/lib/helpers/cookies.js +43 -44
  165. package/node_modules/axios/lib/helpers/deprecatedMethod.js +4 -2
  166. package/node_modules/axios/lib/helpers/formDataToJSON.js +92 -0
  167. package/node_modules/axios/lib/helpers/formDataToStream.js +111 -0
  168. package/node_modules/axios/lib/helpers/fromDataURI.js +53 -0
  169. package/node_modules/axios/lib/helpers/isAbsoluteURL.js +3 -2
  170. package/node_modules/axios/lib/helpers/isAxiosError.js +4 -3
  171. package/node_modules/axios/lib/helpers/isURLSameOrigin.js +44 -45
  172. package/node_modules/axios/lib/helpers/null.js +2 -0
  173. package/node_modules/axios/lib/helpers/parseHeaders.js +24 -22
  174. package/node_modules/axios/lib/helpers/parseProtocol.js +6 -0
  175. package/node_modules/axios/lib/helpers/readBlob.js +15 -0
  176. package/node_modules/axios/lib/helpers/speedometer.js +55 -0
  177. package/node_modules/axios/lib/helpers/spread.js +3 -2
  178. package/node_modules/axios/lib/helpers/throttle.js +33 -0
  179. package/node_modules/axios/lib/helpers/toFormData.js +203 -39
  180. package/node_modules/axios/lib/helpers/toURLEncodedForm.js +18 -0
  181. package/node_modules/axios/lib/helpers/validator.js +27 -18
  182. package/node_modules/axios/lib/platform/browser/classes/Blob.js +3 -0
  183. package/node_modules/axios/lib/platform/browser/classes/FormData.js +3 -0
  184. package/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +4 -0
  185. package/node_modules/axios/lib/platform/browser/index.js +64 -0
  186. package/node_modules/axios/lib/platform/index.js +3 -0
  187. package/node_modules/axios/lib/platform/node/classes/FormData.js +3 -0
  188. package/node_modules/axios/lib/platform/node/classes/URLSearchParams.js +4 -0
  189. package/node_modules/axios/lib/platform/node/index.js +12 -0
  190. package/node_modules/axios/lib/utils.js +517 -144
  191. package/node_modules/axios/package.json +194 -93
  192. package/node_modules/call-bind/package.json +78 -109
  193. package/node_modules/combined-stream/package.json +14 -46
  194. package/node_modules/commander/package.json +20 -53
  195. package/node_modules/concaveman/node_modules/quickselect/package.json +43 -0
  196. package/node_modules/{@turf/collect → concaveman}/node_modules/rbush/README.md +22 -95
  197. package/node_modules/{@turf/unkink-polygon → concaveman}/node_modules/rbush/index.js +131 -181
  198. package/node_modules/concaveman/node_modules/rbush/package.json +56 -0
  199. package/node_modules/concaveman/node_modules/rbush/rbush.js +574 -0
  200. package/node_modules/concaveman/node_modules/rbush/rbush.min.js +1 -0
  201. package/node_modules/concaveman/package.json +15 -46
  202. package/node_modules/d3-array/package.json +19 -47
  203. package/node_modules/d3-geo/package.json +24 -52
  204. package/node_modules/d3-voronoi/package.json +19 -47
  205. package/node_modules/deep-equal/package.json +34 -64
  206. package/node_modules/define-properties/.eslintrc +10 -3
  207. package/node_modules/define-properties/.github/FUNDING.yml +12 -0
  208. package/node_modules/define-properties/.nycrc +9 -0
  209. package/node_modules/define-properties/CHANGELOG.md +39 -0
  210. package/node_modules/define-properties/README.md +11 -13
  211. package/node_modules/define-properties/index.js +12 -17
  212. package/node_modules/define-properties/package.json +85 -95
  213. package/node_modules/delayed-stream/package.json +14 -49
  214. package/node_modules/density-clustering/package.json +46 -70
  215. package/node_modules/earcut/README.md +12 -3
  216. package/node_modules/earcut/dist/earcut.dev.js +47 -50
  217. package/node_modules/earcut/dist/earcut.min.js +1 -1
  218. package/node_modules/earcut/package.json +26 -60
  219. package/node_modules/earcut/src/earcut.js +46 -49
  220. package/node_modules/follow-redirects/README.md +8 -1
  221. package/node_modules/follow-redirects/index.js +83 -36
  222. package/node_modules/follow-redirects/package.json +38 -74
  223. package/node_modules/form-data/package.json +37 -70
  224. package/node_modules/function-bind/package.json +23 -56
  225. package/node_modules/functions-have-names/.editorconfig +20 -0
  226. package/node_modules/functions-have-names/.eslintrc +19 -0
  227. package/node_modules/functions-have-names/.github/FUNDING.yml +12 -0
  228. package/node_modules/functions-have-names/.nycrc +9 -0
  229. package/node_modules/functions-have-names/CHANGELOG.md +89 -0
  230. package/node_modules/functions-have-names/LICENSE +21 -0
  231. package/node_modules/functions-have-names/README.md +40 -0
  232. package/node_modules/functions-have-names/index.js +31 -0
  233. package/node_modules/functions-have-names/package.json +55 -0
  234. package/node_modules/functions-have-names/test/index.js +65 -0
  235. package/node_modules/geojson-equality/package.json +23 -55
  236. package/node_modules/geojson-rbush/node_modules/quickselect/package.json +43 -0
  237. package/node_modules/{@turf/unkink-polygon → geojson-rbush}/node_modules/rbush/README.md +22 -95
  238. package/node_modules/{@turf/collect → geojson-rbush}/node_modules/rbush/index.js +131 -181
  239. package/node_modules/geojson-rbush/node_modules/rbush/package.json +56 -0
  240. package/node_modules/geojson-rbush/node_modules/rbush/rbush.js +574 -0
  241. package/node_modules/geojson-rbush/node_modules/rbush/rbush.min.js +1 -0
  242. package/node_modules/geojson-rbush/package.json +32 -71
  243. package/node_modules/get-intrinsic/.eslintrc +3 -8
  244. package/node_modules/get-intrinsic/.nycrc +0 -4
  245. package/node_modules/get-intrinsic/CHANGELOG.md +53 -0
  246. package/node_modules/get-intrinsic/README.md +7 -1
  247. package/node_modules/get-intrinsic/index.js +29 -8
  248. package/node_modules/get-intrinsic/package.json +91 -104
  249. package/node_modules/get-intrinsic/test/GetIntrinsic.js +26 -12
  250. package/node_modules/has/package.json +21 -46
  251. package/node_modules/has-property-descriptors/.eslintrc +13 -0
  252. package/node_modules/has-property-descriptors/.github/FUNDING.yml +12 -0
  253. package/node_modules/has-property-descriptors/.nycrc +9 -0
  254. package/node_modules/has-property-descriptors/CHANGELOG.md +16 -0
  255. package/node_modules/has-property-descriptors/LICENSE +21 -0
  256. package/node_modules/has-property-descriptors/README.md +43 -0
  257. package/node_modules/has-property-descriptors/index.js +33 -0
  258. package/node_modules/has-property-descriptors/package.json +70 -0
  259. package/node_modules/has-property-descriptors/test/index.js +57 -0
  260. package/node_modules/has-proto/.eslintrc +5 -0
  261. package/node_modules/has-proto/.github/FUNDING.yml +12 -0
  262. package/node_modules/has-proto/CHANGELOG.md +23 -0
  263. package/node_modules/has-proto/LICENSE +21 -0
  264. package/node_modules/has-proto/README.md +38 -0
  265. package/node_modules/has-proto/index.js +11 -0
  266. package/node_modules/has-proto/package.json +74 -0
  267. package/node_modules/has-proto/test/index.js +19 -0
  268. package/node_modules/has-symbols/package.json +99 -125
  269. package/node_modules/has-tostringtag/package.json +82 -109
  270. package/node_modules/is-arguments/package.json +89 -114
  271. package/node_modules/is-date-object/package.json +77 -108
  272. package/node_modules/is-regex/package.json +84 -112
  273. package/node_modules/mime-db/HISTORY.md +8 -0
  274. package/node_modules/mime-db/LICENSE +19 -18
  275. package/node_modules/mime-db/README.md +1 -1
  276. package/node_modules/mime-db/db.json +54 -6
  277. package/node_modules/mime-db/index.js +1 -0
  278. package/node_modules/mime-db/package.json +24 -66
  279. package/node_modules/mime-types/HISTORY.md +9 -0
  280. package/node_modules/mime-types/README.md +1 -1
  281. package/node_modules/mime-types/package.json +19 -62
  282. package/node_modules/object-assign/package.json +15 -49
  283. package/node_modules/object-is/package.json +85 -112
  284. package/node_modules/object-keys/package.json +86 -116
  285. package/node_modules/point-in-polygon/package.json +19 -48
  286. package/node_modules/polygon-clipping/package.json +41 -80
  287. package/node_modules/proxy-from-env/.eslintrc +29 -0
  288. package/node_modules/proxy-from-env/.travis.yml +10 -0
  289. package/node_modules/proxy-from-env/LICENSE +20 -0
  290. package/node_modules/proxy-from-env/README.md +131 -0
  291. package/node_modules/proxy-from-env/index.js +108 -0
  292. package/node_modules/proxy-from-env/package.json +34 -0
  293. package/node_modules/proxy-from-env/test.js +483 -0
  294. package/node_modules/quickselect/package.json +13 -41
  295. package/node_modules/rbush/README.md +95 -22
  296. package/node_modules/rbush/index.js +181 -131
  297. package/node_modules/rbush/package.json +39 -71
  298. package/node_modules/rbush/rbush.js +412 -360
  299. package/node_modules/rbush/rbush.min.js +1 -1
  300. package/node_modules/regexp.prototype.flags/.eslintrc +1 -0
  301. package/node_modules/regexp.prototype.flags/CHANGELOG.md +19 -0
  302. package/node_modules/regexp.prototype.flags/implementation.js +9 -0
  303. package/node_modules/regexp.prototype.flags/package.json +98 -122
  304. package/node_modules/regexp.prototype.flags/test/shimmed.js +2 -1
  305. package/node_modules/regexp.prototype.flags/test/tests.js +7 -5
  306. package/node_modules/robust-predicates/package.json +25 -52
  307. package/node_modules/skmeans/package.json +18 -53
  308. package/node_modules/splaytree/Readme.md +58 -57
  309. package/node_modules/splaytree/dist/splay.esm.js +21 -8
  310. package/node_modules/splaytree/dist/splay.esm.js.map +1 -1
  311. package/node_modules/splaytree/dist/splay.js +21 -8
  312. package/node_modules/splaytree/dist/splay.js.map +1 -1
  313. package/node_modules/splaytree/package.json +36 -68
  314. package/node_modules/splaytree/src/index.ts +16 -4
  315. package/node_modules/tinyqueue/package.json +34 -59
  316. package/node_modules/topojson-client/package.json +28 -56
  317. package/node_modules/topojson-server/package.json +27 -55
  318. package/node_modules/turf-jsts/package.json +33 -68
  319. package/node_modules/uuid/CHANGELOG.md +39 -0
  320. package/node_modules/uuid/README.md +30 -73
  321. package/node_modules/uuid/dist/commonjs-browser/index.js +79 -0
  322. package/node_modules/uuid/dist/commonjs-browser/md5.js +223 -0
  323. package/node_modules/uuid/dist/commonjs-browser/native.js +11 -0
  324. package/node_modules/uuid/dist/commonjs-browser/nil.js +8 -0
  325. package/node_modules/uuid/dist/commonjs-browser/parse.js +45 -0
  326. package/node_modules/uuid/dist/commonjs-browser/regex.js +8 -0
  327. package/node_modules/uuid/dist/commonjs-browser/rng.js +25 -0
  328. package/node_modules/uuid/dist/commonjs-browser/sha1.js +104 -0
  329. package/node_modules/uuid/dist/commonjs-browser/stringify.js +44 -0
  330. package/node_modules/uuid/dist/commonjs-browser/v1.js +107 -0
  331. package/node_modules/uuid/dist/commonjs-browser/v3.js +16 -0
  332. package/node_modules/uuid/dist/commonjs-browser/v35.js +80 -0
  333. package/node_modules/uuid/dist/commonjs-browser/v4.js +43 -0
  334. package/node_modules/uuid/dist/commonjs-browser/v5.js +16 -0
  335. package/node_modules/uuid/dist/commonjs-browser/validate.js +17 -0
  336. package/node_modules/uuid/dist/commonjs-browser/version.js +21 -0
  337. package/node_modules/uuid/dist/esm-browser/md5.js +23 -23
  338. package/node_modules/uuid/dist/esm-browser/native.js +4 -0
  339. package/node_modules/uuid/dist/esm-browser/parse.js +2 -2
  340. package/node_modules/uuid/dist/esm-browser/rng.js +4 -5
  341. package/node_modules/uuid/dist/esm-browser/sha1.js +26 -26
  342. package/node_modules/uuid/dist/esm-browser/stringify.js +9 -6
  343. package/node_modules/uuid/dist/esm-browser/v1.js +17 -17
  344. package/node_modules/uuid/dist/esm-browser/v3.js +1 -1
  345. package/node_modules/uuid/dist/esm-browser/v35.js +12 -10
  346. package/node_modules/uuid/dist/esm-browser/v4.js +9 -4
  347. package/node_modules/uuid/dist/esm-browser/v5.js +1 -1
  348. package/node_modules/uuid/dist/esm-browser/version.js +1 -1
  349. package/node_modules/uuid/dist/esm-node/native.js +4 -0
  350. package/node_modules/uuid/dist/esm-node/stringify.js +7 -3
  351. package/node_modules/uuid/dist/esm-node/v1.js +2 -2
  352. package/node_modules/uuid/dist/esm-node/v35.js +6 -4
  353. package/node_modules/uuid/dist/esm-node/v4.js +7 -2
  354. package/node_modules/uuid/dist/esm-node/version.js +1 -1
  355. package/node_modules/uuid/dist/index.js +18 -18
  356. package/node_modules/uuid/dist/native-browser.js +11 -0
  357. package/node_modules/uuid/dist/native.js +15 -0
  358. package/node_modules/uuid/dist/rng-browser.js +2 -3
  359. package/node_modules/uuid/dist/stringify.js +8 -3
  360. package/node_modules/uuid/dist/v1.js +2 -2
  361. package/node_modules/uuid/dist/v35.js +7 -5
  362. package/node_modules/uuid/dist/v4.js +8 -2
  363. package/node_modules/uuid/dist/version.js +1 -1
  364. package/node_modules/uuid/package.json +87 -120
  365. package/package.json +12 -8
  366. package/tak-ingest.html +40 -0
  367. package/tak-ingest.js +48 -0
  368. package/tak-registration.html +13 -2
  369. package/tak-registration.js +55 -7
  370. package/node_modules/@turf/collect/node_modules/quickselect/package.json +0 -69
  371. package/node_modules/@turf/collect/node_modules/rbush/package.json +0 -85
  372. package/node_modules/@turf/collect/node_modules/rbush/rbush.js +0 -626
  373. package/node_modules/@turf/collect/node_modules/rbush/rbush.min.js +0 -1
  374. package/node_modules/@turf/unkink-polygon/node_modules/quickselect/package.json +0 -69
  375. package/node_modules/@turf/unkink-polygon/node_modules/rbush/package.json +0 -85
  376. package/node_modules/@turf/unkink-polygon/node_modules/rbush/rbush.js +0 -626
  377. package/node_modules/@turf/unkink-polygon/node_modules/rbush/rbush.min.js +0 -1
  378. package/node_modules/axios/UPGRADE_GUIDE.md +0 -168
  379. package/node_modules/axios/dist/axios.map +0 -1
  380. package/node_modules/axios/dist/axios.min.map +0 -1
  381. package/node_modules/axios/lib/cancel/Cancel.js +0 -19
  382. package/node_modules/axios/lib/core/createError.js +0 -18
  383. package/node_modules/axios/lib/core/enhanceError.js +0 -43
  384. package/node_modules/axios/lib/helpers/normalizeHeaderName.js +0 -12
  385. package/node_modules/axios/tsconfig.json +0 -14
  386. package/node_modules/axios/tslint.json +0 -6
  387. package/node_modules/combined-stream/yarn.lock +0 -17
  388. package/node_modules/d3-array/yarn.lock +0 -939
  389. package/node_modules/define-properties/.jscs.json +0 -175
  390. package/node_modules/define-properties/.travis.yml +0 -233
  391. package/node_modules/define-properties/test/index.js +0 -125
  392. package/node_modules/get-intrinsic/.eslintignore +0 -1
  393. package/node_modules/uuid/dist/umd/uuid.min.js +0 -1
  394. package/node_modules/uuid/dist/umd/uuidNIL.min.js +0 -1
  395. package/node_modules/uuid/dist/umd/uuidParse.min.js +0 -1
  396. package/node_modules/uuid/dist/umd/uuidStringify.min.js +0 -1
  397. package/node_modules/uuid/dist/umd/uuidValidate.min.js +0 -1
  398. package/node_modules/uuid/dist/umd/uuidVersion.min.js +0 -1
  399. package/node_modules/uuid/dist/umd/uuidv1.min.js +0 -1
  400. package/node_modules/uuid/dist/umd/uuidv3.min.js +0 -1
  401. package/node_modules/uuid/dist/umd/uuidv4.min.js +0 -1
  402. package/node_modules/uuid/dist/umd/uuidv5.min.js +0 -1
  403. /package/node_modules/{@turf/collect → concaveman}/node_modules/quickselect/LICENSE +0 -0
  404. /package/node_modules/{@turf/collect → concaveman}/node_modules/quickselect/README.md +0 -0
  405. /package/node_modules/{@turf/collect → concaveman}/node_modules/quickselect/index.js +0 -0
  406. /package/node_modules/{@turf/collect → concaveman}/node_modules/quickselect/quickselect.js +0 -0
  407. /package/node_modules/{@turf/collect → concaveman}/node_modules/rbush/LICENSE +0 -0
  408. /package/node_modules/{@turf/unkink-polygon → geojson-rbush}/node_modules/quickselect/LICENSE +0 -0
  409. /package/node_modules/{@turf/unkink-polygon → geojson-rbush}/node_modules/quickselect/README.md +0 -0
  410. /package/node_modules/{@turf/unkink-polygon → geojson-rbush}/node_modules/quickselect/index.js +0 -0
  411. /package/node_modules/{@turf/unkink-polygon → geojson-rbush}/node_modules/quickselect/quickselect.js +0 -0
  412. /package/node_modules/{@turf/unkink-polygon → geojson-rbush}/node_modules/rbush/LICENSE +0 -0
@@ -1,906 +1,542 @@
1
1
  # Changelog
2
2
 
3
- ### 0.26.1 (March 9, 2022)
4
-
5
- Fixes and Functionality:
6
- - Refactored project file structure to avoid circular imports ([##4220](https://github.com/axios/axios/pull/#4220))
7
-
8
- ### 0.26.0 (February 13, 2022)
9
-
10
- Fixes and Functionality:
11
- - Fixed The timeoutErrorMessage property in config not work with Node.js ([#3581](https://github.com/axios/axios/pull/3581))
12
- - Added errors to be displayed when the query parsing process itself fails ([#3961](https://github.com/axios/axios/pull/3961))
13
- - Fix/remove url required ([#4426](https://github.com/axios/axios/pull/4426))
14
- - Update follow-redirects dependency due to Vurnerbility ([#4462](https://github.com/axios/axios/pull/4462))
15
- - Bump karma from 6.3.11 to 6.3.14 ([#4461](https://github.com/axios/axios/pull/4461))
16
- - Bump follow-redirects from 1.14.7 to 1.14.8 ([#4473](https://github.com/axios/axios/pull/4473))
17
-
18
- ### 0.25.0 (January 18, 2022)
19
-
20
- Breaking changes:
21
- - Fixing maxBodyLength enforcement ([#3786](https://github.com/axios/axios/pull/3786))
22
- - Don't rely on strict mode behaviour for arguments ([#3470](https://github.com/axios/axios/pull/3470))
23
- - Adding error handling when missing url ([#3791](https://github.com/axios/axios/pull/3791))
24
- - Update isAbsoluteURL.js removing escaping of non-special characters ([#3809](https://github.com/axios/axios/pull/3809))
25
- - Use native Array.isArray() in utils.js ([#3836](https://github.com/axios/axios/pull/3836))
26
- - Adding error handling inside stream end callback ([#3967](https://github.com/axios/axios/pull/3967))
27
-
28
- Fixes and Functionality:
29
- - Added aborted even handler ([#3916](https://github.com/axios/axios/pull/3916))
30
- - Header types expanded allowing `boolean` and `number` types ([#4144](https://github.com/axios/axios/pull/4144))
31
- - Fix cancel signature allowing cancel message to be `undefined` ([#3153](https://github.com/axios/axios/pull/3153))
32
- - Updated type checks to be formulated better ([#3342](https://github.com/axios/axios/pull/3342))
33
- - Avoid unnecessary buffer allocations ([#3321](https://github.com/axios/axios/pull/3321))
34
- - Adding a socket handler to keep TCP connection live when processing long living requests ([#3422](https://github.com/axios/axios/pull/3422))
35
- - Added toFormData helper function ([#3757](https://github.com/axios/axios/pull/3757))
36
- - Adding responseEncoding prop type in AxiosRequestConfig ([#3918](https://github.com/axios/axios/pull/3918))
37
-
38
- Internal and Tests:
39
- - Adding axios-test-instance to ecosystem ([#3786](https://github.com/axios/axios/pull/3786))
40
- - Optimize the logic of isAxiosError ([#3546](https://github.com/axios/axios/pull/3546))
41
- - Add tests and documentation to display how multiple inceptors work ([#3564](https://github.com/axios/axios/pull/3564))
42
- - Updating follow-redirects to version 1.14.7 ([#4379](https://github.com/axios/axios/pull/4379))
43
-
44
-
45
- Documentation:
46
- - Fixing changelog to show corrext pull request ([#4219](https://github.com/axios/axios/pull/4219))
47
- - Update upgrade guide for https proxy setting ([#3604](https://github.com/axios/axios/pull/3604))
48
-
49
- Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
50
-
51
- - [Jay](mailto:jasonsaayman@gmail.com)
52
- - [Rijk van Zanten](https://github.com/rijkvanzanten)
53
- - [Kohta Ito](https://github.com/koh110)
54
- - [Brandon Faulkner](https://github.com/bfaulk96)
55
- - [Stefano Magni](https://github.com/NoriSte)
56
- - [enofan](https://github.com/fanguangyi)
57
- - [Andrey Pechkurov](https://github.com/puzpuzpuz)
58
- - [Doowonee](https://github.com/doowonee)
59
- - [Emil Broman](https://github.com/emilbroman-eqt)
60
- - [Remco Haszing](https://github.com/remcohaszing)
61
- - [Black-Hole](https://github.com/BlackHole1)
62
- - [Wolfram Kriesing](https://github.com/wolframkriesing)
63
- - [Andrew Ovens](https://github.com/repl-andrew-ovens)
64
- - [Paulo Renato](https://github.com/PauloRSF)
65
- - [Ben Carp](https://github.com/carpben)
66
- - [Hirotaka Tagawa](https://github.com/wafuwafu13)
67
- - [狼族小狈](https://github.com/lzxb)
68
- - [C. Lewis](https://github.com/ctjlewis)
69
- - [Felipe Carvalho](https://github.com/FCarvalhoVII)
70
- - [Daniel](https://github.com/djs113)
71
- - [Gustavo Sales](https://github.com/gussalesdev)
72
-
73
- ### 0.24.0 (October 25, 2021)
74
-
75
- Breaking changes:
76
- - Revert: change type of AxiosResponse to any, please read lengthy discussion here: ([#4141](https://github.com/axios/axios/issues/4141)) pull request: ([#4186](https://github.com/axios/axios/pull/4186))
77
-
78
- Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
79
-
80
- - [Jay](mailto:jasonsaayman@gmail.com)
81
- - [Rodry](https://github.com/ImRodry)
82
- - [Remco Haszing](https://github.com/remcohaszing)
83
- - [Isaiah Thomason](https://github.com/ITenthusiasm)
3
+ # [1.4.0](https://github.com/axios/axios/compare/v1.3.6...v1.4.0) (2023-04-27)
84
4
 
85
- ### 0.23.0 (October 12, 2021)
86
5
 
87
- Breaking changes:
88
- - Distinguish request and response data types ([#4116](https://github.com/axios/axios/pull/4116))
89
- - Change never type to unknown ([#4142](https://github.com/axios/axios/pull/4142))
90
- - Fixed TransitionalOptions typings ([#4147](https://github.com/axios/axios/pull/4147))
6
+ ### Bug Fixes
91
7
 
92
- Fixes and Functionality:
93
- - Adding globalObject: 'this' to webpack config ([#3176](https://github.com/axios/axios/pull/3176))
94
- - Adding insecureHTTPParser type to AxiosRequestConfig ([#4066](https://github.com/axios/axios/pull/4066))
95
- - Fix missing semicolon in typings ([#4115](https://github.com/axios/axios/pull/4115))
96
- - Fix response headers types ([#4136](https://github.com/axios/axios/pull/4136))
8
+ * **formdata:** add `multipart/form-data` content type for FormData payload on custom client environments; ([#5678](https://github.com/axios/axios/issues/5678)) ([bbb61e7](https://github.com/axios/axios/commit/bbb61e70cb1185adfb1cbbb86eaf6652c48d89d1))
9
+ * **package:** export package internals with unsafe path prefix; ([#5677](https://github.com/axios/axios/issues/5677)) ([df38c94](https://github.com/axios/axios/commit/df38c949f26414d88ba29ec1e353c4d4f97eaf09))
97
10
 
98
- Internal and Tests:
99
- - Improve timeout error when timeout is browser default ([#3209](https://github.com/axios/axios/pull/3209))
100
- - Fix node version on CI ([#4069](https://github.com/axios/axios/pull/4069))
101
- - Added testing to TypeScript portion of project ([#4140](https://github.com/axios/axios/pull/4140))
102
11
 
103
- Documentation:
104
- - Rename Angular to AngularJS ([#4114](https://github.com/axios/axios/pull/4114))
12
+ ### Features
105
13
 
106
- Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
14
+ * **dns:** added support for a custom lookup function; ([#5339](https://github.com/axios/axios/issues/5339)) ([2701911](https://github.com/axios/axios/commit/2701911260a1faa5cc5e1afe437121b330a3b7bb))
15
+ * **types:** export `AxiosHeaderValue` type. ([#5525](https://github.com/axios/axios/issues/5525)) ([726f1c8](https://github.com/axios/axios/commit/726f1c8e00cffa0461a8813a9bdcb8f8b9d762cf))
107
16
 
108
- - [Jay](mailto:jasonsaayman@gmail.com)
109
- - [Evan-Finkelstein](https://github.com/Evan-Finkelstein)
110
- - [Paweł Szymański](https://github.com/Jezorko)
111
- - [Dobes Vandermeer](https://github.com/dobesv)
112
- - [Claas Augner](https://github.com/caugner)
113
- - [Remco Haszing](https://github.com/remcohaszing)
114
- - [Evgeniy](https://github.com/egmen)
115
- - [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
116
17
 
117
- ### 0.22.0 (October 01, 2021)
18
+ ### Performance Improvements
118
19
 
119
- Fixes and Functionality:
120
- - Caseless header comparing in HTTP adapter ([#2880](https://github.com/axios/axios/pull/2880))
121
- - Avoid package.json import fixing issues and warnings related to this ([#4041](https://github.com/axios/axios/pull/4041)), ([#4065](https://github.com/axios/axios/pull/4065))
122
- - Fixed cancelToken leakage and added AbortController support ([#3305](https://github.com/axios/axios/pull/3305))
123
- - Updating CI to run on release branches
124
- - Bump follow redirects version
125
- - Fixed default transitional config for custom Axios instance; ([#4052](https://github.com/axios/axios/pull/4052))
20
+ * **merge-config:** optimize mergeConfig performance by avoiding duplicate key visits; ([#5679](https://github.com/axios/axios/issues/5679)) ([e6f7053](https://github.com/axios/axios/commit/e6f7053bf1a3e87cf1f9da8677e12e3fe829d68e))
126
21
 
127
- Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
22
+ ### Contributors to this release
128
23
 
129
- - [Jay](mailto:jasonsaayman@gmail.com)
130
- - [Matt R. Wilson](https://github.com/mastermatt)
131
- - [Xianming Zhong](https://github.com/chinesedfan)
132
- - [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
24
+ - <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+151/-16 (#5684 #5339 #5679 #5678 #5677 )")
25
+ - <img src="https://avatars.githubusercontent.com/u/47537704?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Arthur Fiorette](https://github.com/arthurfiorette "+19/-19 (#5525 )")
26
+ - <img src="https://avatars.githubusercontent.com/u/43876655?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [PIYUSH NEGI](https://github.com/npiyush97 "+2/-18 (#5670 )")
133
27
 
134
- ### 0.21.4 (September 6, 2021)
28
+ ## [1.3.6](https://github.com/axios/axios/compare/v1.3.5...v1.3.6) (2023-04-19)
135
29
 
136
- Fixes and Functionality:
137
- - Fixing JSON transform when data is stringified. Providing backward compatability and complying to the JSON RFC standard ([#4020](https://github.com/axios/axios/pull/4020))
138
30
 
139
- Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
31
+ ### Bug Fixes
140
32
 
141
- - [Jay](mailto:jasonsaayman@gmail.com)
142
- - [Guillaume Fortaine](https://github.com/gfortaine)
143
- - [Yusuke Kawasaki](https://github.com/kawanet)
144
- - [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
33
+ * **types:** added transport to RawAxiosRequestConfig ([#5445](https://github.com/axios/axios/issues/5445)) ([6f360a2](https://github.com/axios/axios/commit/6f360a2531d8d70363fd9becef6a45a323f170e2))
34
+ * **utils:** make isFormData detection logic stricter to avoid unnecessary calling of the `toString` method on the target; ([#5661](https://github.com/axios/axios/issues/5661)) ([aa372f7](https://github.com/axios/axios/commit/aa372f7306295dfd1100c1c2c77ce95c95808e76))
145
35
 
146
- ### 0.21.3 (September 4, 2021)
147
-
148
- Fixes and Functionality:
149
- - Fixing response interceptor not being called when request interceptor is attached ([#4013](https://github.com/axios/axios/pull/4013))
150
-
151
- Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
152
-
153
- - [Jay](mailto:jasonsaayman@gmail.com)
154
- - [Julian Hollmann](https://github.com/nerdbeere)
155
-
156
- ### 0.21.2 (September 4, 2021)
157
-
158
- Fixes and Functionality:
159
-
160
- - Updating axios requests to be delayed by pre-emptive promise creation ([#2702](https://github.com/axios/axios/pull/2702))
161
- - Adding "synchronous" and "runWhen" options to interceptors api ([#2702](https://github.com/axios/axios/pull/2702))
162
- - Updating of transformResponse ([#3377](https://github.com/axios/axios/pull/3377))
163
- - Adding ability to omit User-Agent header ([#3703](https://github.com/axios/axios/pull/3703))
164
- - Adding multiple JSON improvements ([#3688](https://github.com/axios/axios/pull/3688), [#3763](https://github.com/axios/axios/pull/3763))
165
- - Fixing quadratic runtime and extra memory usage when setting a maxContentLength ([#3738](https://github.com/axios/axios/pull/3738))
166
- - Adding parseInt to config.timeout ([#3781](https://github.com/axios/axios/pull/3781))
167
- - Adding custom return type support to interceptor ([#3783](https://github.com/axios/axios/pull/3783))
168
- - Adding security fix for ReDoS vulnerability ([#3980](https://github.com/axios/axios/pull/3980))
169
-
170
- Internal and Tests:
171
-
172
- - Updating build dev dependancies ([#3401](https://github.com/axios/axios/pull/3401))
173
- - Fixing builds running on Travis CI ([#3538](https://github.com/axios/axios/pull/3538))
174
- - Updating follow rediect version ([#3694](https://github.com/axios/axios/pull/3694), [#3771](https://github.com/axios/axios/pull/3771))
175
- - Updating karma sauce launcher to fix failing sauce tests ([#3712](https://github.com/axios/axios/pull/3712), [#3717](https://github.com/axios/axios/pull/3717))
176
- - Updating content-type header for application/json to not contain charset field, according do RFC 8259 ([#2154](https://github.com/axios/axios/pull/2154))
177
- - Fixing tests by bumping karma-sauce-launcher version ([#3813](https://github.com/axios/axios/pull/3813))
178
- - Changing testing process from Travis CI to GitHub Actions ([#3938](https://github.com/axios/axios/pull/3938))
179
-
180
- Documentation:
181
-
182
- - Updating documentation around the use of `AUTH_TOKEN` with multiple domain endpoints ([#3539](https://github.com/axios/axios/pull/3539))
183
- - Remove duplication of item in changelog ([#3523](https://github.com/axios/axios/pull/3523))
184
- - Fixing gramatical errors ([#2642](https://github.com/axios/axios/pull/2642))
185
- - Fixing spelling error ([#3567](https://github.com/axios/axios/pull/3567))
186
- - Moving gitpod metion ([#2637](https://github.com/axios/axios/pull/2637))
187
- - Adding new axios documentation website link ([#3681](https://github.com/axios/axios/pull/3681), [#3707](https://github.com/axios/axios/pull/3707))
188
- - Updating documentation around dispatching requests ([#3772](https://github.com/axios/axios/pull/3772))
189
- - Adding documentation for the type guard isAxiosError ([#3767](https://github.com/axios/axios/pull/3767))
190
- - Adding explanation of cancel token ([#3803](https://github.com/axios/axios/pull/3803))
191
- - Updating CI status badge ([#3953](https://github.com/axios/axios/pull/3953))
192
- - Fixing errors with JSON documentation ([#3936](https://github.com/axios/axios/pull/3936))
193
- - Fixing README typo under Request Config ([#3825](https://github.com/axios/axios/pull/3825))
194
- - Adding axios-multi-api to the ecosystem file ([#3817](https://github.com/axios/axios/pull/3817))
195
- - Adding SECURITY.md to properly disclose security vulnerabilities ([#3981](https://github.com/axios/axios/pull/3981))
196
-
197
- Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
198
-
199
- - [Jay](mailto:jasonsaayman@gmail.com)
200
- - [Sasha Korotkov](https://github.com/SashaKoro)
201
- - [Daniel Lopretto](https://github.com/timemachine3030)
202
- - [Mike Bishop](https://github.com/MikeBishop)
203
- - [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
204
- - [Mark](https://github.com/bimbiltu)
205
- - [Philipe Gouveia Paixão](https://github.com/piiih)
206
- - [hippo](https://github.com/hippo2cat)
207
- - [ready-research](https://github.com/ready-research)
208
- - [Xianming Zhong](https://github.com/chinesedfan)
209
- - [Christopher Chrapka](https://github.com/OJezu)
210
- - [Brian Anglin](https://github.com/anglinb)
211
- - [Kohta Ito](https://github.com/koh110)
212
- - [Ali Clark](https://github.com/aliclark)
213
- - [caikan](https://github.com/caikan)
214
- - [Elina Gorshkova](https://github.com/elinagorshkova)
215
- - [Ryota Ikezawa](https://github.com/paveg)
216
- - [Nisar Hassan Naqvi](https://github.com/nisarhassan12)
217
- - [Jake](https://github.com/codemaster138)
218
- - [TagawaHirotaka](https://github.com/wafuwafu13)
219
- - [Johannes Jarbratt](https://github.com/johachi)
220
- - [Mo Sattler](https://github.com/MoSattler)
221
- - [Sam Carlton](https://github.com/ThatGuySam)
222
- - [Matt Czapliński](https://github.com/MattCCC)
223
- - [Ziding Zhang](https://github.com/zidingz)
224
-
225
- ### 0.21.1 (December 21, 2020)
226
-
227
- Fixes and Functionality:
228
-
229
- - Hotfix: Prevent SSRF ([#3410](https://github.com/axios/axios/pull/3410))
230
- - Protocol not parsed when setting proxy config from env vars ([#3070](https://github.com/axios/axios/pull/3070))
231
- - Updating axios in types to be lower case ([#2797](https://github.com/axios/axios/pull/2797))
232
- - Adding a type guard for `AxiosError` ([#2949](https://github.com/axios/axios/pull/2949))
233
-
234
- Internal and Tests:
235
-
236
- - Remove the skipping of the `socket` http test ([#3364](https://github.com/axios/axios/pull/3364))
237
- - Use different socket for Win32 test ([#3375](https://github.com/axios/axios/pull/3375))
238
-
239
- Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
240
-
241
- - Daniel Lopretto <timemachine3030@users.noreply.github.com>
242
- - Jason Kwok <JasonHK@users.noreply.github.com>
243
- - Jay <jasonsaayman@gmail.com>
244
- - Jonathan Foster <jonathan@jonathanfoster.io>
245
- - Remco Haszing <remcohaszing@gmail.com>
246
- - Xianming Zhong <chinesedfan@qq.com>
247
-
248
- ### 0.21.0 (October 23, 2020)
249
-
250
- Fixes and Functionality:
251
-
252
- - Fixing requestHeaders.Authorization ([#3287](https://github.com/axios/axios/pull/3287))
253
- - Fixing node types ([#3237](https://github.com/axios/axios/pull/3237))
254
- - Fixing axios.delete ignores config.data ([#3282](https://github.com/axios/axios/pull/3282))
255
- - Revert "Fixing overwrite Blob/File type as Content-Type in browser. (#1773)" ([#3289](https://github.com/axios/axios/pull/3289))
256
- - Fixing an issue that type 'null' and 'undefined' is not assignable to validateStatus when typescript strict option is enabled ([#3200](https://github.com/axios/axios/pull/3200))
257
-
258
- Internal and Tests:
259
-
260
- - Lock travis to not use node v15 ([#3361](https://github.com/axios/axios/pull/3361))
261
-
262
- Documentation:
263
-
264
- - Fixing simple typo, existant -> existent ([#3252](https://github.com/axios/axios/pull/3252))
265
- - Fixing typos ([#3309](https://github.com/axios/axios/pull/3309))
266
-
267
- Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
268
-
269
- - Allan Cruz <57270969+Allanbcruz@users.noreply.github.com>
270
- - George Cheng <Gerhut@GMail.com>
271
- - Jay <jasonsaayman@gmail.com>
272
- - Kevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
273
- - Remco Haszing <remcohaszing@gmail.com>
274
- - Taemin Shin <cprayer13@gmail.com>
275
- - Tim Gates <tim.gates@iress.com>
276
- - Xianming Zhong <chinesedfan@qq.com>
277
-
278
- ### 0.20.0 (August 20, 2020)
279
-
280
- Release of 0.20.0-pre as a full release with no other changes.
281
-
282
- ### 0.20.0-pre (July 15, 2020)
283
-
284
- Fixes and Functionality:
285
-
286
- - Fixing response with utf-8 BOM can not parse to json ([#2419](https://github.com/axios/axios/pull/2419))
287
- - fix: remove byte order marker (UTF-8 BOM) when transform response
288
- - fix: remove BOM only utf-8
289
- - test: utf-8 BOM
290
- - fix: incorrect param name
291
- - Refactor mergeConfig without utils.deepMerge ([#2844](https://github.com/axios/axios/pull/2844))
292
- - Adding failing test
293
- - Fixing #2587 default custom config persisting
294
- - Adding Concat keys and filter duplicates
295
- - Fixed value from CPE
296
- - update for review feedbacks
297
- - no deepMerge
298
- - only merge between plain objects
299
- - fix rename
300
- - always merge config by mergeConfig
301
- - extract function mergeDeepProperties
302
- - refactor mergeConfig with all keys, and add special logic for validateStatus
303
- - add test for resetting headers
304
- - add lots of tests and fix a bug
305
- - should not inherit `data`
306
- - use simple toString
307
- - Fixing overwrite Blob/File type as Content-Type in browser. ([#1773](https://github.com/axios/axios/pull/1773))
308
- - Fixing an issue that type 'null' is not assignable to validateStatus ([#2773](https://github.com/axios/axios/pull/2773))
309
- - Fixing special char encoding ([#1671](https://github.com/axios/axios/pull/1671))
310
- - removing @ character from replacement list since it is a reserved character
311
- - Updating buildURL test to not include the @ character
312
- - Removing console logs
313
- - Fixing password encoding with special characters in basic authentication ([#1492](https://github.com/axios/axios/pull/1492))
314
- - Fixing password encoding with special characters in basic authentication
315
- - Adding test to check if password with non-Latin1 characters pass
316
- - Fixing 'Network Error' in react native android ([#1487](https://github.com/axios/axios/pull/1487))
317
- 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.
318
- - Fixing Cookie Helper with Async Components ([#1105](https://github.com/axios/axios/pull/1105)) ([#1107](https://github.com/axios/axios/pull/1107))
319
- - Fixing 'progressEvent' type ([#2851](https://github.com/axios/axios/pull/2851))
320
- - Fix 'progressEvent' type
321
- - Update axios.ts
322
- - Fixing getting local files (file://) failed ([#2470](https://github.com/axios/axios/pull/2470))
323
- - fix issue #2416, #2396
324
- - fix Eslint warn
325
- - Modify judgment conditions
326
- - add unit test
327
- - update unit test
328
- - update unit test
329
- - Allow PURGE method in typings ([#2191](https://github.com/axios/axios/pull/2191))
330
- - Adding option to disable automatic decompression ([#2661](https://github.com/axios/axios/pull/2661))
331
- - Adding ability to disable auto decompression
332
- - Updating decompress documentation in README
333
- - Fixing test\unit\adapters\http.js lint errors
334
- - Adding test for disabling auto decompression
335
- - Removing changes that fixed lint errors in tests
336
- - Removing formatting change to unit test
337
- - Add independent `maxBodyLength` option ([#2781](https://github.com/axios/axios/pull/2781))
338
- - Add independent option to set the maximum size of the request body
339
- - Remove maxBodyLength check
340
- - Update README
341
- - Assert for error code and message
342
- - Adding responseEncoding to mergeConfig ([#1745](https://github.com/axios/axios/pull/1745))
343
- - Compatible with follow-redirect aborts the request ([#2689](https://github.com/axios/axios/pull/2689))
344
- - Compatible with follow-redirect aborts the request
345
- - Use the error code
346
- - Fix merging of params ([#2656](https://github.com/axios/axios/pull/2656))
347
- - Name function to avoid ESLint func-names warning
348
- - Switch params config to merge list and update tests
349
- - Restore testing of both false and null
350
- - Restore test cases for keys without defaults
351
- - Include test for non-object values that aren't false-y.
352
- - Revert `finally` as `then` ([#2683](https://github.com/axios/axios/pull/2683))
353
-
354
- Internal and Tests:
355
-
356
- - Fix stale bot config ([#3049](https://github.com/axios/axios/pull/3049))
357
- - fix stale bot config
358
- - fix multiple lines
359
- - Add days and change name to work ([#3035](https://github.com/axios/axios/pull/3035))
360
- - Update close-issues.yml ([#3031](https://github.com/axios/axios/pull/3031))
361
- - Update close-issues.yml
362
- Update close message to read better 😄
363
- - Fix use of quotations
364
- Use single quotes as per other .yml files
365
- - Remove user name form message
366
- - Add GitHub actions to close stale issues/prs ([#3029](https://github.com/axios/axios/pull/3029))
367
- - prepare stale actions
368
- - update messages
369
- - Add exempt labels and lighten up comments
370
- - Add GitHub actions to close invalid issues ([#3022](https://github.com/axios/axios/pull/3022))
371
- - add close actions
372
- - fix with checkout
373
- - update issue templates
374
- - add reminder
375
- - update close message
376
- - Add test with Node.js 12 ([#2860](https://github.com/axios/axios/pull/2860))
377
- - test with Node.js 12
378
- - test with latest
379
- - Adding console log on sandbox server startup ([#2210](https://github.com/axios/axios/pull/2210))
380
- - Adding console log on sandbox server startup
381
- - Update server.js
382
- Add server error handling
383
- - Update server.js
384
- Better error message, remove retry.
385
- - Adding tests for method `options` type definitions ([#1996](https://github.com/axios/axios/pull/1996))
386
- Update tests.
387
- - Add test for redirecting with too large response ([#2695](https://github.com/axios/axios/pull/2695))
388
- - Fixing unit test failure in Windows OS ([#2601](https://github.com/axios/axios/pull/2601))
389
- - Fixing issue for HEAD method and gzipped response ([#2666](https://github.com/axios/axios/pull/2666))
390
- - Fix tests in browsers ([#2748](https://github.com/axios/axios/pull/2748))
391
- - chore: add `jsdelivr` and `unpkg` support ([#2443](https://github.com/axios/axios/pull/2443))
392
-
393
- Documentation:
394
-
395
- - Adding support for URLSearchParams in node ([#1900](https://github.com/axios/axios/pull/1900))
396
- - Adding support for URLSearchParams in node
397
- - Remove un-needed code
398
- - Update utils.js
399
- - Make changes as suggested
400
- - Adding table of content (preview) ([#3050](https://github.com/axios/axios/pull/3050))
401
- - add toc (preview)
402
- - remove toc in toc
403
- Signed-off-by: Moni <usmoni@gmail.com>
404
- - fix sublinks
405
- - fix indentation
406
- - remove redundant table links
407
- - update caps and indent
408
- - remove axios
409
- - Replace 'blacklist' with 'blocklist' ([#3006](https://github.com/axios/axios/pull/3006))
410
- - docs(): Detailed config options environment. ([#2088](https://github.com/axios/axios/pull/2088))
411
- - docs(): Detailed config options environment.
412
- - Update README.md
413
- - Include axios-data-unpacker in ECOSYSTEM.md ([#2080](https://github.com/axios/axios/pull/2080))
414
- - Allow opening examples in Gitpod ([#1958](https://github.com/axios/axios/pull/1958))
415
- - Remove axios.all() and axios.spread() from Readme.md ([#2727](https://github.com/axios/axios/pull/2727))
416
- - remove axios.all(), axios.spread()
417
- - replace example
418
- - axios.all() -> Promise.all()
419
- - axios.spread(function (acct, perms)) -> function (acct, perms)
420
- - add deprecated mark
421
- - Update README.md ([#2887](https://github.com/axios/axios/pull/2887))
422
- 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.
423
- - Include swagger-taxos-codegen in ECOSYSTEM.md ([#2162](https://github.com/axios/axios/pull/2162))
424
- - Add CDNJS version badge in README.md ([#878](https://github.com/axios/axios/pull/878))
425
- This badge will show the version on CDNJS!
426
- - Documentation update to clear up ambiguity in code examples ([#2928](https://github.com/axios/axios/pull/2928))
427
- - Made an adjustment to the documentation 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.
428
- - Update README.md about validateStatus ([#2912](https://github.com/axios/axios/pull/2912))
429
- 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"
430
- - Updating documentation for usage form-data ([#2805](https://github.com/axios/axios/pull/2805))
431
- Closes #2049
432
- - Fixing CHANGELOG.md issue link ([#2784](https://github.com/axios/axios/pull/2784))
433
- - Include axios-hooks in ECOSYSTEM.md ([#2003](https://github.com/axios/axios/pull/2003))
434
- - Added Response header access instructions ([#1901](https://github.com/axios/axios/pull/1901))
435
- - Added Response header access instructions
436
- - Added note about using bracket notation
437
- - Add `onUploadProgress` and `onDownloadProgress` are browser only ([#2763](https://github.com/axios/axios/pull/2763))
438
- Saw in #928 and #1966 that `onUploadProgress` and `onDownloadProgress` only work in the browser and was missing that from the README.
439
- - Update ' sign to ` in proxy spec ([#2778](https://github.com/axios/axios/pull/2778))
440
- - Adding jsDelivr link in README ([#1110](https://github.com/axios/axios/pull/1110))
441
- - Adding jsDelivr link
442
- - Add SRI
443
- - Remove SRI
444
-
445
- Huge thanks to everyone who contributed to this release via code (authors listed
446
- below) or via reviews and triaging on GitHub:
447
-
448
- - Alan Wang <wp_scut@163.com>
449
- - Alexandru Ungureanu <khakcarot@gmail.com>
450
- - Anubhav Srivastava <anubhav.srivastava00@gmail.com>
451
- - Benny Neugebauer <bn@bennyn.de>
452
- - Cr <631807682@qq.com>
453
- - David <cygnidavid@gmail.com>
454
- - David Ko <david.ko@pvtmethod.com>
455
- - David Tanner <david.tanner@lifeomic.com>
456
- - Emily Morehouse <emilyemorehouse@gmail.com>
457
- - Felipe Martins <felipewmartins@gmail.com>
458
- - Fonger <5862369+Fonger@users.noreply.github.com>
459
- - Frostack <soulburn007@gmail.com>
460
- - George Cheng <Gerhut@GMail.com>
461
- - grumblerchester <grumblerchester@users.noreply.github.com>
462
- - Gustavo López <gualopezb@gmail.com>
463
- - hexaez <45806662+hexaez@users.noreply.github.com>
464
- - huangzuizui <huangzuizui@gmail.com>
465
- - Ian Wijma <ian@wij.ma>
466
- - Jay <jasonsaayman@gmail.com>
467
- - jeffjing <zgayjjf@qq.com>
468
- - jennynju <46782518+jennynju@users.noreply.github.com>
469
- - Jimmy Liao <52391190+jimmy-liao-gogoro@users.noreply.github.com>
470
- - Jonathan Sharpe <j.r.sharpe@gmail.com>
471
- - JounQin <admin@1stg.me>
472
- - Justin Beckwith <justin.beckwith@gmail.com>
473
- - Kamil Posiadała <3dcreator.pl@gmail.com>
474
- - Lukas Drgon <lukas.drgon@gmail.com>
475
- - marcinx <mail@marcinx.com>
476
- - Martti Laine <martti@codeclown.net>
477
- - Michał Zarach <michal.m.zarach@gmail.com>
478
- - Moni <usmoni@gmail.com>
479
- - Motonori Iwata <121048+iwata@users.noreply.github.com>
480
- - Nikita Galkin <nikita@galk.in>
481
- - Petr Mares <petr@mares.tw>
482
- - Philippe Recto <precto1285@gmal.com>
483
- - Remco Haszing <remcohaszing@gmail.com>
484
- - rockcs1992 <chengshi1219@gmail.com>
485
- - Ryan Bown <rbown@niftee.com.au>
486
- - Samina Fu <sufuf3@gmail.com>
487
- - Simone Busoli <simone.busoli@gmail.com>
488
- - Spencer von der Ohe <s.vonderohe40@gmail.com>
489
- - Sven Efftinge <sven.efftinge@typefox.io>
490
- - Taegyeoung Oh <otk1090@naver.com>
491
- - Taemin Shin <cprayer13@gmail.com>
492
- - Thibault Ehrhart <1208424+ehrhart@users.noreply.github.com>
493
- - Xianming Zhong <chinesedfan@qq.com>
494
- - Yasu Flores <carlosyasu91@gmail.com>
495
- - Zac Delventhal <delventhalz@gmail.com>
496
-
497
- ### 0.19.2 (Jan 20, 2020)
498
-
499
- - Remove unnecessary XSS check ([#2679](https://github.com/axios/axios/pull/2679)) (see ([#2646](https://github.com/axios/axios/issues/2646)) for discussion)
500
-
501
- ### 0.19.1 (Jan 7, 2020)
502
-
503
- Fixes and Functionality:
504
-
505
- - Fixing invalid agent issue ([#1904](https://github.com/axios/axios/pull/1904))
506
- - Fix ignore set withCredentials false ([#2582](https://github.com/axios/axios/pull/2582))
507
- - Delete useless default to hash ([#2458](https://github.com/axios/axios/pull/2458))
508
- - Fix HTTP/HTTPs agents passing to follow-redirect ([#1904](https://github.com/axios/axios/pull/1904))
509
- - Fix ignore set withCredentials false ([#2582](https://github.com/axios/axios/pull/2582))
510
- - Fix CI build failure ([#2570](https://github.com/axios/axios/pull/2570))
511
- - Remove dependency on is-buffer from package.json ([#1816](https://github.com/axios/axios/pull/1816))
512
- - Adding options typings ([#2341](https://github.com/axios/axios/pull/2341))
513
- - Adding Typescript HTTP method definition for LINK and UNLINK. ([#2444](https://github.com/axios/axios/pull/2444))
514
- - Update dist with newest changes, fixes Custom Attributes issue
515
- - Change syntax to see if build passes ([#2488](https://github.com/axios/axios/pull/2488))
516
- - Update Webpack + deps, remove now unnecessary polyfills ([#2410](https://github.com/axios/axios/pull/2410))
517
- - Fix to prevent XSS, throw an error when the URL contains a JS script ([#2464](https://github.com/axios/axios/pull/2464))
518
- - Add custom timeout error copy in config ([#2275](https://github.com/axios/axios/pull/2275))
519
- - Add error toJSON example ([#2466](https://github.com/axios/axios/pull/2466))
520
- - Fixing Vulnerability A Fortify Scan finds a critical Cross-Site Scrip… ([#2451](https://github.com/axios/axios/pull/2451))
521
- - Fixing subdomain handling on no_proxy ([#2442](https://github.com/axios/axios/pull/2442))
522
- - Make redirection from HTTP to HTTPS work ([#2426](https://github.com/axios/axios/pull/2426)) and ([#2547](https://github.com/axios/axios/pull/2547))
523
- - Add toJSON property to AxiosError type ([#2427](https://github.com/axios/axios/pull/2427))
524
- - Fixing socket hang up error on node side for slow response. ([#1752](https://github.com/axios/axios/pull/1752))
525
- - Alternative syntax to send data into the body ([#2317](https://github.com/axios/axios/pull/2317))
526
- - Fixing custom config options ([#2207](https://github.com/axios/axios/pull/2207))
527
- - Fixing set `config.method` after mergeConfig for Axios.prototype.request ([#2383](https://github.com/axios/axios/pull/2383))
528
- - Axios create url bug ([#2290](https://github.com/axios/axios/pull/2290))
529
- - Do not modify config.url when using a relative baseURL (resolves [#1628](https://github.com/axios/axios/issues/1098)) ([#2391](https://github.com/axios/axios/pull/2391))
530
-
531
- Internal:
532
-
533
- - Revert "Update Webpack + deps, remove now unnecessary polyfills" ([#2479](https://github.com/axios/axios/pull/2479))
534
- - Order of if/else blocks is causing unit tests mocking XHR. ([#2201](https://github.com/axios/axios/pull/2201))
535
- - Add license badge ([#2446](https://github.com/axios/axios/pull/2446))
536
- - Fix travis CI build [#2386](https://github.com/axios/axios/pull/2386)
537
- - Fix cancellation error on build master. #2290 #2207 ([#2407](https://github.com/axios/axios/pull/2407))
538
-
539
- Documentation:
540
-
541
- - Fixing typo in CHANGELOG.md: s/Functionallity/Functionality ([#2639](https://github.com/axios/axios/pull/2639))
542
- - Fix badge, use master branch ([#2538](https://github.com/axios/axios/pull/2538))
543
- - Fix typo in changelog [#2193](https://github.com/axios/axios/pull/2193)
544
- - Document fix ([#2514](https://github.com/axios/axios/pull/2514))
545
- - Update docs with no_proxy change, issue #2484 ([#2513](https://github.com/axios/axios/pull/2513))
546
- - Fixing missing words in docs template ([#2259](https://github.com/axios/axios/pull/2259))
547
- - 🐛Fix request finally documentation in README ([#2189](https://github.com/axios/axios/pull/2189))
548
- - updating spelling and adding link to docs ([#2212](https://github.com/axios/axios/pull/2212))
549
- - docs: minor tweak ([#2404](https://github.com/axios/axios/pull/2404))
550
- - Update response interceptor docs ([#2399](https://github.com/axios/axios/pull/2399))
551
- - Update README.md ([#2504](https://github.com/axios/axios/pull/2504))
552
- - Fix word 'sintaxe' to 'syntax' in README.md ([#2432](https://github.com/axios/axios/pull/2432))
553
- - updating README: notes on CommonJS autocomplete ([#2256](https://github.com/axios/axios/pull/2256))
554
- - Fix grammar in README.md ([#2271](https://github.com/axios/axios/pull/2271))
555
- - Doc fixes, minor examples cleanup ([#2198](https://github.com/axios/axios/pull/2198))
556
-
557
- ### 0.19.0 (May 30, 2019)
558
-
559
- Fixes and Functionality:
560
-
561
- - Added support for no_proxy env variable ([#1693](https://github.com/axios/axios/pull/1693/files)) - Chance Dickson
562
- - Unzip response body only for statuses != 204 ([#1129](https://github.com/axios/axios/pull/1129)) - drawski
563
- - Destroy stream on exceeding maxContentLength (fixes [#1098](https://github.com/axios/axios/issues/1098)) ([#1485](https://github.com/axios/axios/pull/1485)) - Gadzhi Gadzhiev
564
- - Makes Axios error generic to use AxiosResponse ([#1738](https://github.com/axios/axios/pull/1738)) - Suman Lama
565
- - Fixing Mocha tests by locking follow-redirects version to 1.5.10 ([#1993](https://github.com/axios/axios/pull/1993)) - grumblerchester
566
- - Allow uppercase methods in typings. ([#1781](https://github.com/axios/axios/pull/1781)) - Ken Powers
567
- - Fixing building url with hash mark ([#1771](https://github.com/axios/axios/pull/1771)) - Anatoly Ryabov
568
- - This commit fix building url with hash map (fragment identifier) when parameters are present: they must not be added after `#`, because client cut everything after `#`
569
- - Preserve HTTP method when following redirect ([#1758](https://github.com/axios/axios/pull/1758)) - Rikki Gibson
570
- - Add `getUri` signature to TypeScript definition. ([#1736](https://github.com/axios/axios/pull/1736)) - Alexander Trauzzi
571
- - Adding isAxiosError flag to errors thrown by axios ([#1419](https://github.com/axios/axios/pull/1419)) - Ayush Gupta
572
-
573
- Internal:
574
-
575
- - Fixing .eslintrc without extension ([#1789](https://github.com/axios/axios/pull/1789)) - Manoel
576
- - Fix failing SauceLabs tests by updating configuration - Emily Morehouse
577
- - Add issue templates - Emily Morehouse
578
-
579
- Documentation:
580
-
581
- - Consistent coding style in README ([#1787](https://github.com/axios/axios/pull/1787)) - Ali Servet Donmez
582
- - Add information about auth parameter to README ([#2166](https://github.com/axios/axios/pull/2166)) - xlaguna
583
- - Add DELETE to list of methods that allow data as a config option ([#2169](https://github.com/axios/axios/pull/2169)) - Daniela Borges Matos de Carvalho
584
- - Update ECOSYSTEM.md - Add Axios Endpoints ([#2176](https://github.com/axios/axios/pull/2176)) - Renan
585
- - Add r2curl in ECOSYSTEM ([#2141](https://github.com/axios/axios/pull/2141)) - 유용우 / CX
586
- - Update README.md - Add instructions for installing with yarn ([#2036](https://github.com/axios/axios/pull/2036)) - Victor Hermes
587
- - Fixing spacing for README.md ([#2066](https://github.com/axios/axios/pull/2066)) - Josh McCarty
588
- - Update README.md. - Change `.then` to `.finally` in example code ([#2090](https://github.com/axios/axios/pull/2090)) - Omar Cai
589
- - Clarify what values responseType can have in Node ([#2121](https://github.com/axios/axios/pull/2121)) - Tyler Breisacher
590
- - docs(ECOSYSTEM): add axios-api-versioning ([#2020](https://github.com/axios/axios/pull/2020)) - Weffe
591
- - It seems that `responseType: 'blob'` doesn't actually work in Node (when I tried using it, response.data was a string, not a Blob, since Node doesn't have Blobs), so this clarifies that this option should only be used in the browser
592
- - Update README.md. - Add Querystring library note ([#1896](https://github.com/axios/axios/pull/1896)) - Dmitriy Eroshenko
593
- - Add react-hooks-axios to Libraries section of ECOSYSTEM.md ([#1925](https://github.com/axios/axios/pull/1925)) - Cody Chan
594
- - Clarify in README that default timeout is 0 (no timeout) ([#1750](https://github.com/axios/axios/pull/1750)) - Ben Standefer
595
-
596
- ### 0.19.0-beta.1 (Aug 9, 2018)
597
-
598
- **NOTE:** This is a beta version of this release. There may be functionality that is broken in
599
- certain browsers, though we suspect that builds are hanging and not erroring. See
600
- https://saucelabs.com/u/axios for the most up-to-date information.
601
-
602
- New Functionality:
603
-
604
- - Add getUri method ([#1712](https://github.com/axios/axios/issues/1712))
605
- - Add support for no_proxy env variable ([#1693](https://github.com/axios/axios/issues/1693))
606
- - Add toJSON to decorated Axios errors to facilitate serialization ([#1625](https://github.com/axios/axios/issues/1625))
607
- - Add second then on axios call ([#1623](https://github.com/axios/axios/issues/1623))
608
- - Typings: allow custom return types
609
- - Add option to specify character set in responses (with http adapter)
610
-
611
- Fixes:
612
-
613
- - Fix Keep defaults local to instance ([#385](https://github.com/axios/axios/issues/385))
614
- - Correctly catch exception in http test ([#1475](https://github.com/axios/axios/issues/1475))
615
- - Fix accept header normalization ([#1698](https://github.com/axios/axios/issues/1698))
616
- - Fix http adapter to allow HTTPS connections via HTTP ([#959](https://github.com/axios/axios/issues/959))
617
- - Fix Removes usage of deprecated Buffer constructor. ([#1555](https://github.com/axios/axios/issues/1555), [#1622](https://github.com/axios/axios/issues/1622))
618
- - Fix defaults to use httpAdapter if available ([#1285](https://github.com/axios/axios/issues/1285))
619
- - Fixing defaults to use httpAdapter if available
620
- - Use a safer, cross-platform method to detect the Node environment
621
- - Fix Reject promise if request is cancelled by the browser ([#537](https://github.com/axios/axios/issues/537))
622
- - [Typescript] Fix missing type parameters on delete/head methods
623
- - [NS]: Send `false` flag isStandardBrowserEnv for Nativescript
624
- - Fix missing type parameters on delete/head
625
- - Fix Default method for an instance always overwritten by get
626
- - Fix type error when socketPath option in AxiosRequestConfig
627
- - Capture errors on request data streams
628
- - Decorate resolve and reject to clear timeout in all cases
629
-
630
- Huge thanks to everyone who contributed to this release via code (authors listed
631
- below) or via reviews and triaging on GitHub:
632
-
633
- - Andrew Scott <ascott18@gmail.com>
634
- - Anthony Gauthier <antho325@hotmail.com>
635
- - arpit <arpit2438735@gmail.com>
636
- - ascott18
637
- - Benedikt Rötsch <axe312ger@users.noreply.github.com>
638
- - Chance Dickson <me@chancedickson.com>
639
- - Dave Stewart <info@davestewart.co.uk>
640
- - Deric Cain <deric.cain@gmail.com>
641
- - Guillaume Briday <guillaumebriday@gmail.com>
642
- - Jacob Wejendorp <jacob@wejendorp.dk>
643
- - Jim Lynch <mrdotjim@gmail.com>
644
- - johntron
645
- - Justin Beckwith <beckwith@google.com>
646
- - Justin Beckwith <justin.beckwith@gmail.com>
647
- - Khaled Garbaya <khaledgarbaya@gmail.com>
648
- - Lim Jing Rong <jjingrong@users.noreply.github.com>
649
- - Mark van den Broek <mvdnbrk@gmail.com>
650
- - Martti Laine <martti@codeclown.net>
651
- - mattridley
652
- - mattridley <matt.r@joinblink.com>
653
- - Nicolas Del Valle <nicolas.delvalle@gmail.com>
654
- - Nilegfx
655
- - pbarbiero
656
- - Rikki Gibson <rikkigibson@gmail.com>
657
- - Sako Hartounian <sakohartounian@yahoo.com>
658
- - Shane Fitzpatrick <fitzpasd@gmail.com>
659
- - Stephan Schneider <stephanschndr@gmail.com>
660
- - Steven <steven@ceriously.com>
661
- - Tim Garthwaite <tim.garthwaite@jibo.com>
662
- - Tim Johns <timjohns@yahoo.com>
663
- - Yutaro Miyazaki <yutaro@studio-rubbish.com>
664
-
665
- ### 0.18.0 (Feb 19, 2018)
666
-
667
- - Adding support for UNIX Sockets when running with Node.js ([#1070](https://github.com/axios/axios/pull/1070))
668
- - Fixing typings ([#1177](https://github.com/axios/axios/pull/1177)):
669
- - AxiosRequestConfig.proxy: allows type false
670
- - AxiosProxyConfig: added auth field
671
- - Adding function signature in AxiosInstance interface so AxiosInstance can be invoked ([#1192](https://github.com/axios/axios/pull/1192), [#1254](https://github.com/axios/axios/pull/1254))
672
- - Allowing maxContentLength to pass through to redirected calls as maxBodyLength in follow-redirects config ([#1287](https://github.com/axios/axios/pull/1287))
673
- - Fixing configuration when using an instance - method can now be set ([#1342](https://github.com/axios/axios/pull/1342))
674
-
675
- ### 0.17.1 (Nov 11, 2017)
676
-
677
- - Fixing issue with web workers ([#1160](https://github.com/axios/axios/pull/1160))
678
- - Allowing overriding transport ([#1080](https://github.com/axios/axios/pull/1080))
679
- - Updating TypeScript typings ([#1165](https://github.com/axios/axios/pull/1165), [#1125](https://github.com/axios/axios/pull/1125), [#1131](https://github.com/axios/axios/pull/1131))
680
-
681
- ### 0.17.0 (Oct 21, 2017)
682
-
683
- - **BREAKING** Fixing issue with `baseURL` and interceptors ([#950](https://github.com/axios/axios/pull/950))
684
- - **BREAKING** Improving handing of duplicate headers ([#874](https://github.com/axios/axios/pull/874))
685
- - Adding support for disabling proxies ([#691](https://github.com/axios/axios/pull/691))
686
- - Updating TypeScript typings with generic type parameters ([#1061](https://github.com/axios/axios/pull/1061))
687
-
688
- ### 0.16.2 (Jun 3, 2017)
689
-
690
- - Fixing issue with including `buffer` in bundle ([#887](https://github.com/axios/axios/pull/887))
691
- - Including underlying request in errors ([#830](https://github.com/axios/axios/pull/830))
692
- - Convert `method` to lowercase ([#930](https://github.com/axios/axios/pull/930))
693
-
694
- ### 0.16.1 (Apr 8, 2017)
695
-
696
- - Improving HTTP adapter to return last request in case of redirects ([#828](https://github.com/axios/axios/pull/828))
697
- - Updating `follow-redirects` dependency ([#829](https://github.com/axios/axios/pull/829))
698
- - Adding support for passing `Buffer` in node ([#773](https://github.com/axios/axios/pull/773))
699
-
700
- ### 0.16.0 (Mar 31, 2017)
701
-
702
- - **BREAKING** Removing `Promise` from axios typings in favor of built-in type declarations ([#480](https://github.com/axios/axios/issues/480))
703
- - Adding `options` shortcut method ([#461](https://github.com/axios/axios/pull/461))
704
- - Fixing issue with using `responseType: 'json'` in browsers incompatible with XHR Level 2 ([#654](https://github.com/axios/axios/pull/654))
705
- - Improving React Native detection ([#731](https://github.com/axios/axios/pull/731))
706
- - Fixing `combineURLs` to support empty `relativeURL` ([#581](https://github.com/axios/axios/pull/581))
707
- - Removing `PROTECTION_PREFIX` support ([#561](https://github.com/axios/axios/pull/561))
708
-
709
- ### 0.15.3 (Nov 27, 2016)
710
-
711
- - Fixing issue with custom instances and global defaults ([#443](https://github.com/axios/axios/issues/443))
712
- - Renaming `axios.d.ts` to `index.d.ts` ([#519](https://github.com/axios/axios/issues/519))
713
- - Adding `get`, `head`, and `delete` to `defaults.headers` ([#509](https://github.com/axios/axios/issues/509))
714
- - Fixing issue with `btoa` and IE ([#507](https://github.com/axios/axios/issues/507))
715
- - Adding support for proxy authentication ([#483](https://github.com/axios/axios/pull/483))
716
- - Improving HTTP adapter to use `http` protocol by default ([#493](https://github.com/axios/axios/pull/493))
717
- - Fixing proxy issues ([#491](https://github.com/axios/axios/pull/491))
718
-
719
- ### 0.15.2 (Oct 17, 2016)
720
-
721
- - Fixing issue with calling `cancel` after response has been received ([#482](https://github.com/axios/axios/issues/482))
722
-
723
- ### 0.15.1 (Oct 14, 2016)
724
-
725
- - Fixing issue with UMD ([#485](https://github.com/axios/axios/issues/485))
726
-
727
- ### 0.15.0 (Oct 10, 2016)
728
-
729
- - Adding cancellation support ([#452](https://github.com/axios/axios/pull/452))
730
- - Moving default adapter to global defaults ([#437](https://github.com/axios/axios/pull/437))
731
- - Fixing issue with `file` URI scheme ([#440](https://github.com/axios/axios/pull/440))
732
- - Fixing issue with `params` objects that have no prototype ([#445](https://github.com/axios/axios/pull/445))
733
-
734
- ### 0.14.0 (Aug 27, 2016)
735
-
736
- - **BREAKING** Updating TypeScript definitions ([#419](https://github.com/axios/axios/pull/419))
737
- - **BREAKING** Replacing `agent` option with `httpAgent` and `httpsAgent` ([#387](https://github.com/axios/axios/pull/387))
738
- - **BREAKING** Splitting `progress` event handlers into `onUploadProgress` and `onDownloadProgress` ([#423](https://github.com/axios/axios/pull/423))
739
- - Adding support for `http_proxy` and `https_proxy` environment variables ([#366](https://github.com/axios/axios/pull/366))
740
- - Fixing issue with `auth` config option and `Authorization` header ([#397](https://github.com/axios/axios/pull/397))
741
- - Don't set XSRF header if `xsrfCookieName` is `null` ([#406](https://github.com/axios/axios/pull/406))
742
-
743
- ### 0.13.1 (Jul 16, 2016)
36
+ ### Contributors to this release
37
+
38
+ - <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+48/-10 (#5665 #5661 #5663 )")
39
+ - <img src="https://avatars.githubusercontent.com/u/5492927?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Michael Di Prisco](https://github.com/Cadienvan "+2/-0 (#5445 )")
40
+
41
+ ## [1.3.5](https://github.com/axios/axios/compare/v1.3.4...v1.3.5) (2023-04-05)
42
+
43
+
44
+ ### Bug Fixes
45
+
46
+ * **headers:** fixed isValidHeaderName to support full list of allowed characters; ([#5584](https://github.com/axios/axios/issues/5584)) ([e7decef](https://github.com/axios/axios/commit/e7decef6a99f4627e27ed9ea5b00ce8e201c3841))
47
+ * **params:** re-added the ability to set the function as `paramsSerializer` config; ([#5633](https://github.com/axios/axios/issues/5633)) ([a56c866](https://github.com/axios/axios/commit/a56c8661209d5ce5a645a05f294a0e08a6c1f6b3))
48
+
49
+ ### Contributors to this release
50
+
51
+ - <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+28/-10 (#5633 #5584 )")
52
+
53
+ ## [1.3.4](https://github.com/axios/axios/compare/v1.3.3...v1.3.4) (2023-02-22)
54
+
55
+
56
+ ### Bug Fixes
57
+
58
+ * **blob:** added a check to make sure the Blob class is available in the browser's global scope; ([#5548](https://github.com/axios/axios/issues/5548)) ([3772c8f](https://github.com/axios/axios/commit/3772c8fe74112a56e3e9551f894d899bc3a9443a))
59
+ * **http:** fixed regression bug when handling synchronous errors inside the adapter; ([#5564](https://github.com/axios/axios/issues/5564)) ([a3b246c](https://github.com/axios/axios/commit/a3b246c9de5c3bc4b5a742e15add55b375479451))
60
+
61
+ ### Contributors to this release
62
+
63
+ - <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+38/-26 (#5564 )")
64
+ - <img src="https://avatars.githubusercontent.com/u/19550000?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [lcysgsg](https://github.com/lcysgsg "+4/-0 (#5548 )")
65
+ - <img src="https://avatars.githubusercontent.com/u/5492927?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Michael Di Prisco](https://github.com/Cadienvan "+3/-0 (#5444 )")
66
+
67
+ ## [1.3.3](https://github.com/axios/axios/compare/v1.3.2...v1.3.3) (2023-02-13)
68
+
69
+
70
+ ### Bug Fixes
71
+
72
+ * **formdata:** added a check to make sure the FormData class is available in the browser's global scope; ([#5545](https://github.com/axios/axios/issues/5545)) ([a6dfa72](https://github.com/axios/axios/commit/a6dfa72010db5ad52db8bd13c0f98e537e8fd05d))
73
+ * **formdata:** fixed setting NaN as Content-Length for form payload in some cases; ([#5535](https://github.com/axios/axios/issues/5535)) ([c19f7bf](https://github.com/axios/axios/commit/c19f7bf770f90ae8307f4ea3104f227056912da1))
74
+ * **headers:** fixed the filtering logic of the clear method; ([#5542](https://github.com/axios/axios/issues/5542)) ([ea87ebf](https://github.com/axios/axios/commit/ea87ebfe6d1699af072b9e7cd40faf8f14b0ab93))
75
+
76
+ ### Contributors to this release
77
+
78
+ - <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+11/-7 (#5545 #5535 #5542 )")
79
+ - <img src="https://avatars.githubusercontent.com/u/19842213?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [陈若枫](https://github.com/ruofee "+2/-2 (#5467 )")
80
+
81
+ ## [1.3.2](https://github.com/axios/axios/compare/v1.3.1...v1.3.2) (2023-02-03)
82
+
83
+
84
+ ### Bug Fixes
85
+
86
+ * **http:** treat http://localhost as base URL for relative paths to avoid `ERR_INVALID_URL` error; ([#5528](https://github.com/axios/axios/issues/5528)) ([128d56f](https://github.com/axios/axios/commit/128d56f4a0fb8f5f2ed6e0dd80bc9225fee9538c))
87
+ * **http:** use explicit import instead of TextEncoder global; ([#5530](https://github.com/axios/axios/issues/5530)) ([6b3c305](https://github.com/axios/axios/commit/6b3c305fc40c56428e0afabedc6f4d29c2830f6f))
88
+
89
+ ### Contributors to this release
744
90
 
745
- - Fixing issue with response data not being transformed on error ([#378](https://github.com/axios/axios/issues/378))
91
+ - <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+2/-1 (#5530 #5528 )")
746
92
 
747
- ### 0.13.0 (Jul 13, 2016)
93
+ ## [1.3.1](https://github.com/axios/axios/compare/v1.3.0...v1.3.1) (2023-02-01)
748
94
 
749
- - **BREAKING** Improved error handling ([#345](https://github.com/axios/axios/pull/345))
750
- - **BREAKING** Response transformer now invoked in dispatcher not adapter ([10eb238](https://github.com/axios/axios/commit/10eb23865101f9347570552c04e9d6211376e25e))
751
- - **BREAKING** Request adapters now return a `Promise` ([157efd5](https://github.com/axios/axios/commit/157efd5615890301824e3121cc6c9d2f9b21f94a))
752
- - Fixing issue with `withCredentials` not being overwritten ([#343](https://github.com/axios/axios/issues/343))
753
- - Fixing regression with request transformer being called before request interceptor ([#352](https://github.com/axios/axios/issues/352))
754
- - Fixing custom instance defaults ([#341](https://github.com/axios/axios/issues/341))
755
- - Fixing instances created from `axios.create` to have same API as default axios ([#217](https://github.com/axios/axios/issues/217))
756
95
 
757
- ### 0.12.0 (May 31, 2016)
96
+ ### Bug Fixes
758
97
 
759
- - Adding support for `URLSearchParams` ([#317](https://github.com/axios/axios/pull/317))
760
- - Adding `maxRedirects` option ([#307](https://github.com/axios/axios/pull/307))
98
+ * **formdata:** add hotfix to use the asynchronous API to compute the content-length header value; ([#5521](https://github.com/axios/axios/issues/5521)) ([96d336f](https://github.com/axios/axios/commit/96d336f527619f21da012fe1f117eeb53e5a2120))
99
+ * **serializer:** fixed serialization of array-like objects; ([#5518](https://github.com/axios/axios/issues/5518)) ([08104c0](https://github.com/axios/axios/commit/08104c028c0f9353897b1b6691d74c440fd0c32d))
761
100
 
762
- ### 0.11.1 (May 17, 2016)
101
+ ### Contributors to this release
763
102
 
764
- - Fixing IE CORS support ([#313](https://github.com/axios/axios/pull/313))
765
- - Fixing detection of `FormData` ([#325](https://github.com/axios/axios/pull/325))
766
- - Adding `Axios` class to exports ([#321](https://github.com/axios/axios/pull/321))
103
+ - <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+27/-8 (#5521 #5518 )")
767
104
 
768
- ### 0.11.0 (Apr 26, 2016)
105
+ # [1.3.0](https://github.com/axios/axios/compare/v1.2.6...v1.3.0) (2023-01-31)
769
106
 
770
- - Adding support for Stream with HTTP adapter ([#296](https://github.com/axios/axios/pull/296))
771
- - Adding support for custom HTTP status code error ranges ([#308](https://github.com/axios/axios/pull/308))
772
- - Fixing issue with ArrayBuffer ([#299](https://github.com/axios/axios/pull/299))
773
107
 
774
- ### 0.10.0 (Apr 20, 2016)
108
+ ### Bug Fixes
775
109
 
776
- - Fixing issue with some requests sending `undefined` instead of `null` ([#250](https://github.com/axios/axios/pull/250))
777
- - Fixing basic auth for HTTP adapter ([#252](https://github.com/axios/axios/pull/252))
778
- - Fixing request timeout for XHR adapter ([#227](https://github.com/axios/axios/pull/227))
779
- - Fixing IE8 support by using `onreadystatechange` instead of `onload` ([#249](https://github.com/axios/axios/pull/249))
780
- - Fixing IE9 cross domain requests ([#251](https://github.com/axios/axios/pull/251))
781
- - Adding `maxContentLength` option ([#275](https://github.com/axios/axios/pull/275))
782
- - Fixing XHR support for WebWorker environment ([#279](https://github.com/axios/axios/pull/279))
783
- - Adding request instance to response ([#200](https://github.com/axios/axios/pull/200))
110
+ * **headers:** fixed & optimized clear method; ([#5507](https://github.com/axios/axios/issues/5507)) ([9915635](https://github.com/axios/axios/commit/9915635c69d0ab70daca5738488421f67ca60959))
111
+ * **http:** add zlib headers if missing ([#5497](https://github.com/axios/axios/issues/5497)) ([65e8d1e](https://github.com/axios/axios/commit/65e8d1e28ce829f47a837e45129730e541950d3c))
784
112
 
785
- ### 0.9.1 (Jan 24, 2016)
786
113
 
787
- - Improving handling of request timeout in node ([#124](https://github.com/axios/axios/issues/124))
788
- - Fixing network errors not rejecting ([#205](https://github.com/axios/axios/pull/205))
789
- - Fixing issue with IE rejecting on HTTP 204 ([#201](https://github.com/axios/axios/issues/201))
790
- - Fixing host/port when following redirects ([#198](https://github.com/axios/axios/pull/198))
114
+ ### Features
791
115
 
792
- ### 0.9.0 (Jan 18, 2016)
116
+ * **fomdata:** added support for spec-compliant FormData & Blob types; ([#5316](https://github.com/axios/axios/issues/5316)) ([6ac574e](https://github.com/axios/axios/commit/6ac574e00a06731288347acea1e8246091196953))
793
117
 
794
- - Adding support for custom adapters
795
- - Fixing Content-Type header being removed when data is false ([#195](https://github.com/axios/axios/pull/195))
796
- - Improving XDomainRequest implementation ([#185](https://github.com/axios/axios/pull/185))
797
- - Improving config merging and order of precedence ([#183](https://github.com/axios/axios/pull/183))
798
- - Fixing XDomainRequest support for only <= IE9 ([#182](https://github.com/axios/axios/pull/182))
118
+ ### Contributors to this release
799
119
 
800
- ### 0.8.1 (Dec 14, 2015)
120
+ - <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+352/-67 (#5514 #5512 #5510 #5509 #5508 #5316 #5507 )")
121
+ - <img src="https://avatars.githubusercontent.com/u/35015993?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [ItsNotGoodName](https://github.com/ItsNotGoodName "+43/-2 (#5497 )")
801
122
 
802
- - Adding support for passing XSRF token for cross domain requests when using `withCredentials` ([#168](https://github.com/axios/axios/pull/168))
803
- - Fixing error with format of basic auth header ([#178](https://github.com/axios/axios/pull/173))
804
- - Fixing error with JSON payloads throwing `InvalidStateError` in some cases ([#174](https://github.com/axios/axios/pull/174))
123
+ ## [1.2.6](https://github.com/axios/axios/compare/v1.2.5...v1.2.6) (2023-01-28)
805
124
 
806
- ### 0.8.0 (Dec 11, 2015)
807
125
 
808
- - Adding support for creating instances of axios ([#123](https://github.com/axios/axios/pull/123))
809
- - Fixing http adapter to use `Buffer` instead of `String` in case of `responseType === 'arraybuffer'` ([#128](https://github.com/axios/axios/pull/128))
810
- - Adding support for using custom parameter serializer with `paramsSerializer` option ([#121](https://github.com/axios/axios/pull/121))
811
- - Fixing issue in IE8 caused by `forEach` on `arguments` ([#127](https://github.com/axios/axios/pull/127))
812
- - Adding support for following redirects in node ([#146](https://github.com/axios/axios/pull/146))
813
- - Adding support for transparent decompression if `content-encoding` is set ([#149](https://github.com/axios/axios/pull/149))
814
- - Adding support for transparent XDomainRequest to handle cross domain requests in IE9 ([#140](https://github.com/axios/axios/pull/140))
815
- - Adding support for HTTP basic auth via Authorization header ([#167](https://github.com/axios/axios/pull/167))
816
- - Adding support for baseURL option ([#160](https://github.com/axios/axios/pull/160))
126
+ ### Bug Fixes
817
127
 
818
- ### 0.7.0 (Sep 29, 2015)
128
+ * **headers:** added missed Authorization accessor; ([#5502](https://github.com/axios/axios/issues/5502)) ([342c0ba](https://github.com/axios/axios/commit/342c0ba9a16ea50f5ed7d2366c5c1a2c877e3f26))
129
+ * **types:** fixed `CommonRequestHeadersList` & `CommonResponseHeadersList` types to be private in commonJS; ([#5503](https://github.com/axios/axios/issues/5503)) ([5a3d0a3](https://github.com/axios/axios/commit/5a3d0a3234d77361a1bc7cedee2da1e11df08e2c))
819
130
 
820
- - Fixing issue with minified bundle in IE8 ([#87](https://github.com/axios/axios/pull/87))
821
- - Adding support for passing agent in node ([#102](https://github.com/axios/axios/pull/102))
822
- - Adding support for returning result from `axios.spread` for chaining ([#106](https://github.com/axios/axios/pull/106))
823
- - Fixing typescript definition ([#105](https://github.com/axios/axios/pull/105))
824
- - Fixing default timeout config for node ([#112](https://github.com/axios/axios/pull/112))
825
- - Adding support for use in web workers, and react-native ([#70](https://github.com/axios/axios/issue/70)), ([#98](https://github.com/axios/axios/pull/98))
826
- - Adding support for fetch like API `axios(url[, config])` ([#116](https://github.com/axios/axios/issues/116))
131
+ ### Contributors to this release
827
132
 
828
- ### 0.6.0 (Sep 21, 2015)
133
+ - ![avatar](https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;16) [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+24/-9 (#5503 #5502 )")
829
134
 
830
- - Removing deprecated success/error aliases
831
- - Fixing issue with array params not being properly encoded ([#49](https://github.com/axios/axios/pull/49))
832
- - Fixing issue with User-Agent getting overridden ([#69](https://github.com/axios/axios/issues/69))
833
- - Adding support for timeout config ([#56](https://github.com/axios/axios/issues/56))
834
- - Removing es6-promise dependency
835
- - Fixing issue preventing `length` to be used as a parameter ([#91](https://github.com/axios/axios/pull/91))
836
- - Fixing issue with IE8 ([#85](https://github.com/axios/axios/pull/85))
837
- - Converting build to UMD
135
+ ## [1.2.5](https://github.com/axios/axios/compare/v1.2.4...v1.2.5) (2023-01-26)
838
136
 
839
- ### 0.5.4 (Apr 08, 2015)
840
137
 
841
- - Fixing issue with FormData not being sent ([#53](https://github.com/axios/axios/issues/53))
138
+ ### Bug Fixes
842
139
 
843
- ### 0.5.3 (Apr 07, 2015)
140
+ * **types:** fixed AxiosHeaders to handle spread syntax by making all methods non-enumerable; ([#5499](https://github.com/axios/axios/issues/5499)) ([580f1e8](https://github.com/axios/axios/commit/580f1e8033a61baa38149d59fd16019de3932c22))
844
141
 
845
- - Using JSON.parse unconditionally when transforming response string ([#55](https://github.com/axios/axios/issues/55))
142
+ ### Contributors to this release
846
143
 
847
- ### 0.5.2 (Mar 13, 2015)
144
+ - ![avatar](https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;16) [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+82/-54 (#5499 )")
145
+ - ![avatar](https://avatars.githubusercontent.com/u/20516159?v&#x3D;4&amp;s&#x3D;16) [Elliot Ford](https://github.com/EFord36 "+1/-1 (#5462 )")
848
146
 
849
- - Adding support for `statusText` in response ([#46](https://github.com/axios/axios/issues/46))
147
+ ## [1.2.4](https://github.com/axios/axios/compare/v1.2.3...v1.2.4) (2023-01-22)
850
148
 
851
- ### 0.5.1 (Mar 10, 2015)
852
149
 
853
- - Fixing issue using strict mode ([#45](https://github.com/axios/axios/issues/45))
854
- - Fixing issue with standalone build ([#47](https://github.com/axios/axios/issues/47))
150
+ ### Bug Fixes
855
151
 
856
- ### 0.5.0 (Jan 23, 2015)
152
+ * **types:** renamed `RawAxiosRequestConfig` back to `AxiosRequestConfig`; ([#5486](https://github.com/axios/axios/issues/5486)) ([2a71f49](https://github.com/axios/axios/commit/2a71f49bc6c68495fa419003a3107ed8bd703ad0))
153
+ * **types:** fix `AxiosRequestConfig` generic; ([#5478](https://github.com/axios/axios/issues/5478)) ([9bce81b](https://github.com/axios/axios/commit/186ea062da8b7d578ae78b1a5c220986b9bce81b))
857
154
 
858
- - Adding support for intercepetors ([#14](https://github.com/axios/axios/issues/14))
859
- - Updating es6-promise dependency
155
+ ### Contributors to this release
860
156
 
861
- ### 0.4.2 (Dec 10, 2014)
157
+ - ![avatar](https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;16) [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+242/-108 (#5486 #5482 )")
158
+ - ![avatar](https://avatars.githubusercontent.com/u/9430821?v&#x3D;4&amp;s&#x3D;16) [Daniel Hillmann](https://github.com/hilleer "+1/-1 (#5478 )")
862
159
 
863
- - Fixing issue with `Content-Type` when using `FormData` ([#22](https://github.com/axios/axios/issues/22))
864
- - Adding support for TypeScript ([#25](https://github.com/axios/axios/issues/25))
865
- - Fixing issue with standalone build ([#29](https://github.com/axios/axios/issues/29))
866
- - Fixing issue with verbs needing to be capitalized in some browsers ([#30](https://github.com/axios/axios/issues/30))
160
+ ## [1.2.3](https://github.com/axios/axios/compare/1.2.2...1.2.3) (2023-01-10)
867
161
 
868
- ### 0.4.1 (Oct 15, 2014)
869
162
 
870
- - Adding error handling to request for node.js ([#18](https://github.com/axios/axios/issues/18))
163
+ ### Bug Fixes
871
164
 
872
- ### 0.4.0 (Oct 03, 2014)
165
+ * **types:** fixed AxiosRequestConfig header interface by refactoring it to RawAxiosRequestConfig; ([#5420](https://github.com/axios/axios/issues/5420)) ([0811963](https://github.com/axios/axios/commit/08119634a22f1d5b19f5c9ea0adccb6d3eebc3bc))
873
166
 
874
- - Adding support for `ArrayBuffer` and `ArrayBufferView` ([#10](https://github.com/axios/axios/issues/10))
875
- - Adding support for utf-8 for node.js ([#13](https://github.com/axios/axios/issues/13))
876
- - Adding support for SSL for node.js ([#12](https://github.com/axios/axios/issues/12))
877
- - Fixing incorrect `Content-Type` header ([#9](https://github.com/axios/axios/issues/9))
878
- - Adding standalone build without bundled es6-promise ([#11](https://github.com/axios/axios/issues/11))
879
- - Deprecating `success`/`error` in favor of `then`/`catch`
167
+ ### Contributors to this release
880
168
 
881
- ### 0.3.1 (Sep 16, 2014)
169
+ - ![avatar](https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;16) [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+938/-442 (#5456 #5455 #5453 #5451 #5449 #5447 #5446 #5443 #5442 #5439 #5420 )")
882
170
 
883
- - Fixing missing post body when using node.js ([#3](https://github.com/axios/axios/issues/3))
171
+ ## [1.2.2] - 2022-12-29
884
172
 
885
- ### 0.3.0 (Sep 16, 2014)
173
+ ### Fixed
174
+ - fix(ci): fix release script inputs [#5392](https://github.com/axios/axios/pull/5392)
175
+ - fix(ci): prerelease scipts [#5377](https://github.com/axios/axios/pull/5377)
176
+ - fix(ci): release scripts [#5376](https://github.com/axios/axios/pull/5376)
177
+ - fix(ci): typescript tests [#5375](https://github.com/axios/axios/pull/5375)
178
+ - fix: Brotli decompression [#5353](https://github.com/axios/axios/pull/5353)
179
+ - fix: add missing HttpStatusCode [#5345](https://github.com/axios/axios/pull/5345)
886
180
 
887
- - Fixing `success` and `error` to properly receive response data as individual arguments ([#8](https://github.com/axios/axios/issues/8))
888
- - Updating `then` and `catch` to receive response data as a single object ([#6](https://github.com/axios/axios/issues/6))
889
- - Fixing issue with `all` not working ([#7](https://github.com/axios/axios/issues/7))
181
+ ### Chores
182
+ - chore(ci): set conventional-changelog header config [#5406](https://github.com/axios/axios/pull/5406)
183
+ - chore(ci): fix automatic contributors resolving [#5403](https://github.com/axios/axios/pull/5403)
184
+ - chore(ci): improved logging for the contributors list generator [#5398](https://github.com/axios/axios/pull/5398)
185
+ - chore(ci): fix release action [#5397](https://github.com/axios/axios/pull/5397)
186
+ - chore(ci): fix version bump script by adding bump argument for target version [#5393](https://github.com/axios/axios/pull/5393)
187
+ - chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 [#5342](https://github.com/axios/axios/pull/5342)
188
+ - chore(ci): GitHub Actions Release script [#5384](https://github.com/axios/axios/pull/5384)
189
+ - chore(ci): release scripts [#5364](https://github.com/axios/axios/pull/5364)
890
190
 
891
- ### 0.2.2 (Sep 14, 2014)
191
+ ### Contributors to this release
192
+ - ![avatar](https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;16) [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
193
+ - ![avatar](https://avatars.githubusercontent.com/u/1652293?v&#x3D;4&amp;s&#x3D;16) [Winnie](https://github.com/winniehell)
892
194
 
893
- - Fixing bundling with browserify ([#4](https://github.com/axios/axios/issues/4))
195
+ ## [1.2.1] - 2022-12-05
894
196
 
895
- ### 0.2.1 (Sep 12, 2014)
197
+ ### Changed
198
+ - feat(exports): export mergeConfig [#5151](https://github.com/axios/axios/pull/5151)
896
199
 
897
- - Fixing build problem causing ridiculous file sizes
200
+ ### Fixed
201
+ - fix(CancelledError): include config [#4922](https://github.com/axios/axios/pull/4922)
202
+ - fix(general): removing multiple/trailing/leading whitespace [#5022](https://github.com/axios/axios/pull/5022)
203
+ - fix(headers): decompression for responses without Content-Length header [#5306](https://github.com/axios/axios/pull/5306)
204
+ - fix(webWorker): exception to sending form data in web worker [#5139](https://github.com/axios/axios/pull/5139)
898
205
 
899
- ### 0.2.0 (Sep 12, 2014)
206
+ ### Refactors
207
+ - refactor(types): AxiosProgressEvent.event type to any [#5308](https://github.com/axios/axios/pull/5308)
208
+ - refactor(types): add missing types for static AxiosError.from method [#4956](https://github.com/axios/axios/pull/4956)
900
209
 
901
- - Adding support for `all` and `spread`
902
- - Adding support for node.js ([#1](https://github.com/axios/axios/issues/1))
210
+ ### Chores
211
+ - chore(docs): remove README link to non-existent upgrade guide [#5307](https://github.com/axios/axios/pull/5307)
212
+ - chore(docs): typo in issue template name [#5159](https://github.com/axios/axios/pull/5159)
903
213
 
904
- ### 0.1.0 (Aug 29, 2014)
214
+ ### Contributors to this release
905
215
 
906
- - Initial release
216
+ - [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
217
+ - [Zachary Lysobey](https://github.com/zachlysobey)
218
+ - [Kevin Ennis](https://github.com/kevincennis)
219
+ - [Philipp Loose](https://github.com/phloose)
220
+ - [secondl1ght](https://github.com/secondl1ght)
221
+ - [wenzheng](https://github.com/0x30)
222
+ - [Ivan Barsukov](https://github.com/ovarn)
223
+ - [Arthur Fiorette](https://github.com/arthurfiorette)
224
+
225
+ ## [1.2.0] - 2022-11-10
226
+
227
+ ### Changed
228
+
229
+ - changed: refactored module exports [#5162](https://github.com/axios/axios/pull/5162)
230
+ - change: re-added support for loading Axios with require('axios').default [#5225](https://github.com/axios/axios/pull/5225)
231
+
232
+ ### Fixed
233
+
234
+ - fix: improve AxiosHeaders class [#5224](https://github.com/axios/axios/pull/5224)
235
+ - fix: TypeScript type definitions for commonjs [#5196](https://github.com/axios/axios/pull/5196)
236
+ - fix: type definition of use method on AxiosInterceptorManager to match the the README [#5071](https://github.com/axios/axios/pull/5071)
237
+ - fix: __dirname is not defined in the sandbox [#5269](https://github.com/axios/axios/pull/5269)
238
+ - fix: AxiosError.toJSON method to avoid circular references [#5247](https://github.com/axios/axios/pull/5247)
239
+ - fix: Z_BUF_ERROR when content-encoding is set but the response body is empty [#5250](https://github.com/axios/axios/pull/5250)
240
+
241
+ ### Refactors
242
+ - refactor: allowing adapters to be loaded by name [#5277](https://github.com/axios/axios/pull/5277)
243
+
244
+ ### Chores
245
+
246
+ - chore: force CI restart [#5243](https://github.com/axios/axios/pull/5243)
247
+ - chore: update ECOSYSTEM.md [#5077](https://github.com/axios/axios/pull/5077)
248
+ - chore: update get/index.html [#5116](https://github.com/axios/axios/pull/5116)
249
+ - chore: update Sandbox UI/UX [#5205](https://github.com/axios/axios/pull/5205)
250
+ - chore:(actions): remove git credentials after checkout [#5235](https://github.com/axios/axios/pull/5235)
251
+ - chore(actions): bump actions/dependency-review-action from 2 to 3 [#5266](https://github.com/axios/axios/pull/5266)
252
+ - chore(packages): bump loader-utils from 1.4.1 to 1.4.2 [#5295](https://github.com/axios/axios/pull/5295)
253
+ - chore(packages): bump engine.io from 6.2.0 to 6.2.1 [#5294](https://github.com/axios/axios/pull/5294)
254
+ - chore(packages): bump socket.io-parser from 4.0.4 to 4.0.5 [#5241](https://github.com/axios/axios/pull/5241)
255
+ - chore(packages): bump loader-utils from 1.4.0 to 1.4.1 [#5245](https://github.com/axios/axios/pull/5245)
256
+ - chore(docs): update Resources links in README [#5119](https://github.com/axios/axios/pull/5119)
257
+ - chore(docs): update the link for JSON url [#5265](https://github.com/axios/axios/pull/5265)
258
+ - chore(docs): fix broken links [#5218](https://github.com/axios/axios/pull/5218)
259
+ - chore(docs): update and rename UPGRADE_GUIDE.md to MIGRATION_GUIDE.md [#5170](https://github.com/axios/axios/pull/5170)
260
+ - chore(docs): typo fix line #856 and #920 [#5194](https://github.com/axios/axios/pull/5194)
261
+ - chore(docs): typo fix #800 [#5193](https://github.com/axios/axios/pull/5193)
262
+ - chore(docs): fix typos [#5184](https://github.com/axios/axios/pull/5184)
263
+ - chore(docs): fix punctuation in README.md [#5197](https://github.com/axios/axios/pull/5197)
264
+ - chore(docs): update readme in the Handling Errors section - issue reference #5260 [#5261](https://github.com/axios/axios/pull/5261)
265
+ - chore: remove \b from filename [#5207](https://github.com/axios/axios/pull/5207)
266
+ - chore(docs): update CHANGELOG.md [#5137](https://github.com/axios/axios/pull/5137)
267
+ - chore: add sideEffects false to package.json [#5025](https://github.com/axios/axios/pull/5025)
268
+
269
+ ### Contributors to this release
270
+
271
+ - [Maddy Miller](https://github.com/me4502)
272
+ - [Amit Saini](https://github.com/amitsainii)
273
+ - [ecyrbe](https://github.com/ecyrbe)
274
+ - [Ikko Ashimine](https://github.com/eltociear)
275
+ - [Geeth Gunnampalli](https://github.com/thetechie7)
276
+ - [Shreem Asati](https://github.com/shreem-123)
277
+ - [Frieder Bluemle](https://github.com/friederbluemle)
278
+ - [윤세영](https://github.com/yunseyeong)
279
+ - [Claudio Busatto](https://github.com/cjcbusatto)
280
+ - [Remco Haszing](https://github.com/remcohaszing)
281
+ - [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
282
+ - [Csaba Maulis](https://github.com/om4csaba)
283
+ - [MoPaMo](https://github.com/MoPaMo)
284
+ - [Daniel Fjeldstad](https://github.com/w3bdesign)
285
+ - [Adrien Brunet](https://github.com/adrien-may)
286
+ - [Frazer Smith](https://github.com/Fdawgs)
287
+ - [HaiTao](https://github.com/836334258)
288
+ - [AZM](https://github.com/aziyatali)
289
+ - [relbns](https://github.com/relbns)
290
+
291
+ ## [1.1.3] - 2022-10-15
292
+
293
+ ### Added
294
+
295
+ - Added custom params serializer support [#5113](https://github.com/axios/axios/pull/5113)
296
+
297
+ ### Fixed
298
+
299
+ - Fixed top-level export to keep them in-line with static properties [#5109](https://github.com/axios/axios/pull/5109)
300
+ - Stopped including null values to query string. [#5108](https://github.com/axios/axios/pull/5108)
301
+ - Restored proxy config backwards compatibility with 0.x [#5097](https://github.com/axios/axios/pull/5097)
302
+ - Added back AxiosHeaders in AxiosHeaderValue [#5103](https://github.com/axios/axios/pull/5103)
303
+ - Pin CDN install instructions to a specific version [#5060](https://github.com/axios/axios/pull/5060)
304
+ - Handling of array values fixed for AxiosHeaders [#5085](https://github.com/axios/axios/pull/5085)
305
+
306
+ ### Chores
307
+
308
+ - docs: match badge style, add link to them [#5046](https://github.com/axios/axios/pull/5046)
309
+ - chore: fixing comments typo [#5054](https://github.com/axios/axios/pull/5054)
310
+ - chore: update issue template [#5061](https://github.com/axios/axios/pull/5061)
311
+ - chore: added progress capturing section to the docs; [#5084](https://github.com/axios/axios/pull/5084)
312
+
313
+ ### Contributors to this release
314
+
315
+ - [Jason Saayman](https://github.com/jasonsaayman)
316
+ - [scarf](https://github.com/scarf005)
317
+ - [Lenz Weber-Tronic](https://github.com/phryneas)
318
+ - [Arvindh](https://github.com/itsarvindh)
319
+ - [Félix Legrelle](https://github.com/FelixLgr)
320
+ - [Patrick Petrovic](https://github.com/ppati000)
321
+ - [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
322
+ - [littledian](https://github.com/littledian)
323
+ - [ChronosMasterOfAllTime](https://github.com/ChronosMasterOfAllTime)
324
+
325
+ ## [1.1.2] - 2022-10-07
326
+
327
+ ### Fixed
328
+
329
+ - Fixed broken exports for UMD builds.
330
+
331
+ ### Contributors to this release
332
+
333
+ - [Jason Saayman](https://github.com/jasonsaayman)
334
+
335
+ ## [1.1.1] - 2022-10-07
336
+
337
+ ### Fixed
338
+
339
+ - Fixed broken exports for common js. This fix breaks a prior fix, I will fix both issues ASAP but the commonJS use is more impactful.
340
+
341
+ ### Contributors to this release
342
+
343
+ - [Jason Saayman](https://github.com/jasonsaayman)
344
+
345
+ ## [1.1.0] - 2022-10-06
346
+
347
+ ### Fixed
348
+
349
+ - Fixed missing exports in type definition index.d.ts [#5003](https://github.com/axios/axios/pull/5003)
350
+ - Fixed query params composing [#5018](https://github.com/axios/axios/pull/5018)
351
+ - Fixed GenericAbortSignal interface by making it more generic [#5021](https://github.com/axios/axios/pull/5021)
352
+ - Fixed adding "clear" to AxiosInterceptorManager [#5010](https://github.com/axios/axios/pull/5010)
353
+ - Fixed commonjs & umd exports [#5030](https://github.com/axios/axios/pull/5030)
354
+ - Fixed inability to access response headers when using axios 1.x with Jest [#5036](https://github.com/axios/axios/pull/5036)
355
+
356
+ ### Contributors to this release
357
+
358
+ - [Trim21](https://github.com/trim21)
359
+ - [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
360
+ - [shingo.sasaki](https://github.com/s-sasaki-0529)
361
+ - [Ivan Pepelko](https://github.com/ivanpepelko)
362
+ - [Richard Kořínek](https://github.com/risa)
363
+
364
+ ## [1.0.0] - 2022-10-04
365
+
366
+ ### Added
367
+
368
+ - Added stack trace to AxiosError [#4624](https://github.com/axios/axios/pull/4624)
369
+ - Add AxiosError to AxiosStatic [#4654](https://github.com/axios/axios/pull/4654)
370
+ - Replaced Rollup as our build runner [#4596](https://github.com/axios/axios/pull/4596)
371
+ - Added generic TS types for the exposed toFormData helper [#4668](https://github.com/axios/axios/pull/4668)
372
+ - Added listen callback function [#4096](https://github.com/axios/axios/pull/4096)
373
+ - Added instructions for installing using PNPM [#4207](https://github.com/axios/axios/pull/4207)
374
+ - Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill [#4229](https://github.com/axios/axios/pull/4229)
375
+ - Added axios-url-template in ECOSYSTEM.md [#4238](https://github.com/axios/axios/pull/4238)
376
+ - Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an axios instance [#4248](https://github.com/axios/axios/pull/4248)
377
+ - Added react hook plugin [#4319](https://github.com/axios/axios/pull/4319)
378
+ - Adding HTTP status code for transformResponse [#4580](https://github.com/axios/axios/pull/4580)
379
+ - Added blob to the list of protocols supported by the browser [#4678](https://github.com/axios/axios/pull/4678)
380
+ - Resolving proxy from env on redirect [#4436](https://github.com/axios/axios/pull/4436)
381
+ - Added enhanced toFormData implementation with additional options [4704](https://github.com/axios/axios/pull/4704)
382
+ - Adding Canceler parameters config and request [#4711](https://github.com/axios/axios/pull/4711)
383
+ - Added automatic payload serialization to application/x-www-form-urlencoded [#4714](https://github.com/axios/axios/pull/4714)
384
+ - Added the ability for webpack users to overwrite built-ins [#4715](https://github.com/axios/axios/pull/4715)
385
+ - Added string[] to AxiosRequestHeaders type [#4322](https://github.com/axios/axios/pull/4322)
386
+ - Added the ability for the url-encoded-form serializer to respect the formSerializer config [#4721](https://github.com/axios/axios/pull/4721)
387
+ - Added isCancel type assert [#4293](https://github.com/axios/axios/pull/4293)
388
+ - Added data URL support for node.js [#4725](https://github.com/axios/axios/pull/4725)
389
+ - Adding types for progress event callbacks [#4675](https://github.com/axios/axios/pull/4675)
390
+ - URL params serializer [#4734](https://github.com/axios/axios/pull/4734)
391
+ - Added axios.formToJSON method [#4735](https://github.com/axios/axios/pull/4735)
392
+ - Bower platform add data protocol [#4804](https://github.com/axios/axios/pull/4804)
393
+ - Use WHATWG URL API instead of url.parse() [#4852](https://github.com/axios/axios/pull/4852)
394
+ - Add ENUM containing Http Status Codes to typings [#4903](https://github.com/axios/axios/pull/4903)
395
+ - Improve typing of timeout in index.d.ts [#4934](https://github.com/axios/axios/pull/4934)
396
+
397
+ ### Changed
398
+
399
+ - Updated AxiosError.config to be optional in the type definition [#4665](https://github.com/axios/axios/pull/4665)
400
+ - Updated README emphasizing the URLSearchParam built-in interface over other solutions [#4590](https://github.com/axios/axios/pull/4590)
401
+ - Include request and config when creating a CanceledError instance [#4659](https://github.com/axios/axios/pull/4659)
402
+ - Changed func-names eslint rule to as-needed [#4492](https://github.com/axios/axios/pull/4492)
403
+ - Replacing deprecated substr() with slice() as substr() is deprecated [#4468](https://github.com/axios/axios/pull/4468)
404
+ - Updating HTTP links in README.md to use HTTPS [#4387](https://github.com/axios/axios/pull/4387)
405
+ - Updated to a better trim() polyfill [#4072](https://github.com/axios/axios/pull/4072)
406
+ - Updated types to allow specifying partial default headers on instance create [#4185](https://github.com/axios/axios/pull/4185)
407
+ - Expanded isAxiosError types [#4344](https://github.com/axios/axios/pull/4344)
408
+ - Updated type definition for axios instance methods [#4224](https://github.com/axios/axios/pull/4224)
409
+ - Updated eslint config [#4722](https://github.com/axios/axios/pull/4722)
410
+ - Updated Docs [#4742](https://github.com/axios/axios/pull/4742)
411
+ - Refactored Axios to use ES2017 [#4787](https://github.com/axios/axios/pull/4787)
412
+
413
+
414
+ ### Deprecated
415
+ - There are multiple deprecations, refactors and fixes provided in this release. Please read through the full release notes to see how this may impact your project and use case.
416
+
417
+ ### Removed
418
+
419
+ - Removed incorrect argument for NetworkError constructor [#4656](https://github.com/axios/axios/pull/4656)
420
+ - Removed Webpack [#4596](https://github.com/axios/axios/pull/4596)
421
+ - Removed function that transform arguments to array [#4544](https://github.com/axios/axios/pull/4544)
422
+
423
+ ### Fixed
424
+
425
+ - Fixed grammar in README [#4649](https://github.com/axios/axios/pull/4649)
426
+ - Fixed code error in README [#4599](https://github.com/axios/axios/pull/4599)
427
+ - Optimized the code that checks cancellation [#4587](https://github.com/axios/axios/pull/4587)
428
+ - Fix url pointing to defaults.js in README [#4532](https://github.com/axios/axios/pull/4532)
429
+ - Use type alias instead of interface for AxiosPromise [#4505](https://github.com/axios/axios/pull/4505)
430
+ - Fix some word spelling and lint style in code comments [#4500](https://github.com/axios/axios/pull/4500)
431
+ - Edited readme with 3 updated browser icons of Chrome, FireFox and Safari [#4414](https://github.com/axios/axios/pull/4414)
432
+ - Bump follow-redirects from 1.14.9 to 1.15.0 [#4673](https://github.com/axios/axios/pull/4673)
433
+ - Fixing http tests to avoid hanging when assertions fail [#4435](https://github.com/axios/axios/pull/4435)
434
+ - Fix TS definition for AxiosRequestTransformer [#4201](https://github.com/axios/axios/pull/4201)
435
+ - Fix grammatical issues in README [#4232](https://github.com/axios/axios/pull/4232)
436
+ - Fixing instance.defaults.headers type [#4557](https://github.com/axios/axios/pull/4557)
437
+ - Fixed race condition on immediate requests cancellation [#4261](https://github.com/axios/axios/pull/4261)
438
+ - Fixing Z_BUF_ERROR when no content [#4701](https://github.com/axios/axios/pull/4701)
439
+ - Fixing proxy beforeRedirect regression [#4708](https://github.com/axios/axios/pull/4708)
440
+ - Fixed AxiosError status code type [#4717](https://github.com/axios/axios/pull/4717)
441
+ - Fixed AxiosError stack capturing [#4718](https://github.com/axios/axios/pull/4718)
442
+ - Fixing AxiosRequestHeaders typings [#4334](https://github.com/axios/axios/pull/4334)
443
+ - Fixed max body length defaults [#4731](https://github.com/axios/axios/pull/4731)
444
+ - Fixed toFormData Blob issue on node>v17 [#4728](https://github.com/axios/axios/pull/4728)
445
+ - Bump grunt from 1.5.2 to 1.5.3 [#4743](https://github.com/axios/axios/pull/4743)
446
+ - Fixing content-type header repeated [#4745](https://github.com/axios/axios/pull/4745)
447
+ - Fixed timeout error message for http [4738](https://github.com/axios/axios/pull/4738)
448
+ - Request ignores false, 0 and empty string as body values [#4785](https://github.com/axios/axios/pull/4785)
449
+ - Added back missing minified builds [#4805](https://github.com/axios/axios/pull/4805)
450
+ - Fixed a type error [#4815](https://github.com/axios/axios/pull/4815)
451
+ - Fixed a regression bug with unsubscribing from cancel token; [#4819](https://github.com/axios/axios/pull/4819)
452
+ - Remove repeated compression algorithm [#4820](https://github.com/axios/axios/pull/4820)
453
+ - The error of calling extend to pass parameters [#4857](https://github.com/axios/axios/pull/4857)
454
+ - SerializerOptions.indexes allows boolean | null | undefined [#4862](https://github.com/axios/axios/pull/4862)
455
+ - Require interceptors to return values [#4874](https://github.com/axios/axios/pull/4874)
456
+ - Removed unused imports [#4949](https://github.com/axios/axios/pull/4949)
457
+ - Allow null indexes on formSerializer and paramsSerializer [#4960](https://github.com/axios/axios/pull/4960)
458
+
459
+ ### Chores
460
+ - Set permissions for GitHub actions [#4765](https://github.com/axios/axios/pull/4765)
461
+ - Included githubactions in the dependabot config [#4770](https://github.com/axios/axios/pull/4770)
462
+ - Included dependency review [#4771](https://github.com/axios/axios/pull/4771)
463
+ - Update security.md [#4784](https://github.com/axios/axios/pull/4784)
464
+ - Remove unnecessary spaces [#4854](https://github.com/axios/axios/pull/4854)
465
+ - Simplify the import path of AxiosError [#4875](https://github.com/axios/axios/pull/4875)
466
+ - Fix Gitpod dead link [#4941](https://github.com/axios/axios/pull/4941)
467
+ - Enable syntax highlighting for a code block [#4970](https://github.com/axios/axios/pull/4970)
468
+ - Using Logo Axios in Readme.md [#4993](https://github.com/axios/axios/pull/4993)
469
+ - Fix markup for note in README [#4825](https://github.com/axios/axios/pull/4825)
470
+ - Fix typo and formatting, add colons [#4853](https://github.com/axios/axios/pull/4853)
471
+ - Fix typo in readme [#4942](https://github.com/axios/axios/pull/4942)
472
+
473
+ ### Security
474
+
475
+ - Update SECURITY.md [#4687](https://github.com/axios/axios/pull/4687)
476
+
477
+ ### Contributors to this release
478
+
479
+ - [Bertrand Marron](https://github.com/tusbar)
480
+ - [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS)
481
+ - [Dan Mooney](https://github.com/danmooney)
482
+ - [Michael Li](https://github.com/xiaoyu-tamu)
483
+ - [aong](https://github.com/yxwzaxns)
484
+ - [Des Preston](https://github.com/despreston)
485
+ - [Ted Robertson](https://github.com/tredondo)
486
+ - [zhoulixiang](https://github.com/zh-lx)
487
+ - [Arthur Fiorette](https://github.com/arthurfiorette)
488
+ - [Kumar Shanu](https://github.com/Kr-Shanu)
489
+ - [JALAL](https://github.com/JLL32)
490
+ - [Jingyi Lin](https://github.com/MageeLin)
491
+ - [Philipp Loose](https://github.com/phloose)
492
+ - [Alexander Shchukin](https://github.com/sashsvamir)
493
+ - [Dave Cardwell](https://github.com/davecardwell)
494
+ - [Cat Scarlet](https://github.com/catscarlet)
495
+ - [Luca Pizzini](https://github.com/lpizzinidev)
496
+ - [Kai](https://github.com/Schweinepriester)
497
+ - [Maxime Bargiel](https://github.com/mbargiel)
498
+ - [Brian Helba](https://github.com/brianhelba)
499
+ - [reslear](https://github.com/reslear)
500
+ - [Jamie Slome](https://github.com/JamieSlome)
501
+ - [Landro3](https://github.com/Landro3)
502
+ - [rafw87](https://github.com/rafw87)
503
+ - [Afzal Sayed](https://github.com/afzalsayed96)
504
+ - [Koki Oyatsu](https://github.com/kaishuu0123)
505
+ - [Dave](https://github.com/wangcch)
506
+ - [暴走老七](https://github.com/baozouai)
507
+ - [Spencer](https://github.com/spalger)
508
+ - [Adrian Wieprzkowicz](https://github.com/Argeento)
509
+ - [Jamie Telin](https://github.com/lejahmie)
510
+ - [毛呆](https://github.com/aweikalee)
511
+ - [Kirill Shakirov](https://github.com/turisap)
512
+ - [Rraji Abdelbari](https://github.com/estarossa0)
513
+ - [Jelle Schutter](https://github.com/jelleschutter)
514
+ - [Tom Ceuppens](https://github.com/KyorCode)
515
+ - [Johann Cooper](https://github.com/JohannCooper)
516
+ - [Dimitris Halatsis](https://github.com/mitsos1os)
517
+ - [chenjigeng](https://github.com/chenjigeng)
518
+ - [João Gabriel Quaresma](https://github.com/joaoGabriel55)
519
+ - [Victor Augusto](https://github.com/VictorAugDB)
520
+ - [neilnaveen](https://github.com/neilnaveen)
521
+ - [Pavlos](https://github.com/psmoros)
522
+ - [Kiryl Valkovich](https://github.com/visortelle)
523
+ - [Naveen](https://github.com/naveensrinivasan)
524
+ - [wenzheng](https://github.com/0x30)
525
+ - [hcwhan](https://github.com/hcwhan)
526
+ - [Bassel Rachid](https://github.com/basselworkforce)
527
+ - [Grégoire Pineau](https://github.com/lyrixx)
528
+ - [felipedamin](https://github.com/felipedamin)
529
+ - [Karl Horky](https://github.com/karlhorky)
530
+ - [Yue JIN](https://github.com/kingyue737)
531
+ - [Usman Ali Siddiqui](https://github.com/usman250994)
532
+ - [WD](https://github.com/techbirds)
533
+ - [Günther Foidl](https://github.com/gfoidl)
534
+ - [Stephen Jennings](https://github.com/jennings)
535
+ - [C.T.Lin](https://github.com/chentsulin)
536
+ - [mia-z](https://github.com/mia-z)
537
+ - [Parth Banathia](https://github.com/Parth0105)
538
+ - [parth0105pluang](https://github.com/parth0105pluang)
539
+ - [Marco Weber](https://github.com/mrcwbr)
540
+ - [Luca Pizzini](https://github.com/lpizzinidev)
541
+ - [Willian Agostini](https://github.com/WillianAgostini)
542
+ - [Huyen Nguyen](https://github.com/huyenltnguyen)