@swimlane/turbine-sdk 1.2.0 → 2.0.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 (95) hide show
  1. package/LICENSE +5 -658
  2. package/README.md +784 -125
  3. package/bin/dev +17 -0
  4. package/bin/dev.cmd +3 -0
  5. package/bin/run +5 -0
  6. package/bin/run.cmd +3 -0
  7. package/lib/index.d.ts +1 -0
  8. package/lib/index.js +6 -0
  9. package/lib/index.js.map +1 -0
  10. package/oclif.manifest.json +1 -0
  11. package/package.json +98 -79
  12. package/dist/Sensor/BaseSensor.d.ts +0 -9
  13. package/dist/Sensor/BaseSensor.js +0 -10
  14. package/dist/Sensor/HttpSensorAgentInterface.d.ts +0 -21
  15. package/dist/Sensor/HttpSensorAgentInterface.js +0 -81
  16. package/dist/Sensor/MockSensorAgentInterface.d.ts +0 -22
  17. package/dist/Sensor/MockSensorAgentInterface.js +0 -76
  18. package/dist/Sensor/SensorAgentInterface.d.ts +0 -17
  19. package/dist/Sensor/SensorAgentInterface.js +0 -24
  20. package/dist/Sensor/SensorConfig.d.ts +0 -24
  21. package/dist/Sensor/SensorConfig.js +0 -3
  22. package/dist/Sensor/index.d.ts +0 -5
  23. package/dist/Sensor/index.js +0 -10
  24. package/dist/index.d.ts +0 -1
  25. package/dist/index.js +0 -7
  26. package/node_modules/axios/CHANGELOG.md +0 -348
  27. package/node_modules/axios/LICENSE +0 -19
  28. package/node_modules/axios/README.md +0 -684
  29. package/node_modules/axios/UPGRADE_GUIDE.md +0 -162
  30. package/node_modules/axios/dist/axios.js +0 -1668
  31. package/node_modules/axios/dist/axios.map +0 -1
  32. package/node_modules/axios/dist/axios.min.js +0 -9
  33. package/node_modules/axios/dist/axios.min.map +0 -1
  34. package/node_modules/axios/index.d.ts +0 -152
  35. package/node_modules/axios/index.js +0 -1
  36. package/node_modules/axios/lib/adapters/README.md +0 -37
  37. package/node_modules/axios/lib/adapters/http.js +0 -275
  38. package/node_modules/axios/lib/adapters/xhr.js +0 -174
  39. package/node_modules/axios/lib/axios.js +0 -53
  40. package/node_modules/axios/lib/cancel/Cancel.js +0 -19
  41. package/node_modules/axios/lib/cancel/CancelToken.js +0 -57
  42. package/node_modules/axios/lib/cancel/isCancel.js +0 -5
  43. package/node_modules/axios/lib/core/Axios.js +0 -86
  44. package/node_modules/axios/lib/core/InterceptorManager.js +0 -52
  45. package/node_modules/axios/lib/core/README.md +0 -7
  46. package/node_modules/axios/lib/core/createError.js +0 -18
  47. package/node_modules/axios/lib/core/dispatchRequest.js +0 -86
  48. package/node_modules/axios/lib/core/enhanceError.js +0 -42
  49. package/node_modules/axios/lib/core/mergeConfig.js +0 -51
  50. package/node_modules/axios/lib/core/settle.js +0 -25
  51. package/node_modules/axios/lib/core/transformData.js +0 -20
  52. package/node_modules/axios/lib/defaults.js +0 -98
  53. package/node_modules/axios/lib/helpers/README.md +0 -7
  54. package/node_modules/axios/lib/helpers/bind.js +0 -11
  55. package/node_modules/axios/lib/helpers/buildURL.js +0 -71
  56. package/node_modules/axios/lib/helpers/combineURLs.js +0 -14
  57. package/node_modules/axios/lib/helpers/cookies.js +0 -53
  58. package/node_modules/axios/lib/helpers/deprecatedMethod.js +0 -24
  59. package/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -14
  60. package/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -68
  61. package/node_modules/axios/lib/helpers/normalizeHeaderName.js +0 -12
  62. package/node_modules/axios/lib/helpers/parseHeaders.js +0 -53
  63. package/node_modules/axios/lib/helpers/spread.js +0 -27
  64. package/node_modules/axios/lib/utils.js +0 -334
  65. package/node_modules/axios/package.json +0 -115
  66. package/node_modules/debug/.coveralls.yml +0 -1
  67. package/node_modules/debug/.eslintrc +0 -14
  68. package/node_modules/debug/.npmignore +0 -9
  69. package/node_modules/debug/.travis.yml +0 -20
  70. package/node_modules/debug/CHANGELOG.md +0 -395
  71. package/node_modules/debug/LICENSE +0 -19
  72. package/node_modules/debug/Makefile +0 -58
  73. package/node_modules/debug/README.md +0 -368
  74. package/node_modules/debug/karma.conf.js +0 -70
  75. package/node_modules/debug/node.js +0 -1
  76. package/node_modules/debug/package.json +0 -87
  77. package/node_modules/debug/src/browser.js +0 -195
  78. package/node_modules/debug/src/debug.js +0 -225
  79. package/node_modules/debug/src/index.js +0 -10
  80. package/node_modules/debug/src/node.js +0 -186
  81. package/node_modules/follow-redirects/LICENSE +0 -18
  82. package/node_modules/follow-redirects/README.md +0 -155
  83. package/node_modules/follow-redirects/http.js +0 -1
  84. package/node_modules/follow-redirects/https.js +0 -1
  85. package/node_modules/follow-redirects/index.js +0 -322
  86. package/node_modules/follow-redirects/package.json +0 -99
  87. package/node_modules/is-buffer/LICENSE +0 -21
  88. package/node_modules/is-buffer/README.md +0 -56
  89. package/node_modules/is-buffer/index.d.ts +0 -2
  90. package/node_modules/is-buffer/index.js +0 -11
  91. package/node_modules/is-buffer/package.json +0 -81
  92. package/node_modules/ms/index.js +0 -152
  93. package/node_modules/ms/license.md +0 -21
  94. package/node_modules/ms/package.json +0 -73
  95. package/node_modules/ms/readme.md +0 -51
