@microlink/mql 0.10.11 → 0.10.15
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.
- package/dist/mql.js +406 -501
- package/dist/mql.js.map +1 -1
- package/dist/mql.min.js +2 -3
- package/dist/mql.min.js.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +8 -4
- package/src/browser.js +6 -3
- package/src/factory.js +4 -4
- package/src/ky.js +401 -499
- package/CHANGELOG.md +0 -665
package/CHANGELOG.md
DELETED
|
@@ -1,665 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
|
-
|
|
5
|
-
### [0.10.11](https://github.com/microlinkhq/mql/compare/v0.10.10...v0.10.11) (2021-12-08)
|
|
6
|
-
|
|
7
|
-
### [0.10.10](https://github.com/microlinkhq/mql/compare/v0.10.9...v0.10.10) (2021-12-08)
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
### Bug Fixes
|
|
11
|
-
|
|
12
|
-
* dependency name ([1b679a9](https://github.com/microlinkhq/mql/commit/1b679a96b2f90eefda521f7b3c64b37daafde58c))
|
|
13
|
-
|
|
14
|
-
### [0.10.9](https://github.com/microlinkhq/mql/compare/v0.10.7...v0.10.9) (2021-12-08)
|
|
15
|
-
|
|
16
|
-
### [0.10.8](https://github.com/microlinkhq/mql/compare/v0.10.7...v0.10.8) (2021-12-08)
|
|
17
|
-
|
|
18
|
-
### [0.10.7](https://github.com/microlinkhq/mql/compare/v0.10.6...v0.10.7) (2021-12-08)
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
### Bug Fixes
|
|
22
|
-
|
|
23
|
-
* ensure to parseBody input is a string ([45e037d](https://github.com/microlinkhq/mql/commit/45e037de0260ba6b5298cb5207c6cb1d8f063c46))
|
|
24
|
-
|
|
25
|
-
### [0.10.6](https://github.com/microlinkhq/mql/compare/v0.10.5...v0.10.6) (2021-12-01)
|
|
26
|
-
|
|
27
|
-
### [0.10.5](https://github.com/microlinkhq/mql/compare/v0.10.4...v0.10.5) (2021-11-23)
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
### Features
|
|
31
|
-
|
|
32
|
-
* expand types ([4be8564](https://github.com/microlinkhq/mql/commit/4be856405c683b077fefddf82d521ca5de71ff9a))
|
|
33
|
-
|
|
34
|
-
### [0.10.4](https://github.com/microlinkhq/mql/compare/v0.10.3...v0.10.4) (2021-10-13)
|
|
35
|
-
|
|
36
|
-
### [0.10.3](https://github.com/microlinkhq/mql/compare/v0.10.2...v0.10.3) (2021-10-13)
|
|
37
|
-
|
|
38
|
-
### [0.10.2](https://github.com/microlinkhq/mql/compare/v0.10.1...v0.10.2) (2021-10-13)
|
|
39
|
-
|
|
40
|
-
### [0.10.1](https://github.com/microlinkhq/mql/compare/v0.10.0...v0.10.1) (2021-10-12)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
### Bug Fixes
|
|
44
|
-
|
|
45
|
-
* remove duplicate type ([da98fce](https://github.com/microlinkhq/mql/commit/da98fce145ec96c944857b87a05d17d159530431))
|
|
46
|
-
|
|
47
|
-
## [0.10.0](https://github.com/microlinkhq/mql/compare/v0.9.13...v0.10.0) (2021-10-01)
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
### Features
|
|
51
|
-
|
|
52
|
-
* add EFATALCLIENT error code ([2e77319](https://github.com/microlinkhq/mql/commit/2e77319df0864b2962e53113105c4eeb0ed07cf8))
|
|
53
|
-
|
|
54
|
-
### [0.9.13](https://github.com/microlinkhq/mql/compare/v0.9.12...v0.9.13) (2021-09-19)
|
|
55
|
-
|
|
56
|
-
### [0.9.12](https://github.com/microlinkhq/mql/compare/v0.9.11...v0.9.12) (2021-09-18)
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
### Bug Fixes
|
|
60
|
-
|
|
61
|
-
* serialize values properly ([74e2dbb](https://github.com/microlinkhq/mql/commit/74e2dbb9f376cf4dbe5ef49afe0a27714d7765ce))
|
|
62
|
-
|
|
63
|
-
### [0.9.11](https://github.com/microlinkhq/mql/compare/v0.9.10...v0.9.11) (2021-09-12)
|
|
64
|
-
|
|
65
|
-
### [0.9.10](https://github.com/microlinkhq/mql/compare/v0.9.9...v0.9.10) (2021-09-12)
|
|
66
|
-
|
|
67
|
-
### [0.9.9](https://github.com/microlinkhq/mql/compare/v0.9.8...v0.9.9) (2021-08-09)
|
|
68
|
-
|
|
69
|
-
### [0.9.8](https://github.com/microlinkhq/mql/compare/v0.9.7...v0.9.8) (2021-06-28)
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
### Bug Fixes
|
|
73
|
-
|
|
74
|
-
* ensure input exist before render ([7af11e1](https://github.com/microlinkhq/mql/commit/7af11e1eed5f73980b449c39f4a1f8cae8db09ec))
|
|
75
|
-
|
|
76
|
-
### [0.9.7](https://github.com/microlinkhq/mql/compare/v0.9.5...v0.9.7) (2021-06-26)
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
### Features
|
|
80
|
-
|
|
81
|
-
* add api param types ([00ff9b7](https://github.com/microlinkhq/mql/commit/00ff9b705928697543282b47894a0110ba1ed3cf))
|
|
82
|
-
* add types ([41cc61a](https://github.com/microlinkhq/mql/commit/41cc61ace94824d7b3814f93be34f8e1ccdb9c40))
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
### Bug Fixes
|
|
86
|
-
|
|
87
|
-
* **build:** add missing dependency ([89b16a3](https://github.com/microlinkhq/mql/commit/89b16a31e2896bea752726ca7caae2a0f5f14f07))
|
|
88
|
-
|
|
89
|
-
### [0.9.5](https://github.com/microlinkhq/mql/compare/v0.9.4...v0.9.5) (2021-05-25)
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
### Bug Fixes
|
|
93
|
-
|
|
94
|
-
* default parameters ([d5d788a](https://github.com/microlinkhq/mql/commit/d5d788ab486b070b41af0ed32491b65020657db2))
|
|
95
|
-
|
|
96
|
-
### [0.9.4](https://github.com/microlinkhq/mql/compare/v0.9.3...v0.9.4) (2021-05-25)
|
|
97
|
-
|
|
98
|
-
### [0.9.3](https://github.com/microlinkhq/mql/compare/v0.9.2...v0.9.3) (2021-03-21)
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
### Bug Fixes
|
|
102
|
-
|
|
103
|
-
* setup mql version properly ([e5f9016](https://github.com/microlinkhq/mql/commit/e5f9016167e1a5aeb1ecfb9b8d2a0cd42b972742))
|
|
104
|
-
|
|
105
|
-
### [0.9.2](https://github.com/microlinkhq/mql/compare/v0.9.1...v0.9.2) (2021-03-20)
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
### Bug Fixes
|
|
109
|
-
|
|
110
|
-
* browser dist file ([17aaecc](https://github.com/microlinkhq/mql/commit/17aaeccea629d3ca03f64139c8592fac32e9bd83))
|
|
111
|
-
|
|
112
|
-
### [0.9.1](https://github.com/microlinkhq/mql/compare/v0.9.0...v0.9.1) (2021-03-20)
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
### Bug Fixes
|
|
116
|
-
|
|
117
|
-
* scripts ([e883dd0](https://github.com/microlinkhq/mql/commit/e883dd0c42abe8e1e527dc24d8ab847ff83fd7c4))
|
|
118
|
-
|
|
119
|
-
## [0.9.0](https://github.com/microlinkhq/mql/compare/v0.8.4...v0.9.0) (2021-03-20)
|
|
120
|
-
|
|
121
|
-
### [0.8.4](https://github.com/microlinkhq/mql/compare/v0.8.3...v0.8.4) (2021-03-20)
|
|
122
|
-
|
|
123
|
-
### [0.8.3](https://github.com/microlinkhq/mql/compare/v0.8.2...v0.8.3) (2021-03-03)
|
|
124
|
-
|
|
125
|
-
### [0.8.2](https://github.com/microlinkhq/mql/compare/v0.8.1...v0.8.2) (2021-02-24)
|
|
126
|
-
|
|
127
|
-
### [0.8.1](https://github.com/microlinkhq/mql/compare/v0.8.0...v0.8.1) (2021-01-17)
|
|
128
|
-
|
|
129
|
-
## [0.8.0](https://github.com/microlinkhq/mql/compare/v0.7.19...v0.8.0) (2020-12-18)
|
|
130
|
-
|
|
131
|
-
### [0.7.19](https://github.com/microlinkhq/mql/compare/v0.7.18...v0.7.19) (2020-11-29)
|
|
132
|
-
|
|
133
|
-
### [0.7.18](https://github.com/microlinkhq/mql/compare/v0.7.17...v0.7.18) (2020-11-29)
|
|
134
|
-
|
|
135
|
-
### [0.7.17](https://github.com/microlinkhq/mql/compare/v0.7.16...v0.7.17) (2020-11-29)
|
|
136
|
-
|
|
137
|
-
### [0.7.16](https://github.com/microlinkhq/mql/compare/v0.7.15...v0.7.16) (2020-11-16)
|
|
138
|
-
|
|
139
|
-
### [0.7.15](https://github.com/microlinkhq/mql/compare/v0.7.14...v0.7.15) (2020-10-31)
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
### Bug Fixes
|
|
143
|
-
|
|
144
|
-
* linter ([031f98d](https://github.com/microlinkhq/mql/commit/031f98d561a056c175afdd659e517236867d39e4))
|
|
145
|
-
|
|
146
|
-
### [0.7.14](https://github.com/microlinkhq/mql/compare/v0.7.13...v0.7.14) (2020-10-21)
|
|
147
|
-
|
|
148
|
-
### [0.7.13](https://github.com/microlinkhq/mql/compare/v0.7.12...v0.7.13) (2020-10-13)
|
|
149
|
-
|
|
150
|
-
### [0.7.12](https://github.com/microlinkhq/mql/compare/v0.7.11...v0.7.12) (2020-10-13)
|
|
151
|
-
|
|
152
|
-
### [0.7.11](https://github.com/microlinkhq/mql/compare/v0.7.10...v0.7.11) (2020-10-12)
|
|
153
|
-
|
|
154
|
-
### [0.7.10](https://github.com/microlinkhq/mql/compare/v0.7.9...v0.7.10) (2020-09-29)
|
|
155
|
-
|
|
156
|
-
### [0.7.9](https://github.com/microlinkhq/mql/compare/v0.7.8...v0.7.9) (2020-09-20)
|
|
157
|
-
|
|
158
|
-
### [0.7.8](https://github.com/microlinkhq/mql/compare/v0.7.7...v0.7.8) (2020-09-10)
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
### Bug Fixes
|
|
162
|
-
|
|
163
|
-
* remove unused dependency ([7b87935](https://github.com/microlinkhq/mql/commit/7b879351587f85234a08e05cc199150219ebb3cf))
|
|
164
|
-
|
|
165
|
-
### [0.7.7](https://github.com/microlinkhq/mql/compare/v0.7.6...v0.7.7) (2020-09-08)
|
|
166
|
-
|
|
167
|
-
### [0.7.6](https://github.com/microlinkhq/mql/compare/v0.7.5...v0.7.6) (2020-09-07)
|
|
168
|
-
|
|
169
|
-
### [0.7.5](https://github.com/microlinkhq/mql/compare/v0.7.4...v0.7.5) (2020-08-29)
|
|
170
|
-
|
|
171
|
-
### [0.7.4](https://github.com/microlinkhq/mql/compare/v0.7.3...v0.7.4) (2020-07-17)
|
|
172
|
-
|
|
173
|
-
### [0.7.3](https://github.com/microlinkhq/mql/compare/v0.7.2...v0.7.3) (2020-07-09)
|
|
174
|
-
|
|
175
|
-
### [0.7.2](https://github.com/microlinkhq/mql/compare/v0.7.1...v0.7.2) (2020-07-05)
|
|
176
|
-
|
|
177
|
-
### [0.7.1](https://github.com/microlinkhq/mql/compare/v0.7.0...v0.7.1) (2020-05-27)
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
### Bug Fixes
|
|
181
|
-
|
|
182
|
-
* avoid undefined ([9feaec8](https://github.com/microlinkhq/mql/commit/9feaec8bdd1f826a6dd13064bf34b9564b999ef7))
|
|
183
|
-
|
|
184
|
-
## [0.7.0](https://github.com/microlinkhq/mql/compare/v0.6.15...v0.7.0) (2020-05-25)
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
### Features
|
|
188
|
-
|
|
189
|
-
* customize http client as third argument ([b9cf7c7](https://github.com/microlinkhq/mql/commit/b9cf7c71ebb05a3e667ebb1b421ea1e874b8f472))
|
|
190
|
-
|
|
191
|
-
### [0.6.15](https://github.com/microlinkhq/mql/compare/v0.6.14...v0.6.15) (2020-05-19)
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
### Bug Fixes
|
|
195
|
-
|
|
196
|
-
* ensure to parse buffer responses ([bf69ba9](https://github.com/microlinkhq/mql/commit/bf69ba9c1fd25a093442a1dab0431cd19be13bc6))
|
|
197
|
-
|
|
198
|
-
### [0.6.14](https://github.com/microlinkhq/mql/compare/v0.6.13...v0.6.14) (2020-05-17)
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
### Bug Fixes
|
|
202
|
-
|
|
203
|
-
* ensure to parse body ([6d66e43](https://github.com/microlinkhq/mql/commit/6d66e43128b62065cf2868d3614e62cb1668d56c))
|
|
204
|
-
|
|
205
|
-
### [0.6.13](https://github.com/microlinkhq/mql/compare/v0.6.12...v0.6.13) (2020-05-04)
|
|
206
|
-
|
|
207
|
-
### [0.6.12](https://github.com/microlinkhq/mql/compare/v0.6.11...v0.6.12) (2020-04-21)
|
|
208
|
-
|
|
209
|
-
### [0.6.11](https://github.com/microlinkhq/mql/compare/v0.6.10...v0.6.11) (2020-04-03)
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
### Bug Fixes
|
|
213
|
-
|
|
214
|
-
* client timeout ([ad4fadf](https://github.com/microlinkhq/mql/commit/ad4fadf1a699c9bc1bc1c8a7c435bc397a26758c))
|
|
215
|
-
|
|
216
|
-
### [0.6.10](https://github.com/microlinkhq/mql/compare/v0.6.9...v0.6.10) (2020-03-30)
|
|
217
|
-
|
|
218
|
-
### [0.6.9](https://github.com/microlinkhq/mql/compare/v0.6.8...v0.6.9) (2020-03-25)
|
|
219
|
-
|
|
220
|
-
### [0.6.8](https://github.com/microlinkhq/mql/compare/v0.6.7...v0.6.8) (2020-03-23)
|
|
221
|
-
|
|
222
|
-
### [0.6.7](https://github.com/microlinkhq/mql/compare/v0.6.6...v0.6.7) (2020-03-23)
|
|
223
|
-
|
|
224
|
-
### [0.6.6](https://github.com/microlinkhq/mql/compare/v0.6.5...v0.6.6) (2020-03-23)
|
|
225
|
-
|
|
226
|
-
### [0.6.5](https://github.com/microlinkhq/mql/compare/v0.6.4...v0.6.5) (2020-03-11)
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
### Bug Fixes
|
|
230
|
-
|
|
231
|
-
* remove module field ([56e17d7](https://github.com/microlinkhq/mql/commit/56e17d71bdbb91c2ff8f4b2dc1ae3212e990f01a)), closes [#50](https://github.com/microlinkhq/mql/issues/50)
|
|
232
|
-
|
|
233
|
-
### [0.6.4](https://github.com/microlinkhq/mql/compare/v0.6.3...v0.6.4) (2020-03-09)
|
|
234
|
-
|
|
235
|
-
### [0.6.3](https://github.com/microlinkhq/mql/compare/v0.6.2...v0.6.3) (2020-03-04)
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
### Bug Fixes
|
|
239
|
-
|
|
240
|
-
* remove isStream prop ([afe5f6f](https://github.com/microlinkhq/mql/commit/afe5f6f802d5f947011a2829ae51c3dc79ac0fe6))
|
|
241
|
-
|
|
242
|
-
### [0.6.2](https://github.com/microlinkhq/mql/compare/v0.6.1...v0.6.2) (2020-03-03)
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
### Bug Fixes
|
|
246
|
-
|
|
247
|
-
* headers serialization on browser ([23fde59](https://github.com/microlinkhq/mql/commit/23fde599afbe700a94be9a522ab9dfdcfc6f31da))
|
|
248
|
-
|
|
249
|
-
### [0.6.1](https://github.com/microlinkhq/mql/compare/v0.6.0...v0.6.1) (2020-03-01)
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
### Bug Fixes
|
|
253
|
-
|
|
254
|
-
* streaming ([a3d97c6](https://github.com/microlinkhq/mql/commit/a3d97c684dae1e66bec5b6e29498a7d7c22d8207))
|
|
255
|
-
|
|
256
|
-
## [0.6.0](https://github.com/microlinkhq/mql/compare/v0.5.23...v0.6.0) (2020-03-01)
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
### Features
|
|
260
|
-
|
|
261
|
-
* better error handling ([17bee3b](https://github.com/microlinkhq/mql/commit/17bee3b051803f21ac761967439b2fcd4fe8d409))
|
|
262
|
-
|
|
263
|
-
### [0.5.23](https://github.com/microlinkhq/mql/compare/v0.5.22...v0.5.23) (2020-02-28)
|
|
264
|
-
|
|
265
|
-
### [0.5.22](https://github.com/microlinkhq/mql/compare/v0.5.21...v0.5.22) (2020-02-20)
|
|
266
|
-
|
|
267
|
-
### [0.5.21](https://github.com/microlinkhq/mql/compare/v0.5.20...v0.5.21) (2020-02-12)
|
|
268
|
-
|
|
269
|
-
### [0.5.20](https://github.com/microlinkhq/mql/compare/v0.5.19...v0.5.20) (2020-02-07)
|
|
270
|
-
|
|
271
|
-
### [0.5.19](https://github.com/microlinkhq/mql/compare/v0.5.18...v0.5.19) (2020-02-05)
|
|
272
|
-
|
|
273
|
-
### [0.5.18](https://github.com/microlinkhq/mql/compare/v0.5.17...v0.5.18) (2020-02-05)
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
### Bug Fixes
|
|
277
|
-
|
|
278
|
-
* ensure ky is loaded properly ([9f44ee2](https://github.com/microlinkhq/mql/commit/9f44ee20e2ac99e23d258b3651fec66290949e4f))
|
|
279
|
-
|
|
280
|
-
### [0.5.17](https://github.com/microlinkhq/mql/compare/v0.5.16...v0.5.17) (2020-02-03)
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
### Features
|
|
284
|
-
|
|
285
|
-
* update dependencies ([06e7ae2](https://github.com/microlinkhq/mql/commit/06e7ae2b8c195cbdb20e01f48d3ff3f551dd1cd6))
|
|
286
|
-
|
|
287
|
-
### [0.5.16](https://github.com/microlinkhq/mql/compare/v0.5.15...v0.5.16) (2020-01-18)
|
|
288
|
-
|
|
289
|
-
### [0.5.15](https://github.com/microlinkhq/mql/compare/v0.5.14...v0.5.15) (2019-12-20)
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
### Bug Fixes
|
|
293
|
-
|
|
294
|
-
* only flatten data objects ([1867815](https://github.com/microlinkhq/mql/commit/1867815b9804d02f3f5ba7bda51a4dcb22712faa))
|
|
295
|
-
|
|
296
|
-
### [0.5.14](https://github.com/microlinkhq/mql/compare/v0.5.13...v0.5.14) (2019-12-04)
|
|
297
|
-
|
|
298
|
-
### [0.5.13](https://github.com/microlinkhq/mql/compare/v0.5.12...v0.5.13) (2019-11-25)
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
### Bug Fixes
|
|
302
|
-
|
|
303
|
-
* ensure to flatten options passed ([3afeb3d](https://github.com/microlinkhq/mql/commit/3afeb3d930af220b312ca0be1a3048d0f2899114))
|
|
304
|
-
|
|
305
|
-
### [0.5.12](https://github.com/microlinkhq/mql/compare/v0.5.11...v0.5.12) (2019-11-18)
|
|
306
|
-
|
|
307
|
-
### [0.5.11](https://github.com/microlinkhq/mql/compare/v0.5.10...v0.5.11) (2019-11-09)
|
|
308
|
-
|
|
309
|
-
### [0.5.10](https://github.com/microlinkhq/mql/compare/v0.5.9...v0.5.10) (2019-10-23)
|
|
310
|
-
|
|
311
|
-
### [0.5.9](https://github.com/microlinkhq/mql/compare/v0.5.8...v0.5.9) (2019-10-18)
|
|
312
|
-
|
|
313
|
-
### [0.5.8](https://github.com/microlinkhq/mql/compare/v0.5.7...v0.5.8) (2019-10-18)
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
### Bug Fixes
|
|
317
|
-
|
|
318
|
-
* timeout no more undefined ([0f81606](https://github.com/microlinkhq/mql/commit/0f81606))
|
|
319
|
-
|
|
320
|
-
### [0.5.7](https://github.com/microlinkhq/mql/compare/v0.5.6...v0.5.7) (2019-10-14)
|
|
321
|
-
|
|
322
|
-
### [0.5.6](https://github.com/microlinkhq/mql/compare/v0.5.5...v0.5.6) (2019-10-14)
|
|
323
|
-
|
|
324
|
-
### [0.5.5](https://github.com/microlinkhq/mql/compare/v0.5.4...v0.5.5) (2019-10-14)
|
|
325
|
-
|
|
326
|
-
### [0.5.4](https://github.com/microlinkhq/mql/compare/v0.5.3...v0.5.4) (2019-10-13)
|
|
327
|
-
|
|
328
|
-
### [0.5.3](https://github.com/microlinkhq/mql/compare/v0.5.2...v0.5.3) (2019-10-13)
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
### Bug Fixes
|
|
332
|
-
|
|
333
|
-
* setup fetch default options ([81087d0](https://github.com/microlinkhq/mql/commit/81087d0))
|
|
334
|
-
|
|
335
|
-
### [0.5.2](https://github.com/microlinkhq/mql/compare/v0.5.1...v0.5.2) (2019-10-13)
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
### Bug Fixes
|
|
339
|
-
|
|
340
|
-
* print timeout ([e829a4a](https://github.com/microlinkhq/mql/commit/e829a4a))
|
|
341
|
-
|
|
342
|
-
### [0.5.1](https://github.com/microlinkhq/mql/compare/v0.5.0...v0.5.1) (2019-10-13)
|
|
343
|
-
|
|
344
|
-
## [0.5.0](https://github.com/microlinkhq/mql/compare/v0.4.5...v0.5.0) (2019-10-08)
|
|
345
|
-
|
|
346
|
-
### [0.4.5](https://github.com/microlinkhq/mql/compare/v0.4.4...v0.4.5) (2019-09-28)
|
|
347
|
-
|
|
348
|
-
### [0.4.4](https://github.com/microlinkhq/mql/compare/v1.0.22...v0.4.4) (2019-09-26)
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
### Bug Fixes
|
|
352
|
-
|
|
353
|
-
* pass headers ([d79f883](https://github.com/microlinkhq/mql/commit/d79f883))
|
|
354
|
-
|
|
355
|
-
### [0.4.3](https://github.com/microlinkhq/mql/compare/v0.4.2...v0.4.3) (2019-09-10)
|
|
356
|
-
|
|
357
|
-
### [0.4.2](https://github.com/microlinkhq/mql/compare/v1.0.19...v0.4.2) (2019-09-08)
|
|
358
|
-
|
|
359
|
-
### [0.4.1](https://github.com/microlinkhq/mql/compare/v0.4.0...v0.4.1) (2019-08-24)
|
|
360
|
-
|
|
361
|
-
## [0.4.0](https://github.com/microlinkhq/mql/compare/v0.3.16...v0.4.0) (2019-08-24)
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
### Bug Fixes
|
|
365
|
-
|
|
366
|
-
* linter ([5f62d0f](https://github.com/microlinkhq/mql/commit/5f62d0f))
|
|
367
|
-
|
|
368
|
-
### [0.3.16](https://github.com/microlinkhq/mql/compare/v1.0.16...v0.3.16) (2019-08-13)
|
|
369
|
-
|
|
370
|
-
### [0.3.15](https://github.com/microlinkhq/mql/compare/v1.0.9...v0.3.15) (2019-07-31)
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
### Bug Fixes
|
|
374
|
-
|
|
375
|
-
* linter ([f7f985b](https://github.com/microlinkhq/mql/commit/f7f985b))
|
|
376
|
-
|
|
377
|
-
### [0.3.14](https://github.com/microlinkhq/mql/compare/v1.0.7...v0.3.14) (2019-07-10)
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
### Build System
|
|
381
|
-
|
|
382
|
-
* migrate lint-staged ([698e8e0](https://github.com/microlinkhq/mql/commit/698e8e0))
|
|
383
|
-
* update dependencies ([d15b056](https://github.com/microlinkhq/mql/commit/d15b056))
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
### [0.3.13](https://github.com/microlinkhq/mql/compare/v0.3.12...v0.3.13) (2019-06-12)
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
### Bug Fixes
|
|
391
|
-
|
|
392
|
-
* handle buffer ([e62c782](https://github.com/microlinkhq/mql/commit/e62c782))
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
### Build System
|
|
396
|
-
|
|
397
|
-
* generate bundle ([2a6fa12](https://github.com/microlinkhq/mql/commit/2a6fa12))
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
### [0.3.12](https://github.com/microlinkhq/mql/compare/v0.3.11...v0.3.12) (2019-06-09)
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
### Bug Fixes
|
|
405
|
-
|
|
406
|
-
* require ([2eb2416](https://github.com/microlinkhq/mql/commit/2eb2416))
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
### Build System
|
|
410
|
-
|
|
411
|
-
* generate bundle ([37ec175](https://github.com/microlinkhq/mql/commit/37ec175))
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
### [0.3.11](https://github.com/microlinkhq/mql/compare/v0.3.10...v0.3.11) (2019-06-09)
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
### Bug Fixes
|
|
419
|
-
|
|
420
|
-
* setup umd main file properly ([4804c27](https://github.com/microlinkhq/mql/commit/4804c27))
|
|
421
|
-
* umd ([ac37de9](https://github.com/microlinkhq/mql/commit/ac37de9))
|
|
422
|
-
* use default constructor ([ee75e1c](https://github.com/microlinkhq/mql/commit/ee75e1c))
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
### Build System
|
|
426
|
-
|
|
427
|
-
* generate build after release ([4920073](https://github.com/microlinkhq/mql/commit/4920073))
|
|
428
|
-
* ignore stats.html ([c43e0cc](https://github.com/microlinkhq/mql/commit/c43e0cc))
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
### [0.3.10](https://github.com/microlinkhq/mql/compare/v1.0.6...v0.3.10) (2019-06-08)
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
### Bug Fixes
|
|
436
|
-
|
|
437
|
-
* just parse when the body is an string ([2612577](https://github.com/microlinkhq/mql/commit/2612577))
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
### Build System
|
|
441
|
-
|
|
442
|
-
* update dependencies ([9e1a31c](https://github.com/microlinkhq/mql/commit/9e1a31c))
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
### Tests
|
|
446
|
-
|
|
447
|
-
* update snapshot ([0caa920](https://github.com/microlinkhq/mql/commit/0caa920))
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
### [0.3.9](https://github.com/microlinkhq/mql/compare/v1.0.5...v0.3.9) (2019-05-28)
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
### Build System
|
|
455
|
-
|
|
456
|
-
* associate url with the error ([605f913](https://github.com/microlinkhq/mql/commit/605f913))
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
### Tests
|
|
460
|
-
|
|
461
|
-
* avoid date ([a21c21c](https://github.com/microlinkhq/mql/commit/a21c21c))
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
### [0.3.8](https://github.com/microlinkhq/mql/compare/v1.0.4...v0.3.8) (2019-05-28)
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
### Build System
|
|
469
|
-
|
|
470
|
-
* update dependencies ([5047672](https://github.com/microlinkhq/mql/commit/5047672))
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
### [0.3.7](https://github.com/microlinkhq/mql/compare/v1.0.3...v0.3.7) (2019-05-20)
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
### Bug Fixes
|
|
478
|
-
|
|
479
|
-
* **package:** update is-url-http to version 1.2.0 ([fb85fae](https://github.com/microlinkhq/mql/commit/fb85fae))
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
### Tests
|
|
483
|
-
|
|
484
|
-
* update snapshots ([101c989](https://github.com/microlinkhq/mql/commit/101c989))
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
## [0.3.6](https://github.com/microlinkhq/mql/compare/v0.3.5...v0.3.6) (2019-04-25)
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
## [0.3.5](https://github.com/microlinkhq/mql/compare/v0.3.4...v0.3.5) (2019-04-25)
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
### Bug Fixes
|
|
496
|
-
|
|
497
|
-
* **package:** update ky to version 0.10.0 ([9947a0e](https://github.com/microlinkhq/mql/commit/9947a0e))
|
|
498
|
-
* **package:** update ky-universal to version 0.2.0 ([5cd3d89](https://github.com/microlinkhq/mql/commit/5cd3d89))
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
<a name="0.3.4"></a>
|
|
503
|
-
## [0.3.4](https://github.com/microlinkhq/mql/compare/v0.3.3...v0.3.4) (2019-04-08)
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
<a name="0.3.3"></a>
|
|
508
|
-
## [0.3.3](https://github.com/microlinkhq/mql/compare/v0.3.2...v0.3.3) (2019-03-29)
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
<a name="0.3.2"></a>
|
|
513
|
-
## [0.3.2](https://github.com/microlinkhq/mql/compare/v0.3.1...v0.3.2) (2019-03-29)
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
<a name="0.3.1"></a>
|
|
518
|
-
## [0.3.1](https://github.com/microlinkhq/mql/compare/v0.3.0...v0.3.1) (2019-03-29)
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
<a name="0.3.0"></a>
|
|
523
|
-
# [0.3.0](https://github.com/microlinkhq/mql/compare/v0.2.12...v0.3.0) (2019-03-21)
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
### Features
|
|
527
|
-
|
|
528
|
-
* add custom rules support ([f342dd3](https://github.com/microlinkhq/mql/commit/f342dd3))
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
<a name="0.2.12"></a>
|
|
533
|
-
## [0.2.12](https://github.com/microlinkhq/mql/compare/v0.2.11...v0.2.12) (2019-03-11)
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
<a name="0.2.11"></a>
|
|
538
|
-
## [0.2.11](https://github.com/microlinkhq/mql/compare/v0.2.6...v0.2.11) (2019-03-11)
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
### Bug Fixes
|
|
542
|
-
|
|
543
|
-
* add missing browser dependency ([ec1ed09](https://github.com/microlinkhq/mql/commit/ec1ed09))
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
<a name="0.2.10"></a>
|
|
548
|
-
## 0.2.10 (2019-03-03)
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
<a name="0.2.9"></a>
|
|
553
|
-
## 0.2.9 (2019-03-03)
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
<a name="0.2.8"></a>
|
|
558
|
-
## 0.2.8 (2019-03-03)
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
<a name="0.2.7"></a>
|
|
563
|
-
## 0.2.7 (2019-03-03)
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
<a name="0.2.10"></a>
|
|
568
|
-
## 0.2.10 (2019-03-03)
|
|
569
|
-
|
|
570
|
-
* build: update dependencies ([1998c50](https://github.com/microlinkhq/mql/commit/1998c50))
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
<a name="0.2.9"></a>
|
|
575
|
-
## 0.2.9 (2019-03-03)
|
|
576
|
-
|
|
577
|
-
* test: improve ([f89a41f](https://github.com/microlinkhq/mql/commit/f89a41f))
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
<a name="0.2.8"></a>
|
|
582
|
-
## 0.2.8 (2019-03-03)
|
|
583
|
-
|
|
584
|
-
* build: setup deps ([491e227](https://github.com/microlinkhq/mql/commit/491e227))
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
<a name="0.2.7"></a>
|
|
589
|
-
## 0.2.7 (2019-03-03)
|
|
590
|
-
|
|
591
|
-
* build: add ky-universal as dependecy ([8570d8e](https://github.com/microlinkhq/mql/commit/8570d8e))
|
|
592
|
-
* build: fix tests ([c9bddfd](https://github.com/microlinkhq/mql/commit/c9bddfd))
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
# Change Log
|
|
597
|
-
|
|
598
|
-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
599
|
-
|
|
600
|
-
<a name="0.2.6"></a>
|
|
601
|
-
## [0.2.6](https://github.com/microlinkhq/mql/compare/v0.2.5...v0.2.6) (2019-02-24)
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
<a name="0.2.5"></a>
|
|
606
|
-
## [0.2.5](https://github.com/microlinkhq/mql/compare/v0.2.4...v0.2.5) (2019-02-24)
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
<a name="0.2.4"></a>
|
|
611
|
-
## [0.2.4](https://github.com/microlinkhq/mql/compare/v0.2.3...v0.2.4) (2019-02-24)
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
<a name="0.2.3"></a>
|
|
616
|
-
## [0.2.3](https://github.com/microlinkhq/mql/compare/v0.2.2...v0.2.3) (2019-02-24)
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
<a name="0.2.2"></a>
|
|
621
|
-
## [0.2.2](https://github.com/microlinkhq/mql/compare/v0.2.1...v0.2.2) (2019-02-24)
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
<a name="0.2.1"></a>
|
|
626
|
-
## [0.2.1](https://github.com/microlinkhq/mql/compare/v0.2.0...v0.2.1) (2019-02-24)
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
<a name="0.2.0"></a>
|
|
631
|
-
# 0.2.0 (2019-02-24)
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
### Bug Fixes
|
|
635
|
-
|
|
636
|
-
* linter ([92762fc](https://github.com/microlinkhq/mql/commit/92762fc))
|
|
637
|
-
* **package:** update is-url-http to version 1.1.1 ([7d0d33a](https://github.com/microlinkhq/mql/commit/7d0d33a))
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
### Features
|
|
641
|
-
|
|
642
|
-
* add browser support ([fdcfad5](https://github.com/microlinkhq/mql/commit/fdcfad5))
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
<a name="0.1.0"></a>
|
|
647
|
-
# 0.1.0 (2019-02-03)
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
### Bug Fixes
|
|
651
|
-
|
|
652
|
-
* better docs ([ea72b17](https://github.com/microlinkhq/mql/commit/ea72b17))
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
<a name="0.1.0"></a>
|
|
657
|
-
# 0.1.0 (2019-02-03)
|
|
658
|
-
|
|
659
|
-
* docs: add introduction ([2d30d5a](https://github.com/microlinkhq/mql/commit/2d30d5a))
|
|
660
|
-
* test: fix snapshots ([ec78c1d](https://github.com/microlinkhq/mql/commit/ec78c1d))
|
|
661
|
-
* build: first commit ([8cf91a9](https://github.com/microlinkhq/mql/commit/8cf91a9))
|
|
662
|
-
* build: tweak meta ([bbf383c](https://github.com/microlinkhq/mql/commit/bbf383c))
|
|
663
|
-
* fix: better docs ([ea72b17](https://github.com/microlinkhq/mql/commit/ea72b17))
|
|
664
|
-
* add cache support ([f7f2414](https://github.com/microlinkhq/mql/commit/f7f2414))
|
|
665
|
-
* add error handling ([7f56519](https://github.com/microlinkhq/mql/commit/7f56519))
|