@@ -1,348 +0,0 @@
1
- # Changelog
2
-
3
- ### 0.19.0 (May 30, 2019)
4
-
5
- Fixes and Functionality:
6
-
7
- - Unzip response body only for statuses != 204 ([#1129](https://github.com/axios/axios/pull/1129)) - drawski
8
- - Destroy stream on exceeding maxContentLength (fixes [#1098](https://github.com/axios/axios/issue/1098)) ([#1485](https://github.com/axios/axios/pull/1485)) - Gadzhi Gadzhiev
9
- - Makes Axios error generic to use AxiosResponse ([#1738](https://github.com/axios/axios/pull/1738)) - Suman Lama
10
- - Fixing Mocha tests by locking follow-redirects version to 1.5.10 ([#1993](https://github.com/axios/axios/pull/1993)) - grumblerchester
11
- - Allow uppercase methods in typings. ([#1781](https://github.com/axios/axios/pull/1781)) - Ken Powers
12
- - Fixing .eslintrc without extension ([#1789](https://github.com/axios/axios/pull/1789)) - Manoel
13
- - Consistent coding style ([#1787](https://github.com/axios/axios/pull/1787)) - Ali Servet Donmez
14
- - Fixing building url with hash mark ([#1771](https://github.com/axios/axios/pull/1771)) - Anatoly Ryabov
15
- - 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 `#`
16
- - Preserve HTTP method when following redirect ([#1758](https://github.com/axios/axios/pull/1758)) - Rikki Gibson
17
- - Add `getUri` signature to TypeScript definition. ([#1736](https://github.com/axios/axios/pull/1736)) - Alexander Trauzzi
18
- - Adding isAxiosError flag to errors thrown by axios ([#1419](https://github.com/axios/axios/pull/1419)) - Ayush Gupta
19
- - Fix failing SauceLabs tests by updating configuration - Emily Morehouse
20
-
21
- Documentation:
22
-
23
- - Add information about auth parameter to README ([#2166](https://github.com/axios/axios/pull/2166)) - xlaguna
24
- - 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
25
- - Update ECOSYSTEM.md - Add Axios Endpoints ([#2176](https://github.com/axios/axios/pull/2176)) - Renan
26
- - Add r2curl in ECOSYSTEM ([#2141](https://github.com/axios/axios/pull/2141)) - 유용우 / CX
27
- - Update README.md - Add instructions for installing with yarn ([#2036](https://github.com/axios/axios/pull/2036)) - Victor Hermes
28
- - Fixing spacing for README.md ([#2066](https://github.com/axios/axios/pull/2066)) - Josh McCarty
29
- - Update README.md. - Change `.then` to `.finally` in example code ([#2090](https://github.com/axios/axios/pull/2090)) - Omar Cai
30
- - Clarify what values responseType can have in Node ([#2121](https://github.com/axios/axios/pull/2121)) - Tyler Breisacher
31
- - docs(ECOSYSTEM): add axios-api-versioning ([#2020](https://github.com/axios/axios/pull/2020)) - Weffe
32
- - 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
33
- - Add issue templates - Emily Morehouse
34
- - Update README.md. - Add Querystring library note ([#1896](https://github.com/axios/axios/pull/1896)) - Dmitriy Eroshenko
35
- - Add react-hooks-axios to Libraries section of ECOSYSTEM.md ([#1925](https://github.com/axios/axios/pull/1925)) - Cody Chan
36
- - Clarify in README that default timeout is 0 (no timeout) ([#1750](https://github.com/axios/axios/pull/1750)) - Ben Standefer
37
-
38
- ### 0.19.0-beta.1 (Aug 9, 2018)
39
-
40
- **NOTE:** This is a beta version of this release. There may be functionality that is broken in
41
- certain browsers, though we suspect that builds are hanging and not erroring. See
42
- https://saucelabs.com/u/axios for the most up-to-date information.
43
-
44
- New Functionality:
45
-
46
- - Add getUri method ([#1712](https://github.com/axios/axios/issues/1712))
47
- - Add support for no_proxy env variable ([#1693](https://github.com/axios/axios/issues/1693))
48
- - Add toJSON to decorated Axios errors to faciliate serialization ([#1625](https://github.com/axios/axios/issues/1625))
49
- - Add second then on axios call ([#1623](https://github.com/axios/axios/issues/1623))
50
- - Typings: allow custom return types
51
- - Add option to specify character set in responses (with http adapter)
52
-
53
- Fixes:
54
-
55
- - Fix Keep defaults local to instance ([#385](https://github.com/axios/axios/issues/385))
56
- - Correctly catch exception in http test ([#1475](https://github.com/axios/axios/issues/1475))
57
- - Fix accept header normalization ([#1698](https://github.com/axios/axios/issues/1698))
58
- - Fix http adapter to allow HTTPS connections via HTTP ([#959](https://github.com/axios/axios/issues/959))
59
- - Fix Removes usage of deprecated Buffer constructor. ([#1555](https://github.com/axios/axios/issues/1555), [#1622](https://github.com/axios/axios/issues/1622))
60
- - Fix defaults to use httpAdapter if available ([#1285](https://github.com/axios/axios/issues/1285))
61
- - Fixing defaults to use httpAdapter if available
62
- - Use a safer, cross-platform method to detect the Node environment
63
- - Fix Reject promise if request is cancelled by the browser ([#537](https://github.com/axios/axios/issues/537))
64
- - [Typescript] Fix missing type parameters on delete/head methods
65
- - [NS]: Send `false` flag isStandardBrowserEnv for Nativescript
66
- - Fix missing type parameters on delete/head
67
- - Fix Default method for an instance always overwritten by get
68
- - Fix type error when socketPath option in AxiosRequestConfig
69
- - Capture errors on request data streams
70
- - Decorate resolve and reject to clear timeout in all cases
71
-
72
- Huge thanks to everyone who contributed to this release via code (authors listed
73
- below) or via reviews and triaging on GitHub:
74
-
75
- - Andrew Scott <ascott18@gmail.com>
76
- - Anthony Gauthier <antho325@hotmail.com>
77
- - arpit <arpit2438735@gmail.com>
78
- - ascott18
79
- - Benedikt Rötsch <axe312ger@users.noreply.github.com>
80
- - Chance Dickson <me@chancedickson.com>
81
- - Dave Stewart <info@davestewart.co.uk>
82
- - Deric Cain <deric.cain@gmail.com>
83
- - Guillaume Briday <guillaumebriday@gmail.com>
84
- - Jacob Wejendorp <jacob@wejendorp.dk>
85
- - Jim Lynch <mrdotjim@gmail.com>
86
- - johntron
87
- - Justin Beckwith <beckwith@google.com>
88
- - Justin Beckwith <justin.beckwith@gmail.com>
89
- - Khaled Garbaya <khaledgarbaya@gmail.com>
90
- - Lim Jing Rong <jjingrong@users.noreply.github.com>
91
- - Mark van den Broek <mvdnbrk@gmail.com>
92
- - Martti Laine <martti@codeclown.net>
93
- - mattridley
94
- - mattridley <matt.r@joinblink.com>
95
- - Nicolas Del Valle <nicolas.delvalle@gmail.com>
96
- - Nilegfx
97
- - pbarbiero
98
- - Rikki Gibson <rikkigibson@gmail.com>
99
- - Sako Hartounian <sakohartounian@yahoo.com>
100
- - Shane Fitzpatrick <fitzpasd@gmail.com>
101
- - Stephan Schneider <stephanschndr@gmail.com>
102
- - Steven <steven@ceriously.com>
103
- - Tim Garthwaite <tim.garthwaite@jibo.com>
104
- - Tim Johns <timjohns@yahoo.com>
105
- - Yutaro Miyazaki <yutaro@studio-rubbish.com>
106
-
107
- ### 0.18.0 (Feb 19, 2018)
108
-
109
- - Adding support for UNIX Sockets when running with Node.js ([#1070](https://github.com/axios/axios/pull/1070))
110
- - Fixing typings ([#1177](https://github.com/axios/axios/pull/1177)):
111
- - AxiosRequestConfig.proxy: allows type false
112
- - AxiosProxyConfig: added auth field
113
- - 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))
114
- - Allowing maxContentLength to pass through to redirected calls as maxBodyLength in follow-redirects config ([#1287](https://github.com/axios/axios/pull/1287))
115
- - Fixing configuration when using an instance - method can now be set ([#1342](https://github.com/axios/axios/pull/1342))
116
-
117
- ### 0.17.1 (Nov 11, 2017)
118
-
119
- - Fixing issue with web workers ([#1160](https://github.com/axios/axios/pull/1160))
120
- - Allowing overriding transport ([#1080](https://github.com/axios/axios/pull/1080))
121
- - 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))
122
-
123
- ### 0.17.0 (Oct 21, 2017)
124
-
125
- - **BREAKING** Fixing issue with `baseURL` and interceptors ([#950](https://github.com/axios/axios/pull/950))
126
- - **BREAKING** Improving handing of duplicate headers ([#874](https://github.com/axios/axios/pull/874))
127
- - Adding support for disabling proxies ([#691](https://github.com/axios/axios/pull/691))
128
- - Updating TypeScript typings with generic type parameters ([#1061](https://github.com/axios/axios/pull/1061))
129
-
130
- ### 0.16.2 (Jun 3, 2017)
131
-
132
- - Fixing issue with including `buffer` in bundle ([#887](https://github.com/axios/axios/pull/887))
133
- - Including underlying request in errors ([#830](https://github.com/axios/axios/pull/830))
134
- - Convert `method` to lowercase ([#930](https://github.com/axios/axios/pull/930))
135
-
136
- ### 0.16.1 (Apr 8, 2017)
137
-
138
- - Improving HTTP adapter to return last request in case of redirects ([#828](https://github.com/axios/axios/pull/828))
139
- - Updating `follow-redirects` dependency ([#829](https://github.com/axios/axios/pull/829))
140
- - Adding support for passing `Buffer` in node ([#773](https://github.com/axios/axios/pull/773))
141
-
142
- ### 0.16.0 (Mar 31, 2017)
143
-
144
- - **BREAKING** Removing `Promise` from axios typings in favor of built-in type declarations ([#480](https://github.com/axios/axios/issues/480))
145
- - Adding `options` shortcut method ([#461](https://github.com/axios/axios/pull/461))
146
- - Fixing issue with using `responseType: 'json'` in browsers incompatible with XHR Level 2 ([#654](https://github.com/axios/axios/pull/654))
147
- - Improving React Native detection ([#731](https://github.com/axios/axios/pull/731))
148
- - Fixing `combineURLs` to support empty `relativeURL` ([#581](https://github.com/axios/axios/pull/581))
149
- - Removing `PROTECTION_PREFIX` support ([#561](https://github.com/axios/axios/pull/561))
150
-
151
- ### 0.15.3 (Nov 27, 2016)
152
-
153
- - Fixing issue with custom instances and global defaults ([#443](https://github.com/axios/axios/issues/443))
154
- - Renaming `axios.d.ts` to `index.d.ts` ([#519](https://github.com/axios/axios/issues/519))
155
- - Adding `get`, `head`, and `delete` to `defaults.headers` ([#509](https://github.com/axios/axios/issues/509))
156
- - Fixing issue with `btoa` and IE ([#507](https://github.com/axios/axios/issues/507))
157
- - Adding support for proxy authentication ([#483](https://github.com/axios/axios/pull/483))
158
- - Improving HTTP adapter to use `http` protocol by default ([#493](https://github.com/axios/axios/pull/493))
159
- - Fixing proxy issues ([#491](https://github.com/axios/axios/pull/491))
160
-
161
- ### 0.15.2 (Oct 17, 2016)
162
-
163
- - Fixing issue with calling `cancel` after response has been received ([#482](https://github.com/axios/axios/issues/482))
164
-
165
- ### 0.15.1 (Oct 14, 2016)
166
-
167
- - Fixing issue with UMD ([#485](https://github.com/axios/axios/issues/485))
168
-
169
- ### 0.15.0 (Oct 10, 2016)
170
-
171
- - Adding cancellation support ([#452](https://github.com/axios/axios/pull/452))
172
- - Moving default adapter to global defaults ([#437](https://github.com/axios/axios/pull/437))
173
- - Fixing issue with `file` URI scheme ([#440](https://github.com/axios/axios/pull/440))
174
- - Fixing issue with `params` objects that have no prototype ([#445](https://github.com/axios/axios/pull/445))
175
-
176
- ### 0.14.0 (Aug 27, 2016)
177
-
178
- - **BREAKING** Updating TypeScript definitions ([#419](https://github.com/axios/axios/pull/419))
179
- - **BREAKING** Replacing `agent` option with `httpAgent` and `httpsAgent` ([#387](https://github.com/axios/axios/pull/387))
180
- - **BREAKING** Splitting `progress` event handlers into `onUploadProgress` and `onDownloadProgress` ([#423](https://github.com/axios/axios/pull/423))
181
- - Adding support for `http_proxy` and `https_proxy` environment variables ([#366](https://github.com/axios/axios/pull/366))
182
- - Fixing issue with `auth` config option and `Authorization` header ([#397](https://github.com/axios/axios/pull/397))
183
- - Don't set XSRF header if `xsrfCookieName` is `null` ([#406](https://github.com/axios/axios/pull/406))
184
-
185
- ### 0.13.1 (Jul 16, 2016)
186
-
187
- - Fixing issue with response data not being transformed on error ([#378](https://github.com/axios/axios/issues/378))
188
-
189
- ### 0.13.0 (Jul 13, 2016)
190
-
191
- - **BREAKING** Improved error handling ([#345](https://github.com/axios/axios/pull/345))
192
- - **BREAKING** Response transformer now invoked in dispatcher not adapter ([10eb238](https://github.com/axios/axios/commit/10eb23865101f9347570552c04e9d6211376e25e))
193
- - **BREAKING** Request adapters now return a `Promise` ([157efd5](https://github.com/axios/axios/commit/157efd5615890301824e3121cc6c9d2f9b21f94a))
194
- - Fixing issue with `withCredentials` not being overwritten ([#343](https://github.com/axios/axios/issues/343))
195
- - Fixing regression with request transformer being called before request interceptor ([#352](https://github.com/axios/axios/issues/352))
196
- - Fixing custom instance defaults ([#341](https://github.com/axios/axios/issues/341))
197
- - Fixing instances created from `axios.create` to have same API as default axios ([#217](https://github.com/axios/axios/issues/217))
198
-
199
- ### 0.12.0 (May 31, 2016)
200
-
201
- - Adding support for `URLSearchParams` ([#317](https://github.com/axios/axios/pull/317))
202
- - Adding `maxRedirects` option ([#307](https://github.com/axios/axios/pull/307))
203
-
204
- ### 0.11.1 (May 17, 2016)
205
-
206
- - Fixing IE CORS support ([#313](https://github.com/axios/axios/pull/313))
207
- - Fixing detection of `FormData` ([#325](https://github.com/axios/axios/pull/325))
208
- - Adding `Axios` class to exports ([#321](https://github.com/axios/axios/pull/321))
209
-
210
- ### 0.11.0 (Apr 26, 2016)
211
-
212
- - Adding support for Stream with HTTP adapter ([#296](https://github.com/axios/axios/pull/296))
213
- - Adding support for custom HTTP status code error ranges ([#308](https://github.com/axios/axios/pull/308))
214
- - Fixing issue with ArrayBuffer ([#299](https://github.com/axios/axios/pull/299))
215
-
216
- ### 0.10.0 (Apr 20, 2016)
217
-
218
- - Fixing issue with some requests sending `undefined` instead of `null` ([#250](https://github.com/axios/axios/pull/250))
219
- - Fixing basic auth for HTTP adapter ([#252](https://github.com/axios/axios/pull/252))
220
- - Fixing request timeout for XHR adapter ([#227](https://github.com/axios/axios/pull/227))
221
- - Fixing IE8 support by using `onreadystatechange` instead of `onload` ([#249](https://github.com/axios/axios/pull/249))
222
- - Fixing IE9 cross domain requests ([#251](https://github.com/axios/axios/pull/251))
223
- - Adding `maxContentLength` option ([#275](https://github.com/axios/axios/pull/275))
224
- - Fixing XHR support for WebWorker environment ([#279](https://github.com/axios/axios/pull/279))
225
- - Adding request instance to response ([#200](https://github.com/axios/axios/pull/200))
226
-
227
- ### 0.9.1 (Jan 24, 2016)
228
-
229
- - Improving handling of request timeout in node ([#124](https://github.com/axios/axios/issues/124))
230
- - Fixing network errors not rejecting ([#205](https://github.com/axios/axios/pull/205))
231
- - Fixing issue with IE rejecting on HTTP 204 ([#201](https://github.com/axios/axios/issues/201))
232
- - Fixing host/port when following redirects ([#198](https://github.com/axios/axios/pull/198))
233
-
234
- ### 0.9.0 (Jan 18, 2016)
235
-
236
- - Adding support for custom adapters
237
- - Fixing Content-Type header being removed when data is false ([#195](https://github.com/axios/axios/pull/195))
238
- - Improving XDomainRequest implementation ([#185](https://github.com/axios/axios/pull/185))
239
- - Improving config merging and order of precedence ([#183](https://github.com/axios/axios/pull/183))
240
- - Fixing XDomainRequest support for only <= IE9 ([#182](https://github.com/axios/axios/pull/182))
241
-
242
- ### 0.8.1 (Dec 14, 2015)
243
-
244
- - Adding support for passing XSRF token for cross domain requests when using `withCredentials` ([#168](https://github.com/axios/axios/pull/168))
245
- - Fixing error with format of basic auth header ([#178](https://github.com/axios/axios/pull/173))
246
- - Fixing error with JSON payloads throwing `InvalidStateError` in some cases ([#174](https://github.com/axios/axios/pull/174))
247
-
248
- ### 0.8.0 (Dec 11, 2015)
249
-
250
- - Adding support for creating instances of axios ([#123](https://github.com/axios/axios/pull/123))
251
- - Fixing http adapter to use `Buffer` instead of `String` in case of `responseType === 'arraybuffer'` ([#128](https://github.com/axios/axios/pull/128))
252
- - Adding support for using custom parameter serializer with `paramsSerializer` option ([#121](https://github.com/axios/axios/pull/121))
253
- - Fixing issue in IE8 caused by `forEach` on `arguments` ([#127](https://github.com/axios/axios/pull/127))
254
- - Adding support for following redirects in node ([#146](https://github.com/axios/axios/pull/146))
255
- - Adding support for transparent decompression if `content-encoding` is set ([#149](https://github.com/axios/axios/pull/149))
256
- - Adding support for transparent XDomainRequest to handle cross domain requests in IE9 ([#140](https://github.com/axios/axios/pull/140))
257
- - Adding support for HTTP basic auth via Authorization header ([#167](https://github.com/axios/axios/pull/167))
258
- - Adding support for baseURL option ([#160](https://github.com/axios/axios/pull/160))
259
-
260
- ### 0.7.0 (Sep 29, 2015)
261
-
262
- - Fixing issue with minified bundle in IE8 ([#87](https://github.com/axios/axios/pull/87))
263
- - Adding support for passing agent in node ([#102](https://github.com/axios/axios/pull/102))
264
- - Adding support for returning result from `axios.spread` for chaining ([#106](https://github.com/axios/axios/pull/106))
265
- - Fixing typescript definition ([#105](https://github.com/axios/axios/pull/105))
266
- - Fixing default timeout config for node ([#112](https://github.com/axios/axios/pull/112))
267
- - 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))
268
- - Adding support for fetch like API `axios(url[, config])` ([#116](https://github.com/axios/axios/issues/116))
269
-
270
- ### 0.6.0 (Sep 21, 2015)
271
-
272
- - Removing deprecated success/error aliases
273
- - Fixing issue with array params not being properly encoded ([#49](https://github.com/axios/axios/pull/49))
274
- - Fixing issue with User-Agent getting overridden ([#69](https://github.com/axios/axios/issues/69))
275
- - Adding support for timeout config ([#56](https://github.com/axios/axios/issues/56))
276
- - Removing es6-promise dependency
277
- - Fixing issue preventing `length` to be used as a parameter ([#91](https://github.com/axios/axios/pull/91))
278
- - Fixing issue with IE8 ([#85](https://github.com/axios/axios/pull/85))
279
- - Converting build to UMD
280
-
281
- ### 0.5.4 (Apr 08, 2015)
282
-
283
- - Fixing issue with FormData not being sent ([#53](https://github.com/axios/axios/issues/53))
284
-
285
- ### 0.5.3 (Apr 07, 2015)
286
-
287
- - Using JSON.parse unconditionally when transforming response string ([#55](https://github.com/axios/axios/issues/55))
288
-
289
- ### 0.5.2 (Mar 13, 2015)
290
-
291
- - Adding support for `statusText` in response ([#46](https://github.com/axios/axios/issues/46))
292
-
293
- ### 0.5.1 (Mar 10, 2015)
294
-
295
- - Fixing issue using strict mode ([#45](https://github.com/axios/axios/issues/45))
296
- - Fixing issue with standalone build ([#47](https://github.com/axios/axios/issues/47))
297
-
298
- ### 0.5.0 (Jan 23, 2015)
299
-
300
- - Adding support for intercepetors ([#14](https://github.com/axios/axios/issues/14))
301
- - Updating es6-promise dependency
302
-
303
- ### 0.4.2 (Dec 10, 2014)
304
-
305
- - Fixing issue with `Content-Type` when using `FormData` ([#22](https://github.com/axios/axios/issues/22))
306
- - Adding support for TypeScript ([#25](https://github.com/axios/axios/issues/25))
307
- - Fixing issue with standalone build ([#29](https://github.com/axios/axios/issues/29))
308
- - Fixing issue with verbs needing to be capitalized in some browsers ([#30](https://github.com/axios/axios/issues/30))
309
-
310
- ### 0.4.1 (Oct 15, 2014)
311
-
312
- - Adding error handling to request for node.js ([#18](https://github.com/axios/axios/issues/18))
313
-
314
- ### 0.4.0 (Oct 03, 2014)
315
-
316
- - Adding support for `ArrayBuffer` and `ArrayBufferView` ([#10](https://github.com/axios/axios/issues/10))
317
- - Adding support for utf-8 for node.js ([#13](https://github.com/axios/axios/issues/13))
318
- - Adding support for SSL for node.js ([#12](https://github.com/axios/axios/issues/12))
319
- - Fixing incorrect `Content-Type` header ([#9](https://github.com/axios/axios/issues/9))
320
- - Adding standalone build without bundled es6-promise ([#11](https://github.com/axios/axios/issues/11))
321
- - Deprecating `success`/`error` in favor of `then`/`catch`
322
-
323
- ### 0.3.1 (Sep 16, 2014)
324
-
325
- - Fixing missing post body when using node.js ([#3](https://github.com/axios/axios/issues/3))
326
-
327
- ### 0.3.0 (Sep 16, 2014)
328
-
329
- - Fixing `success` and `error` to properly receive response data as individual arguments ([#8](https://github.com/axios/axios/issues/8))
330
- - Updating `then` and `catch` to receive response data as a single object ([#6](https://github.com/axios/axios/issues/6))
331
- - Fixing issue with `all` not working ([#7](https://github.com/axios/axios/issues/7))
332
-
333
- ### 0.2.2 (Sep 14, 2014)
334
-
335
- - Fixing bundling with browserify ([#4](https://github.com/axios/axios/issues/4))
336
-
337
- ### 0.2.1 (Sep 12, 2014)
338
-
339
- - Fixing build problem causing ridiculous file sizes
340
-
341
- ### 0.2.0 (Sep 12, 2014)
342
-
343
- - Adding support for `all` and `spread`
344
- - Adding support for node.js ([#1](https://github.com/axios/axios/issues/1))
345
-
346
- ### 0.1.0 (Aug 29, 2014)
347
-
348
- - Initial release
@@ -1,19 +0,0 @@
1
- Copyright (c) 2014-present Matt Zabriskie
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining a copy
4
- of this software and associated documentation files (the "Software"), to deal
5
- in the Software without restriction, including without limitation the rights
6
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
- copies of the Software, and to permit persons to whom the Software is
8
- furnished to do so, subject to the following conditions:
9
-
10
- The above copyright notice and this permission notice shall be included in
11
- all copies or substantial portions of the Software.
12
-
13
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
- THE SOFTWARE.