@mountainpass/waychaser 5.0.11 → 5.0.13
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/README.md +1 -1
- package/dist/waychaser.es.js +40 -9
- package/dist/waychaser.es.min.js +1 -1
- package/package.json +10 -8
- package/CHANGELOG.md +0 -1599
package/CHANGELOG.md
DELETED
|
@@ -1,1599 +0,0 @@
|
|
|
1
|
-
## <small>5.0.11 (2022-07-04)</small>
|
|
2
|
-
|
|
3
|
-
* Merge pull request #476 from mountain-pass/dependabot/npm_and_yarn/path-parse-1.0.7 ([428aa12](https://github.com/mountain-pass/waychaser/commit/428aa12)), closes [#476](https://github.com/mountain-pass/waychaser/issues/476)
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
## <small>5.0.10 (2022-07-04)</small>
|
|
8
|
-
|
|
9
|
-
* Merge pull request #477 from mountain-pass/dependabot/npm_and_yarn/shelljs-0.8.5 ([b12baa9](https://github.com/mountain-pass/waychaser/commit/b12baa9)), closes [#477](https://github.com/mountain-pass/waychaser/issues/477)
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
## <small>5.0.9 (2022-07-04)</small>
|
|
14
|
-
|
|
15
|
-
* fix(errors): not all errors were being wrapped ([37420cc](https://github.com/mountain-pass/waychaser/commit/37420cc))
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
## <small>5.0.8 (2022-06-27)</small>
|
|
20
|
-
|
|
21
|
-
* Merge pull request #485 from mountain-pass/dependabot/npm_and_yarn/nanoid-3.3.4 ([f60c199](https://github.com/mountain-pass/waychaser/commit/f60c199)), closes [#485](https://github.com/mountain-pass/waychaser/issues/485)
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
## <small>5.0.7 (2022-06-27)</small>
|
|
26
|
-
|
|
27
|
-
* Merge pull request #486 from mountain-pass/dependabot/npm_and_yarn/moment-2.29.3 ([88830fd](https://github.com/mountain-pass/waychaser/commit/88830fd)), closes [#486](https://github.com/mountain-pass/waychaser/issues/486)
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
## <small>5.0.6 (2022-06-27)</small>
|
|
32
|
-
|
|
33
|
-
* fix(content-parser): fixed issues detecting thrown problem-documents ([61d8b98](https://github.com/mountain-pass/waychaser/commit/61d8b98))
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
## <small>5.0.5 (2022-06-27)</small>
|
|
38
|
-
|
|
39
|
-
* Merge pull request #487 from mountain-pass/dependabot/npm_and_yarn/follow-redirects-1.15.1 ([c6066f3](https://github.com/mountain-pass/waychaser/commit/c6066f3)), closes [#487](https://github.com/mountain-pass/waychaser/issues/487)
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
## <small>5.0.4 (2022-06-27)</small>
|
|
44
|
-
|
|
45
|
-
* feat(content-parser): content parsers now throw problem documents ([c0e5293](https://github.com/mountain-pass/waychaser/commit/c0e5293))
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
## <small>5.0.3 (2022-06-27)</small>
|
|
50
|
-
|
|
51
|
-
* feat(content-parser): content parsers can now access previous implementations ([27ac9ba](https://github.com/mountain-pass/waychaser/commit/27ac9ba))
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
## <small>5.0.2 (2022-06-26)</small>
|
|
56
|
-
|
|
57
|
-
* Merge pull request #488 from mountain-pass/dependabot/npm_and_yarn/shell-quote-1.7.3 ([8a5b378](https://github.com/mountain-pass/waychaser/commit/8a5b378)), closes [#488](https://github.com/mountain-pass/waychaser/issues/488)
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
## <small>5.0.1 (2022-06-26)</small>
|
|
62
|
-
|
|
63
|
-
* feat(defaults): defaults are now accessible via `waychaser.currentDefaults` ([987d73b](https://github.com/mountain-pass/waychaser/commit/987d73b))
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
## 5.0.0 (2022-06-20)
|
|
68
|
-
|
|
69
|
-
* ci(test): removing node 10.x tests ([a4aae3b](https://github.com/mountain-pass/waychaser/commit/a4aae3b))
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
## <small>4.0.38 (2021-11-15)</small>
|
|
74
|
-
|
|
75
|
-
* fix(cjs): fixed import issues ([595240b](https://github.com/mountain-pass/waychaser/commit/595240b))
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
## <small>4.0.37 (2021-11-15)</small>
|
|
80
|
-
|
|
81
|
-
* Merge pull request #474 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-unicorn-35.0.0 ([e65b163](https://github.com/mountain-pass/waychaser/commit/e65b163)), closes [#474](https://github.com/mountain-pass/waychaser/issues/474)
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
## <small>4.0.36 (2021-11-15)</small>
|
|
86
|
-
|
|
87
|
-
* Merge pull request #449 from mountain-pass/dependabot/npm_and_yarn/rollup-2.55.0 ([71f0e34](https://github.com/mountain-pass/waychaser/commit/71f0e34)), closes [#449](https://github.com/mountain-pass/waychaser/issues/449)
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
## <small>4.0.35 (2021-11-15)</small>
|
|
92
|
-
|
|
93
|
-
* Merge pull request #475 from mountain-pass/dependabot/npm_and_yarn/jsonpointer-5.0.0 ([129d9cb](https://github.com/mountain-pass/waychaser/commit/129d9cb)), closes [#475](https://github.com/mountain-pass/waychaser/issues/475)
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
## <small>4.0.34 (2021-09-06)</small>
|
|
98
|
-
|
|
99
|
-
* fix(ci): Fixing chrome tests ([4e341a0](https://github.com/mountain-pass/waychaser/commit/4e341a0))
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
## <small>4.0.33 (2021-09-05)</small>
|
|
104
|
-
|
|
105
|
-
* build(cjs): Fixed commonjs build ([ff156ca](https://github.com/mountain-pass/waychaser/commit/ff156ca))
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
## <small>4.0.32 (2021-08-02)</small>
|
|
110
|
-
|
|
111
|
-
* Merge pull request #470 from mountain-pass/dependabot/npm_and_yarn/chromedriver-92.0.1 ([8e8c834](https://github.com/mountain-pass/waychaser/commit/8e8c834)), closes [#470](https://github.com/mountain-pass/waychaser/issues/470)
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
## <small>4.0.31 (2021-08-02)</small>
|
|
116
|
-
|
|
117
|
-
* Merge pull request #469 from mountain-pass/dependabot/npm_and_yarn/snyk-1.674.0 ([64c787b](https://github.com/mountain-pass/waychaser/commit/64c787b)), closes [#469](https://github.com/mountain-pass/waychaser/issues/469)
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
## <small>4.0.30 (2021-08-02)</small>
|
|
122
|
-
|
|
123
|
-
* Merge pull request #468 from mountain-pass/dependabot/npm_and_yarn/snyk-1.673.0 ([72b1f4e](https://github.com/mountain-pass/waychaser/commit/72b1f4e)), closes [#468](https://github.com/mountain-pass/waychaser/issues/468)
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
## <small>4.0.29 (2021-08-02)</small>
|
|
128
|
-
|
|
129
|
-
* Merge pull request #467 from mountain-pass/dependabot/npm_and_yarn/babel/plugin-syntax-top-level-awa ([90cadae](https://github.com/mountain-pass/waychaser/commit/90cadae)), closes [#467](https://github.com/mountain-pass/waychaser/issues/467)
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
## <small>4.0.28 (2021-08-02)</small>
|
|
134
|
-
|
|
135
|
-
* Merge pull request #465 from mountain-pass/dependabot/npm_and_yarn/lint-staged-11.1.1 ([2b1fae8](https://github.com/mountain-pass/waychaser/commit/2b1fae8)), closes [#465](https://github.com/mountain-pass/waychaser/issues/465)
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
## <small>4.0.27 (2021-08-01)</small>
|
|
140
|
-
|
|
141
|
-
* Merge pull request #462 from mountain-pass/dependabot/npm_and_yarn/babel/preset-env-7.14.9 ([9880e86](https://github.com/mountain-pass/waychaser/commit/9880e86)), closes [#462](https://github.com/mountain-pass/waychaser/issues/462)
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
## <small>4.0.26 (2021-07-30)</small>
|
|
146
|
-
|
|
147
|
-
* Merge pull request #460 from mountain-pass/dependabot/npm_and_yarn/eslint-7.32.0 ([2c2c107](https://github.com/mountain-pass/waychaser/commit/2c2c107)), closes [#460](https://github.com/mountain-pass/waychaser/issues/460)
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
## <small>4.0.25 (2021-07-30)</small>
|
|
152
|
-
|
|
153
|
-
* Merge pull request #459 from mountain-pass/dependabot/npm_and_yarn/snyk-1.672.0 ([e3c98b2](https://github.com/mountain-pass/waychaser/commit/e3c98b2)), closes [#459](https://github.com/mountain-pass/waychaser/issues/459)
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
## <small>4.0.24 (2021-07-30)</small>
|
|
158
|
-
|
|
159
|
-
* Merge pull request #458 from mountain-pass/dependabot/npm_and_yarn/rollup/plugin-commonjs-20.0.0 ([547ff19](https://github.com/mountain-pass/waychaser/commit/547ff19)), closes [#458](https://github.com/mountain-pass/waychaser/issues/458)
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
## <small>4.0.23 (2021-07-30)</small>
|
|
164
|
-
|
|
165
|
-
* Merge pull request #457 from mountain-pass/dependabot/npm_and_yarn/core-js-3.16.0 ([ee14143](https://github.com/mountain-pass/waychaser/commit/ee14143)), closes [#457](https://github.com/mountain-pass/waychaser/issues/457)
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
## <small>4.0.22 (2021-07-30)</small>
|
|
170
|
-
|
|
171
|
-
* Merge pull request #370 from mountain-pass/dependabot/npm_and_yarn/chai-4.3.4 ([976086d](https://github.com/mountain-pass/waychaser/commit/976086d)), closes [#370](https://github.com/mountain-pass/waychaser/issues/370)
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
## <small>4.0.21 (2021-07-29)</small>
|
|
176
|
-
|
|
177
|
-
* Merge pull request #456 from mountain-pass/dependabot/npm_and_yarn/chromedriver-92.0.0 ([cf1c9d6](https://github.com/mountain-pass/waychaser/commit/cf1c9d6)), closes [#456](https://github.com/mountain-pass/waychaser/issues/456)
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
## <small>4.0.20 (2021-07-29)</small>
|
|
182
|
-
|
|
183
|
-
* Merge pull request #452 from mountain-pass/dependabot/npm_and_yarn/depcheck-1.4.2 ([393297e](https://github.com/mountain-pass/waychaser/commit/393297e)), closes [#452](https://github.com/mountain-pass/waychaser/issues/452)
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
## <small>4.0.19 (2021-07-28)</small>
|
|
188
|
-
|
|
189
|
-
* Merge pull request #447 from mountain-pass/dependabot/npm_and_yarn/babel/eslint-parser-7.14.7 ([0fd1427](https://github.com/mountain-pass/waychaser/commit/0fd1427)), closes [#447](https://github.com/mountain-pass/waychaser/issues/447)
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
## <small>4.0.18 (2021-07-28)</small>
|
|
194
|
-
|
|
195
|
-
* Merge pull request #446 from mountain-pass/dependabot/npm_and_yarn/eslint-7.31.0 ([424f3bd](https://github.com/mountain-pass/waychaser/commit/424f3bd)), closes [#446](https://github.com/mountain-pass/waychaser/issues/446)
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
## <small>4.0.17 (2021-07-27)</small>
|
|
200
|
-
|
|
201
|
-
* Merge pull request #445 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-jsdoc-36.0.4 ([c76b8ce](https://github.com/mountain-pass/waychaser/commit/c76b8ce)), closes [#445](https://github.com/mountain-pass/waychaser/issues/445)
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
## <small>4.0.16 (2021-07-27)</small>
|
|
206
|
-
|
|
207
|
-
* Merge pull request #444 from mountain-pass/dependabot/npm_and_yarn/snyk-1.668.0 ([bb950b2](https://github.com/mountain-pass/waychaser/commit/bb950b2)), closes [#444](https://github.com/mountain-pass/waychaser/issues/444)
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
## <small>4.0.15 (2021-07-27)</small>
|
|
212
|
-
|
|
213
|
-
* Merge pull request #443 from mountain-pass/dependabot/npm_and_yarn/nodemon-2.0.12 ([0378a63](https://github.com/mountain-pass/waychaser/commit/0378a63)), closes [#443](https://github.com/mountain-pass/waychaser/issues/443)
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
## <small>4.0.14 (2021-07-27)</small>
|
|
218
|
-
|
|
219
|
-
* Merge pull request #421 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-json-3.0.0 ([4109b37](https://github.com/mountain-pass/waychaser/commit/4109b37)), closes [#421](https://github.com/mountain-pass/waychaser/issues/421)
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
## <small>4.0.13 (2021-07-26)</small>
|
|
224
|
-
|
|
225
|
-
* Merge pull request #440 from mountain-pass/dependabot/npm_and_yarn/rollup/plugin-commonjs-19.0.2 ([2d95634](https://github.com/mountain-pass/waychaser/commit/2d95634)), closes [#440](https://github.com/mountain-pass/waychaser/issues/440)
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
## <small>4.0.12 (2021-07-26)</small>
|
|
230
|
-
|
|
231
|
-
* Merge pull request #439 from mountain-pass/dependabot/npm_and_yarn/snyk-1.667.0 ([71d4320](https://github.com/mountain-pass/waychaser/commit/71d4320)), closes [#439](https://github.com/mountain-pass/waychaser/issues/439)
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
## <small>4.0.11 (2021-07-26)</small>
|
|
236
|
-
|
|
237
|
-
* Merge pull request #438 from mountain-pass/dependabot/npm_and_yarn/start-server-and-test-1.13.1 ([7e75d20](https://github.com/mountain-pass/waychaser/commit/7e75d20)), closes [#438](https://github.com/mountain-pass/waychaser/issues/438)
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
## <small>4.0.10 (2021-07-22)</small>
|
|
242
|
-
|
|
243
|
-
* Merge pull request #436 from mountain-pass/dependabot/npm_and_yarn/lint-staged-11.1.0 ([c337015](https://github.com/mountain-pass/waychaser/commit/c337015)), closes [#436](https://github.com/mountain-pass/waychaser/issues/436)
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
## <small>4.0.9 (2021-07-22)</small>
|
|
248
|
-
|
|
249
|
-
* Merge pull request #435 from mountain-pass/dependabot/npm_and_yarn/snyk-1.665.0 ([95fca08](https://github.com/mountain-pass/waychaser/commit/95fca08)), closes [#435](https://github.com/mountain-pass/waychaser/issues/435)
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
## <small>4.0.8 (2021-07-22)</small>
|
|
254
|
-
|
|
255
|
-
* Merge pull request #434 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-jsdoc-35.5.1 ([65587d1](https://github.com/mountain-pass/waychaser/commit/65587d1)), closes [#434](https://github.com/mountain-pass/waychaser/issues/434)
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
## <small>4.0.7 (2021-07-21)</small>
|
|
260
|
-
|
|
261
|
-
* Merge pull request #433 from mountain-pass/dependabot/npm_and_yarn/glob-parent-5.1.2 ([ca91b6b](https://github.com/mountain-pass/waychaser/commit/ca91b6b)), closes [#433](https://github.com/mountain-pass/waychaser/issues/433)
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
## <small>4.0.6 (2021-07-21)</small>
|
|
266
|
-
|
|
267
|
-
* Merge pull request #432 from mountain-pass/dependabot/npm_and_yarn/rollup-2.53.3 ([1ea70b7](https://github.com/mountain-pass/waychaser/commit/1ea70b7)), closes [#432](https://github.com/mountain-pass/waychaser/issues/432)
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
## <small>4.0.5 (2021-07-21)</small>
|
|
272
|
-
|
|
273
|
-
* Merge pull request #431 from mountain-pass/dependabot/npm_and_yarn/babel/cli-7.14.8 ([5e1acaa](https://github.com/mountain-pass/waychaser/commit/5e1acaa)), closes [#431](https://github.com/mountain-pass/waychaser/issues/431)
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
## <small>4.0.4 (2021-06-30)</small>
|
|
278
|
-
|
|
279
|
-
* fix: fixed build issue ([fb26806](https://github.com/mountain-pass/waychaser/commit/fb26806))
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
## <small>4.0.3 (2021-06-29)</small>
|
|
284
|
-
|
|
285
|
-
* Merge pull request #425 from mountain-pass/dependabot/npm_and_yarn/core-js-3.15.2 ([afcfd54](https://github.com/mountain-pass/waychaser/commit/afcfd54)), closes [#425](https://github.com/mountain-pass/waychaser/issues/425)
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
## <small>4.0.2 (2021-06-24)</small>
|
|
290
|
-
|
|
291
|
-
* Merge pull request #420 from mountain-pass/dependabot/npm_and_yarn/snyk-1.645.0 ([16bb850](https://github.com/mountain-pass/waychaser/commit/16bb850)), closes [#420](https://github.com/mountain-pass/waychaser/issues/420)
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
## <small>4.0.1 (2021-06-24)</small>
|
|
296
|
-
|
|
297
|
-
* fix(ci): fixed version number ([ede0233](https://github.com/mountain-pass/waychaser/commit/ede0233))
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
## <small>3.0.43 (2021-06-06)</small>
|
|
302
|
-
|
|
303
|
-
* Merge pull request #388 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-jsdoc-35.1.3 ([4deaa16](https://github.com/mountain-pass/waychaser/commit/4deaa16)), closes [#388](https://github.com/mountain-pass/waychaser/issues/388)
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
## <small>3.0.42 (2021-06-05)</small>
|
|
308
|
-
|
|
309
|
-
* Merge pull request #385 from mountain-pass/dependabot/npm_and_yarn/core-js-3.14.0 ([a0ee0a8](https://github.com/mountain-pass/waychaser/commit/a0ee0a8)), closes [#385](https://github.com/mountain-pass/waychaser/issues/385)
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
## <small>3.0.41 (2021-06-04)</small>
|
|
314
|
-
|
|
315
|
-
* Merge pull request #368 from mountain-pass/dependabot/npm_and_yarn/webpack-bundle-analyzer-4.4.2 ([96e1b12](https://github.com/mountain-pass/waychaser/commit/96e1b12)), closes [#368](https://github.com/mountain-pass/waychaser/issues/368)
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
## <small>3.0.40 (2021-06-04)</small>
|
|
320
|
-
|
|
321
|
-
* Merge pull request #379 from mountain-pass/dependabot/npm_and_yarn/ws-6.2.2 ([ca356fb](https://github.com/mountain-pass/waychaser/commit/ca356fb)), closes [#379](https://github.com/mountain-pass/waychaser/issues/379)
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
## <small>3.0.39 (2021-05-28)</small>
|
|
326
|
-
|
|
327
|
-
* fix(ranged-links): fixed stack issues with links with ranges in anchors ([e6c4946](https://github.com/mountain-pass/waychaser/commit/e6c4946))
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
## <small>3.0.38 (2021-05-27)</small>
|
|
332
|
-
|
|
333
|
-
* Merge pull request #347 from mountain-pass/dependabot/npm_and_yarn/commitlint/config-conventional-12 ([0e574b5](https://github.com/mountain-pass/waychaser/commit/0e574b5)), closes [#347](https://github.com/mountain-pass/waychaser/issues/347)
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
## <small>3.0.37 (2021-05-27)</small>
|
|
338
|
-
|
|
339
|
-
* Merge pull request #350 from mountain-pass/dependabot/npm_and_yarn/humanize-duration-3.26.0 ([2edbbc0](https://github.com/mountain-pass/waychaser/commit/2edbbc0)), closes [#350](https://github.com/mountain-pass/waychaser/issues/350)
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
## <small>3.0.36 (2021-05-26)</small>
|
|
344
|
-
|
|
345
|
-
* Merge pull request #362 from mountain-pass/dependabot/npm_and_yarn/dns-packet-1.3.4 ([4353895](https://github.com/mountain-pass/waychaser/commit/4353895)), closes [#362](https://github.com/mountain-pass/waychaser/issues/362)
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
## <small>3.0.35 (2021-05-25)</small>
|
|
350
|
-
|
|
351
|
-
* fix(coverage): removed dead code ([3e63934](https://github.com/mountain-pass/waychaser/commit/3e63934))
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
## <small>3.0.33 (2021-05-24)</small>
|
|
356
|
-
|
|
357
|
-
* Merge pull request #359 from mountain-pass/dependabot/npm_and_yarn/concurrently-6.2.0 ([c3a70e3](https://github.com/mountain-pass/waychaser/commit/c3a70e3)), closes [#359](https://github.com/mountain-pass/waychaser/issues/359)
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
## <small>3.0.32 (2021-05-24)</small>
|
|
362
|
-
|
|
363
|
-
* Merge pull request #357 from mountain-pass/dependabot/npm_and_yarn/start-server-and-test-1.12.2 ([eb8f71d](https://github.com/mountain-pass/waychaser/commit/eb8f71d)), closes [#357](https://github.com/mountain-pass/waychaser/issues/357)
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
## <small>3.0.31 (2021-05-23)</small>
|
|
368
|
-
|
|
369
|
-
* Merge pull request #354 from mountain-pass/dependabot/npm_and_yarn/snyk-1.606.0 ([f28c484](https://github.com/mountain-pass/waychaser/commit/f28c484)), closes [#354](https://github.com/mountain-pass/waychaser/issues/354)
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
## <small>3.0.30 (2021-05-22)</small>
|
|
374
|
-
|
|
375
|
-
* Merge pull request #353 from mountain-pass/dependabot/npm_and_yarn/eslint-7.27.0 ([12c32a9](https://github.com/mountain-pass/waychaser/commit/12c32a9)), closes [#353](https://github.com/mountain-pass/waychaser/issues/353)
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
## <small>3.0.29 (2021-04-06)</small>
|
|
380
|
-
|
|
381
|
-
* Merge pull request #303 from mountain-pass/dependabot/npm_and_yarn/snyk-1.526.0 ([f0f506c](https://github.com/mountain-pass/waychaser/commit/f0f506c)), closes [#303](https://github.com/mountain-pass/waychaser/issues/303)
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
## <small>3.0.28 (2021-04-06)</small>
|
|
386
|
-
|
|
387
|
-
* Merge pull request #302 from mountain-pass/dependabot/npm_and_yarn/snyk-1.525.0 ([9e0a360](https://github.com/mountain-pass/waychaser/commit/9e0a360)), closes [#302](https://github.com/mountain-pass/waychaser/issues/302)
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
## <small>3.0.27 (2021-04-06)</small>
|
|
392
|
-
|
|
393
|
-
* Merge pull request #300 from mountain-pass/dependabot/npm_and_yarn/snyk-1.523.0 ([e79d0de](https://github.com/mountain-pass/waychaser/commit/e79d0de)), closes [#300](https://github.com/mountain-pass/waychaser/issues/300)
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
## <small>3.0.26 (2021-04-05)</small>
|
|
398
|
-
|
|
399
|
-
* Merge pull request #228 from mountain-pass/dependabot/npm_and_yarn/depcheck-1.4.0 ([0d84847](https://github.com/mountain-pass/waychaser/commit/0d84847)), closes [#228](https://github.com/mountain-pass/waychaser/issues/228)
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
## <small>3.0.25 (2021-03-29)</small>
|
|
404
|
-
|
|
405
|
-
* Merge pull request #284 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-jsdoc-32.3.0 ([8f3a67d](https://github.com/mountain-pass/waychaser/commit/8f3a67d)), closes [#284](https://github.com/mountain-pass/waychaser/issues/284)
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
## <small>3.0.24 (2021-03-27)</small>
|
|
410
|
-
|
|
411
|
-
* Merge pull request #283 from mountain-pass/dependabot/npm_and_yarn/webpack-cli-4.6.0 ([dbe5dd2](https://github.com/mountain-pass/waychaser/commit/dbe5dd2)), closes [#283](https://github.com/mountain-pass/waychaser/issues/283)
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
## <small>3.0.23 (2021-03-26)</small>
|
|
416
|
-
|
|
417
|
-
* Merge pull request #280 from mountain-pass/dependabot/npm_and_yarn/snyk-1.511.0 ([5276911](https://github.com/mountain-pass/waychaser/commit/5276911)), closes [#280](https://github.com/mountain-pass/waychaser/issues/280)
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
## <small>3.0.22 (2021-03-26)</small>
|
|
422
|
-
|
|
423
|
-
* Merge pull request #274 from mountain-pass/dependabot/npm_and_yarn/is-svg-4.3.1 ([1be30c1](https://github.com/mountain-pass/waychaser/commit/1be30c1)), closes [#274](https://github.com/mountain-pass/waychaser/issues/274)
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
## <small>3.0.21 (2021-03-25)</small>
|
|
428
|
-
|
|
429
|
-
* fix(duplication): fixed crash when using duplication detection ([d7e609f](https://github.com/mountain-pass/waychaser/commit/d7e609f))
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
## <small>3.0.20 (2021-02-28)</small>
|
|
434
|
-
|
|
435
|
-
* fix(package): added missing files ([13eded3](https://github.com/mountain-pass/waychaser/commit/13eded3))
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
## <small>3.0.19 (2021-02-24)</small>
|
|
440
|
-
|
|
441
|
-
* fix(coverage): added missing aws keys to CI ([5f385f4](https://github.com/mountain-pass/waychaser/commit/5f385f4))
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
## <small>3.0.18 (2021-02-23)</small>
|
|
446
|
-
|
|
447
|
-
* Merge pull request #254 from mountain-pass/dependabot/npm_and_yarn/babel/cli-7.13.0 ([c1bebbb](https://github.com/mountain-pass/waychaser/commit/c1bebbb)), closes [#254](https://github.com/mountain-pass/waychaser/issues/254)
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
## <small>3.0.17 (2021-02-23)</small>
|
|
452
|
-
|
|
453
|
-
* Merge pull request #253 from mountain-pass/dependabot/npm_and_yarn/babel/runtime-7.13.6 ([6a41026](https://github.com/mountain-pass/waychaser/commit/6a41026)), closes [#253](https://github.com/mountain-pass/waychaser/issues/253)
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
## <small>3.0.16 (2021-02-23)</small>
|
|
458
|
-
|
|
459
|
-
* Merge pull request #251 from mountain-pass/dependabot/npm_and_yarn/babel/preset-env-7.13.5 ([b28166f](https://github.com/mountain-pass/waychaser/commit/b28166f)), closes [#251](https://github.com/mountain-pass/waychaser/issues/251)
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
## <small>3.0.15 (2021-02-23)</small>
|
|
464
|
-
|
|
465
|
-
* Merge pull request #249 from mountain-pass/dependabot/npm_and_yarn/babel/runtime-7.13.4 ([c90ae7a](https://github.com/mountain-pass/waychaser/commit/c90ae7a)), closes [#249](https://github.com/mountain-pass/waychaser/issues/249)
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
## <small>3.0.14 (2021-02-23)</small>
|
|
470
|
-
|
|
471
|
-
* Merge pull request #247 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-jsdoc-32.2.0 ([fd0df5e](https://github.com/mountain-pass/waychaser/commit/fd0df5e)), closes [#247](https://github.com/mountain-pass/waychaser/issues/247)
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
## <small>3.0.13 (2021-02-23)</small>
|
|
476
|
-
|
|
477
|
-
* Merge pull request #246 from mountain-pass/dependabot/npm_and_yarn/commitlint/config-conventional-12 ([994fcff](https://github.com/mountain-pass/waychaser/commit/994fcff)), closes [#246](https://github.com/mountain-pass/waychaser/issues/246)
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
## <small>3.0.12 (2021-02-23)</small>
|
|
482
|
-
|
|
483
|
-
* Merge pull request #245 from mountain-pass/dependabot/npm_and_yarn/commitlint/cli-12.0.0 ([0468014](https://github.com/mountain-pass/waychaser/commit/0468014)), closes [#245](https://github.com/mountain-pass/waychaser/issues/245)
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
## <small>3.0.11 (2021-02-22)</small>
|
|
488
|
-
|
|
489
|
-
* Merge pull request #239 from mountain-pass/dependabot/npm_and_yarn/snyk-1.459.0 ([1b29f74](https://github.com/mountain-pass/waychaser/commit/1b29f74)), closes [#239](https://github.com/mountain-pass/waychaser/issues/239)
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
## <small>3.0.10 (2021-02-22)</small>
|
|
494
|
-
|
|
495
|
-
* Merge pull request #236 from mountain-pass/spike-ci-debugging ([74b2281](https://github.com/mountain-pass/waychaser/commit/74b2281)), closes [#236](https://github.com/mountain-pass/waychaser/issues/236)
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
## <small>3.0.9 (2021-02-13)</small>
|
|
500
|
-
|
|
501
|
-
* Merge pull request #218 from mountain-pass/dependabot/npm_and_yarn/eslint-7.20.0 ([72842ac](https://github.com/mountain-pass/waychaser/commit/72842ac)), closes [#218](https://github.com/mountain-pass/waychaser/issues/218)
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
## <small>3.0.8 (2021-02-12)</small>
|
|
506
|
-
|
|
507
|
-
* Merge pull request #217 from mountain-pass/dependabot/npm_and_yarn/snyk-1.454.0 ([7f58812](https://github.com/mountain-pass/waychaser/commit/7f58812)), closes [#217](https://github.com/mountain-pass/waychaser/issues/217)
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
## <small>3.0.7 (2021-02-12)</small>
|
|
512
|
-
|
|
513
|
-
* Merge pull request #216 from mountain-pass/dependabot/npm_and_yarn/snyk-1.453.0 ([e2edca6](https://github.com/mountain-pass/waychaser/commit/e2edca6)), closes [#216](https://github.com/mountain-pass/waychaser/issues/216)
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
## <small>3.0.6 (2021-02-12)</small>
|
|
518
|
-
|
|
519
|
-
* Merge pull request #215 from mountain-pass/dependabot/npm_and_yarn/markdownlint-0.23.1 ([8fe5830](https://github.com/mountain-pass/waychaser/commit/8fe5830)), closes [#215](https://github.com/mountain-pass/waychaser/issues/215)
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
## <small>3.0.5 (2021-02-12)</small>
|
|
524
|
-
|
|
525
|
-
* Merge pull request #214 from mountain-pass/dependabot/npm_and_yarn/babel/preset-env-7.12.16 ([8ded219](https://github.com/mountain-pass/waychaser/commit/8ded219)), closes [#214](https://github.com/mountain-pass/waychaser/issues/214)
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
## <small>3.0.4 (2021-02-12)</small>
|
|
530
|
-
|
|
531
|
-
* Merge pull request #211 from mountain-pass/dependabot/npm_and_yarn/babel/node-7.12.16 ([8f70c42](https://github.com/mountain-pass/waychaser/commit/8f70c42)), closes [#211](https://github.com/mountain-pass/waychaser/issues/211)
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
## <small>3.0.3 (2021-02-10)</small>
|
|
536
|
-
|
|
537
|
-
* Merge pull request #207 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-promise-4.3.1 ([f045b96](https://github.com/mountain-pass/waychaser/commit/f045b96)), closes [#207](https://github.com/mountain-pass/waychaser/issues/207)
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
## <small>3.0.2 (2021-02-10)</small>
|
|
542
|
-
|
|
543
|
-
* Merge pull request #205 from mountain-pass/dependabot/npm_and_yarn/snyk-1.449.0 ([5304988](https://github.com/mountain-pass/waychaser/commit/5304988)), closes [#205](https://github.com/mountain-pass/waychaser/issues/205)
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
## <small>3.0.1 (2021-02-10)</small>
|
|
548
|
-
|
|
549
|
-
* fix(invoke): fixed options when calling `invoke` on an resource ([0ea4045](https://github.com/mountain-pass/waychaser/commit/0ea4045))
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
## 3.0.0 (2021-02-09)
|
|
554
|
-
|
|
555
|
-
* feat(multiple): added or modified support for accept ([67d336d](https://github.com/mountain-pass/waychaser/commit/67d336d))
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
### BREAKING CHANGE
|
|
559
|
-
|
|
560
|
-
* See README for upgrade instructions
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
## <small>2.0.20 (2021-02-08)</small>
|
|
564
|
-
|
|
565
|
-
* Merge pull request #202 from mountain-pass/dependabot/npm_and_yarn/husky-5.0.9 ([ead8d45](https://github.com/mountain-pass/waychaser/commit/ead8d45)), closes [#202](https://github.com/mountain-pass/waychaser/issues/202)
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
## <small>2.0.19 (2021-02-08)</small>
|
|
570
|
-
|
|
571
|
-
* Merge pull request #201 from mountain-pass/dependabot/npm_and_yarn/snyk-1.447.0 ([bc1629a](https://github.com/mountain-pass/waychaser/commit/bc1629a)), closes [#201](https://github.com/mountain-pass/waychaser/issues/201)
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
## <small>2.0.18 (2021-02-07)</small>
|
|
576
|
-
|
|
577
|
-
* Merge pull request #199 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-jsdoc-31.6.1 ([c274e19](https://github.com/mountain-pass/waychaser/commit/c274e19)), closes [#199](https://github.com/mountain-pass/waychaser/issues/199)
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
## <small>2.0.17 (2021-02-07)</small>
|
|
582
|
-
|
|
583
|
-
* Merge pull request #194 from mountain-pass/dependabot/npm_and_yarn/lint-staged-10.5.4 ([4ea9c31](https://github.com/mountain-pass/waychaser/commit/4ea9c31)), closes [#194](https://github.com/mountain-pass/waychaser/issues/194)
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
## <small>2.0.16 (2021-02-07)</small>
|
|
588
|
-
|
|
589
|
-
* Merge pull request #198 from mountain-pass/dependabot/npm_and_yarn/markdownlint-0.23.0 ([28365ad](https://github.com/mountain-pass/waychaser/commit/28365ad)), closes [#198](https://github.com/mountain-pass/waychaser/issues/198)
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
## <small>2.0.15 (2021-02-06)</small>
|
|
594
|
-
|
|
595
|
-
* Merge pull request #196 from mountain-pass/dependabot/npm_and_yarn/moment-timezone-0.5.33 ([4915c29](https://github.com/mountain-pass/waychaser/commit/4915c29)), closes [#196](https://github.com/mountain-pass/waychaser/issues/196)
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
## <small>2.0.14 (2021-02-05)</small>
|
|
600
|
-
|
|
601
|
-
* Merge pull request #193 from mountain-pass/dependabot/npm_and_yarn/snyk-1.446.0 ([3800523](https://github.com/mountain-pass/waychaser/commit/3800523)), closes [#193](https://github.com/mountain-pass/waychaser/issues/193)
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
## <small>2.0.13 (2021-02-04)</small>
|
|
606
|
-
|
|
607
|
-
* Merge pull request #192 from mountain-pass/dependabot/npm_and_yarn/babel/plugin-transform-runtime-7. ([c8ce70b](https://github.com/mountain-pass/waychaser/commit/c8ce70b)), closes [#192](https://github.com/mountain-pass/waychaser/issues/192)
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
## <small>2.0.12 (2021-02-04)</small>
|
|
612
|
-
|
|
613
|
-
* Merge pull request #191 from mountain-pass/dependabot/npm_and_yarn/snyk-1.445.0 ([4cc46e0](https://github.com/mountain-pass/waychaser/commit/4cc46e0)), closes [#191](https://github.com/mountain-pass/waychaser/issues/191)
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
## <small>2.0.11 (2021-02-04)</small>
|
|
618
|
-
|
|
619
|
-
* Merge pull request #190 from mountain-pass/dependabot/npm_and_yarn/snyk-1.444.0 ([1ed8d3e](https://github.com/mountain-pass/waychaser/commit/1ed8d3e)), closes [#190](https://github.com/mountain-pass/waychaser/issues/190)
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
## <small>2.0.10 (2021-02-04)</small>
|
|
624
|
-
|
|
625
|
-
* Merge pull request #188 from mountain-pass/dependabot/npm_and_yarn/snyk-1.442.0 ([65633ee](https://github.com/mountain-pass/waychaser/commit/65633ee)), closes [#188](https://github.com/mountain-pass/waychaser/issues/188)
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
## <small>2.0.9 (2021-02-04)</small>
|
|
630
|
-
|
|
631
|
-
* Merge pull request #186 from mountain-pass/dependabot/npm_and_yarn/chai-4.3.0 ([bdbd0bf](https://github.com/mountain-pass/waychaser/commit/bdbd0bf)), closes [#186](https://github.com/mountain-pass/waychaser/issues/186)
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
## <small>2.0.8 (2021-02-03)</small>
|
|
636
|
-
|
|
637
|
-
* Merge pull request #182 from mountain-pass/dependabot/npm_and_yarn/babel/preset-env-7.12.13 ([98c788c](https://github.com/mountain-pass/waychaser/commit/98c788c)), closes [#182](https://github.com/mountain-pass/waychaser/issues/182)
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
## <small>2.0.7 (2021-02-03)</small>
|
|
642
|
-
|
|
643
|
-
* Merge pull request #184 from mountain-pass/dependabot/npm_and_yarn/babel/plugin-transform-modules-co ([1dff56d](https://github.com/mountain-pass/waychaser/commit/1dff56d)), closes [#184](https://github.com/mountain-pass/waychaser/issues/184)
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
## <small>2.0.6 (2021-02-03)</small>
|
|
648
|
-
|
|
649
|
-
* Merge pull request #181 from mountain-pass/dependabot/npm_and_yarn/prettier-config-standard-4.0.0 ([55c2cd2](https://github.com/mountain-pass/waychaser/commit/55c2cd2)), closes [#181](https://github.com/mountain-pass/waychaser/issues/181)
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
## <small>2.0.5 (2021-02-03)</small>
|
|
654
|
-
|
|
655
|
-
* Merge pull request #177 from mountain-pass/dependabot/npm_and_yarn/snyk-1.440.5 ([f3b4657](https://github.com/mountain-pass/waychaser/commit/f3b4657)), closes [#177](https://github.com/mountain-pass/waychaser/issues/177)
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
## <small>2.0.4 (2021-02-03)</small>
|
|
660
|
-
|
|
661
|
-
* Merge pull request #170 from mountain-pass/dependabot/npm_and_yarn/babel/plugin-transform-arrow-func ([d62fbbd](https://github.com/mountain-pass/waychaser/commit/d62fbbd)), closes [#170](https://github.com/mountain-pass/waychaser/issues/170)
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
## <small>2.0.3 (2021-02-02)</small>
|
|
666
|
-
|
|
667
|
-
* Merge pull request #168 from mountain-pass/dependabot/npm_and_yarn/webpack-cli-4.5.0 ([4a4ed10](https://github.com/mountain-pass/waychaser/commit/4a4ed10)), closes [#168](https://github.com/mountain-pass/waychaser/issues/168)
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
## <small>2.0.2 (2021-02-01)</small>
|
|
672
|
-
|
|
673
|
-
* Merge pull request #166 from mountain-pass/dependabot/npm_and_yarn/snyk-1.440.4 ([650073e](https://github.com/mountain-pass/waychaser/commit/650073e)), closes [#166](https://github.com/mountain-pass/waychaser/issues/166)
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
## <small>2.0.1 (2021-02-01)</small>
|
|
678
|
-
|
|
679
|
-
* Merge pull request #165 from mountain-pass/dependabot/npm_and_yarn/snyk-1.440.3 ([3fe0221](https://github.com/mountain-pass/waychaser/commit/3fe0221)), closes [#165](https://github.com/mountain-pass/waychaser/issues/165)
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
## 2.0.0 (2021-02-01)
|
|
684
|
-
|
|
685
|
-
* feat(operation): major version change ([61b62af](https://github.com/mountain-pass/waychaser/commit/61b62af))
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
### BREAKING CHANGE
|
|
689
|
-
|
|
690
|
-
* version bump was missed before.
|
|
691
|
-
See README.md for upgrade instructions
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
## <small>1.62.37 (2021-02-01)</small>
|
|
695
|
-
|
|
696
|
-
* feat(operation)!: trying to force major version ([53d7f13](https://github.com/mountain-pass/waychaser/commit/53d7f13))
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
### BREAKING CHANGE
|
|
700
|
-
|
|
701
|
-
* version bump was missed before
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
## <small>1.62.36 (2021-02-01)</small>
|
|
705
|
-
|
|
706
|
-
* test(accept): fixed coverage ([96bd110](https://github.com/mountain-pass/waychaser/commit/96bd110))
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
## <small>1.62.35 (2021-01-31)</small>
|
|
711
|
-
|
|
712
|
-
* Merge pull request #163 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-jsdoc-31.6.0 ([e35ecbd](https://github.com/mountain-pass/waychaser/commit/e35ecbd)), closes [#163](https://github.com/mountain-pass/waychaser/issues/163)
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
## <small>1.62.34 (2021-01-31)</small>
|
|
717
|
-
|
|
718
|
-
* Merge pull request #162 from mountain-pass/dependabot/npm_and_yarn/start-server-and-test-1.12.0 ([86ced94](https://github.com/mountain-pass/waychaser/commit/86ced94)), closes [#162](https://github.com/mountain-pass/waychaser/issues/162)
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
## <small>1.62.33 (2021-01-31)</small>
|
|
723
|
-
|
|
724
|
-
* Merge pull request #160 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-jsdoc-31.5.0 ([798f570](https://github.com/mountain-pass/waychaser/commit/798f570)), closes [#160](https://github.com/mountain-pass/waychaser/issues/160)
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
## <small>1.62.32 (2021-01-31)</small>
|
|
729
|
-
|
|
730
|
-
* Merge pull request #159 from mountain-pass/dependabot/npm_and_yarn/eslint-7.19.0 ([d285c5b](https://github.com/mountain-pass/waychaser/commit/d285c5b)), closes [#159](https://github.com/mountain-pass/waychaser/issues/159)
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
## <small>1.62.31 (2021-01-30)</small>
|
|
735
|
-
|
|
736
|
-
* Merge pull request #158 from mountain-pass/dependabot/npm_and_yarn/dateformat-4.5.1 ([08b310b](https://github.com/mountain-pass/waychaser/commit/08b310b)), closes [#158](https://github.com/mountain-pass/waychaser/issues/158)
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
## <small>1.62.30 (2021-01-28)</small>
|
|
741
|
-
|
|
742
|
-
* Merge pull request #155 from mountain-pass/dependabot/npm_and_yarn/snyk-1.440.0 ([fb56c2c](https://github.com/mountain-pass/waychaser/commit/fb56c2c)), closes [#155](https://github.com/mountain-pass/waychaser/issues/155)
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
## <small>1.62.29 (2021-01-27)</small>
|
|
747
|
-
|
|
748
|
-
* Merge pull request #153 from mountain-pass/dependabot/npm_and_yarn/snyk-1.439.3 ([7e777f1](https://github.com/mountain-pass/waychaser/commit/7e777f1)), closes [#153](https://github.com/mountain-pass/waychaser/issues/153)
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
## <small>1.62.28 (2021-01-25)</small>
|
|
753
|
-
|
|
754
|
-
* test(handler): additional tests for custom handlers ([51c8ec6](https://github.com/mountain-pass/waychaser/commit/51c8ec6))
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
## <small>1.62.27 (2021-01-25)</small>
|
|
759
|
-
|
|
760
|
-
* Merge pull request #147 from mountain-pass/dependabot/npm_and_yarn/geckodriver-1.22.1 ([8f50394](https://github.com/mountain-pass/waychaser/commit/8f50394)), closes [#147](https://github.com/mountain-pass/waychaser/issues/147)
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
## <small>1.62.26 (2021-01-24)</small>
|
|
765
|
-
|
|
766
|
-
* Merge pull request #146 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-jsdoc-31.3.2 ([ac1c4e9](https://github.com/mountain-pass/waychaser/commit/ac1c4e9)), closes [#146](https://github.com/mountain-pass/waychaser/issues/146)
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
## <small>1.62.25 (2021-01-23)</small>
|
|
771
|
-
|
|
772
|
-
* Merge pull request #142 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-jsdoc-31.2.2 ([325263d](https://github.com/mountain-pass/waychaser/commit/325263d)), closes [#142](https://github.com/mountain-pass/waychaser/issues/142)
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
## <small>1.62.24 (2021-01-23)</small>
|
|
777
|
-
|
|
778
|
-
* Merge pull request #141 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-jsdoc-31.2.1 ([7e13b55](https://github.com/mountain-pass/waychaser/commit/7e13b55)), closes [#141](https://github.com/mountain-pass/waychaser/issues/141)
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
## <small>1.62.23 (2021-01-23)</small>
|
|
783
|
-
|
|
784
|
-
* Merge pull request #138 from mountain-pass/dependabot/npm_and_yarn/dateformat-4.5.0 ([8856d98](https://github.com/mountain-pass/waychaser/commit/8856d98)), closes [#138](https://github.com/mountain-pass/waychaser/issues/138)
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
## <small>1.62.22 (2021-01-21)</small>
|
|
789
|
-
|
|
790
|
-
* Merge pull request #133 from mountain-pass/dependabot/npm_and_yarn/snyk-1.439.0 ([b70dd5d](https://github.com/mountain-pass/waychaser/commit/b70dd5d)), closes [#133](https://github.com/mountain-pass/waychaser/issues/133)
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
## <small>1.62.21 (2021-01-21)</small>
|
|
795
|
-
|
|
796
|
-
* Merge pull request #132 from mountain-pass/dependabot/npm_and_yarn/webpack-bundle-analyzer-4.4.0 ([2d1e33e](https://github.com/mountain-pass/waychaser/commit/2d1e33e)), closes [#132](https://github.com/mountain-pass/waychaser/issues/132)
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
## <small>1.62.20 (2021-01-20)</small>
|
|
801
|
-
|
|
802
|
-
* Merge pull request #131 from mountain-pass/dependabot/npm_and_yarn/snyk-1.438.0 ([b1bf5ce](https://github.com/mountain-pass/waychaser/commit/b1bf5ce)), closes [#131](https://github.com/mountain-pass/waychaser/issues/131)
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
## <small>1.62.19 (2021-01-20)</small>
|
|
807
|
-
|
|
808
|
-
* Merge pull request #126 from mountain-pass/dependabot/npm_and_yarn/core-js-3.8.3 ([bf1f71c](https://github.com/mountain-pass/waychaser/commit/bf1f71c)), closes [#126](https://github.com/mountain-pass/waychaser/issues/126)
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
## <small>1.62.18 (2021-01-19)</small>
|
|
813
|
-
|
|
814
|
-
* Merge pull request #128 from mountain-pass/dependabot/npm_and_yarn/fs-extra-9.1.0 ([5394a87](https://github.com/mountain-pass/waychaser/commit/5394a87)), closes [#128](https://github.com/mountain-pass/waychaser/issues/128)
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
## <small>1.62.17 (2021-01-19)</small>
|
|
819
|
-
|
|
820
|
-
* Merge pull request #127 from mountain-pass/dependabot/npm_and_yarn/webpack-cli-4.4.0 ([1ed3ce2](https://github.com/mountain-pass/waychaser/commit/1ed3ce2)), closes [#127](https://github.com/mountain-pass/waychaser/issues/127)
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
## <small>1.62.16 (2021-01-18)</small>
|
|
825
|
-
|
|
826
|
-
* Merge pull request #125 from mountain-pass/dependabot/npm_and_yarn/chromedriver-87.0.7 ([34bc4ff](https://github.com/mountain-pass/waychaser/commit/34bc4ff)), closes [#125](https://github.com/mountain-pass/waychaser/issues/125)
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
## <small>1.62.15 (2021-01-18)</small>
|
|
831
|
-
|
|
832
|
-
* Merge pull request #123 from mountain-pass/dependabot/npm_and_yarn/eslint-config-prettier-7.2.0 ([b9b9fac](https://github.com/mountain-pass/waychaser/commit/b9b9fac)), closes [#123](https://github.com/mountain-pass/waychaser/issues/123)
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
## <small>1.62.14 (2021-01-18)</small>
|
|
837
|
-
|
|
838
|
-
* Merge pull request #122 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-jsdoc-31.0.7 ([9a779e9](https://github.com/mountain-pass/waychaser/commit/9a779e9)), closes [#122](https://github.com/mountain-pass/waychaser/issues/122)
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
## <small>1.62.13 (2021-01-15)</small>
|
|
843
|
-
|
|
844
|
-
* feat(siren): added support for Siren `actions` ([518c097](https://github.com/mountain-pass/waychaser/commit/518c097))
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
## <small>1.62.12 (2021-01-15)</small>
|
|
849
|
-
|
|
850
|
-
* docs(readme): added more details about how to use ([db457dc](https://github.com/mountain-pass/waychaser/commit/db457dc))
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
## <small>1.62.11 (2021-01-15)</small>
|
|
855
|
-
|
|
856
|
-
* Merge pull request #117 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-jsdoc-31.0.5 ([24b5c58](https://github.com/mountain-pass/waychaser/commit/24b5c58)), closes [#117](https://github.com/mountain-pass/waychaser/issues/117)
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
## <small>1.62.10 (2021-01-15)</small>
|
|
861
|
-
|
|
862
|
-
* feat(siren): inital support for siren `links` ([70a5c79](https://github.com/mountain-pass/waychaser/commit/70a5c79))
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
## <small>1.62.9 (2021-01-14)</small>
|
|
867
|
-
|
|
868
|
-
* feat(hal): added support for curied relationships ([b089426](https://github.com/mountain-pass/waychaser/commit/b089426)), closes [/tools.ietf.org/html/draft-kelly-json-hal-08#section-8](https://github.com//tools.ietf.org/html/draft-kelly-json-hal-08/issues/section-8)
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
## <small>1.62.8 (2021-01-14)</small>
|
|
873
|
-
|
|
874
|
-
* refactor(test): reducing number of calls to browser ([6985f2f](https://github.com/mountain-pass/waychaser/commit/6985f2f))
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
## <small>1.62.7 (2021-01-14)</small>
|
|
879
|
-
|
|
880
|
-
* test(hal): additional tests for templated HAL links ([1d1e214](https://github.com/mountain-pass/waychaser/commit/1d1e214))
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
## <small>1.62.6 (2021-01-13)</small>
|
|
885
|
-
|
|
886
|
-
* ci(publish): fixing versioning ([689f9a3](https://github.com/mountain-pass/waychaser/commit/689f9a3))
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
## <small>1.62.5 (2021-01-13)</small>
|
|
891
|
-
|
|
892
|
-
* Merge pull request #98 from mountain-pass/dependabot/npm_and_yarn/dateformat-4.4.1 ([75c3341](https://github.com/mountain-pass/waychaser/commit/75c3341)), closes [#98](https://github.com/mountain-pass/waychaser/issues/98)
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
## <small>1.62.4 (2021-01-13)</small>
|
|
897
|
-
|
|
898
|
-
* Merge pull request #108 from mountain-pass/dependabot/npm_and_yarn/webpack-dev-server-3.11.2 ([d89b739](https://github.com/mountain-pass/waychaser/commit/d89b739)), closes [#108](https://github.com/mountain-pass/waychaser/issues/108)
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
## <small>1.62.3 (2021-01-13)</small>
|
|
903
|
-
|
|
904
|
-
* Merge pull request #107 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-unicorn-26.0.1 ([27830d8](https://github.com/mountain-pass/waychaser/commit/27830d8)), closes [#107](https://github.com/mountain-pass/waychaser/issues/107)
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
## <small>1.62.2 (2021-01-13)</small>
|
|
909
|
-
|
|
910
|
-
* ci(browserstack): fixing retry logic ([f344d24](https://github.com/mountain-pass/waychaser/commit/f344d24))
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
## <small>1.62.2 (2021-01-12)</small>
|
|
915
|
-
|
|
916
|
-
* ci(browserstack): fixing retry logic ([537cd04](https://github.com/mountain-pass/waychaser/commit/537cd04))
|
|
917
|
-
* docs(badge): added conventional commits badge ([6c724ed](https://github.com/mountain-pass/waychaser/commit/6c724ed))
|
|
918
|
-
* chore(release): updated CHANGELOG.md and version in README.md to 1.62.1 [skip-ci] ([edba99d](https://github.com/mountain-pass/waychaser/commit/edba99d))
|
|
919
|
-
* chore(release): version bump to 1.62.1. :tada: [skip-ci] ([9115f7d](https://github.com/mountain-pass/waychaser/commit/9115f7d))
|
|
920
|
-
* chore(release): version bump to 1.62.2. :tada: [skip-ci] ([33f894e](https://github.com/mountain-pass/waychaser/commit/33f894e))
|
|
921
|
-
* Bump @babel/preset-env from 7.12.1 to 7.12.11 ([0a09f7c](https://github.com/mountain-pass/waychaser/commit/0a09f7c))
|
|
922
|
-
* Bump html-webpack-plugin from 4.5.0 to 4.5.1 ([e3c8a8d](https://github.com/mountain-pass/waychaser/commit/e3c8a8d))
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
## 1.62.0 (2021-01-12)
|
|
927
|
-
|
|
928
|
-
* chore(release): updated CHANGELOG.md and version in README.md to 1.61.0 [skip-ci] ([de51229](https://github.com/mountain-pass/waychaser/commit/de51229))
|
|
929
|
-
* chore(release): updated CHANGELOG.md and version in README.md to 1.62.0 [skip-ci] ([f12126f](https://github.com/mountain-pass/waychaser/commit/f12126f))
|
|
930
|
-
* chore(release): version bump to 1.61.0. :tada: [skip-ci] ([19ccce6](https://github.com/mountain-pass/waychaser/commit/19ccce6))
|
|
931
|
-
* chore(release): version bump to 1.62.0. :tada: [skip-ci] ([10a892b](https://github.com/mountain-pass/waychaser/commit/10a892b))
|
|
932
|
-
* Bump @babel/core from 7.12.3 to 7.12.10 ([517e693](https://github.com/mountain-pass/waychaser/commit/517e693))
|
|
933
|
-
* Bump @babel/node from 7.12.6 to 7.12.10 ([22e3ac1](https://github.com/mountain-pass/waychaser/commit/22e3ac1))
|
|
934
|
-
* Bump @babel/register from 7.12.1 to 7.12.10 ([6b0b86d](https://github.com/mountain-pass/waychaser/commit/6b0b86d))
|
|
935
|
-
* Bump markdownlint from 0.21.1 to 0.22.0 ([4603764](https://github.com/mountain-pass/waychaser/commit/4603764))
|
|
936
|
-
* ci(release): version number now based on commits ([43b666a](https://github.com/mountain-pass/waychaser/commit/43b666a))
|
|
937
|
-
* build(dev): remove unused ngrok dependency ([5ababb1](https://github.com/mountain-pass/waychaser/commit/5ababb1))
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
## 1.60.0 (2021-01-12)
|
|
942
|
-
|
|
943
|
-
* chore(npm): merge ([960a64c](https://github.com/mountain-pass/waychaser/commit/960a64c))
|
|
944
|
-
* chore(release): updated CHANGELOG.md and version in README.md to 1.60.0 [skip-ci] ([c04e47d](https://github.com/mountain-pass/waychaser/commit/c04e47d))
|
|
945
|
-
* chore(release): version bump to 1.60.0. :tada: [skip-ci] ([e1b2602](https://github.com/mountain-pass/waychaser/commit/e1b2602))
|
|
946
|
-
* chore(todo): updated TODO in README.md ([e779fba](https://github.com/mountain-pass/waychaser/commit/e779fba))
|
|
947
|
-
* feat(hal): initial HAL support ([27e45c0](https://github.com/mountain-pass/waychaser/commit/27e45c0))
|
|
948
|
-
|
|
949
|
-
## 1.59.0 (2021-01-12)
|
|
950
|
-
|
|
951
|
-
* chore(release): updated CHANGELOG.md and version in README.md to 1.59.0 [skip-ci] ([fd357a5](https://github.com/mountain-pass/waychaser/commit/fd357a5))
|
|
952
|
-
* chore(release): version bump to 1.59.0. :tada: [skip-ci] ([0a111ec](https://github.com/mountain-pass/waychaser/commit/0a111ec))
|
|
953
|
-
* feat(response): added method for getting the response body ([1bdec0e](https://github.com/mountain-pass/waychaser/commit/1bdec0e))
|
|
954
|
-
* feat(response): added method for getting the response body ([43f9731](https://github.com/mountain-pass/waychaser/commit/43f9731))
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
## 1.58.0 (2021-01-12)
|
|
959
|
-
|
|
960
|
-
* chore(release): updated CHANGELOG.md and version in README.md to 1.57.0 [skip-ci] ([9c64285](https://github.com/mountain-pass/waychaser/commit/9c64285))
|
|
961
|
-
* chore(release): updated CHANGELOG.md and version in README.md to 1.58.0 [skip-ci] ([886c14d](https://github.com/mountain-pass/waychaser/commit/886c14d))
|
|
962
|
-
* chore(release): version bump to 1.57.0. :tada: [skip-ci] ([b4f6932](https://github.com/mountain-pass/waychaser/commit/b4f6932))
|
|
963
|
-
* chore(release): version bump to 1.58.0. :tada: [skip-ci] ([66eb488](https://github.com/mountain-pass/waychaser/commit/66eb488))
|
|
964
|
-
* ci(browserstack): fixed syntax error in new retry logic ([193667d](https://github.com/mountain-pass/waychaser/commit/193667d))
|
|
965
|
-
* ci(browserstack): moved to custom retry ([c8bf99e](https://github.com/mountain-pass/waychaser/commit/c8bf99e))
|
|
966
|
-
* ci(coverage): always upload coverage ([1007824](https://github.com/mountain-pass/waychaser/commit/1007824))
|
|
967
|
-
* ci(coverage): re-added artifact uploading ([92feadc](https://github.com/mountain-pass/waychaser/commit/92feadc))
|
|
968
|
-
* ci(cucumber): turned off sending to reports.cucumber.io ([9ad538c](https://github.com/mountain-pass/waychaser/commit/9ad538c))
|
|
969
|
-
* test(coverage): excluded `takeTheWin()` from coverage ([78759b8](https://github.com/mountain-pass/waychaser/commit/78759b8))
|
|
970
|
-
* docs: added missing JSDoc ([f0bd106](https://github.com/mountain-pass/waychaser/commit/f0bd106))
|
|
971
|
-
* refactor(coverage): removed unnecessary if statements ([158e0d0](https://github.com/mountain-pass/waychaser/commit/158e0d0))
|
|
972
|
-
* Bump utf-8-validate from 5.0.3 to 5.0.4 ([4f3b94d](https://github.com/mountain-pass/waychaser/commit/4f3b94d))
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
## 1.56.0 (2021-01-11)
|
|
977
|
-
|
|
978
|
-
* chore(release): updated CHANGELOG.md and version in README.md to 1.56.0 [skip-ci] ([8a52f88](https://github.com/mountain-pass/waychaser/commit/8a52f88))
|
|
979
|
-
* chore(release): version bump to 1.56.0. :tada: [skip-ci] ([abdb996](https://github.com/mountain-pass/waychaser/commit/abdb996))
|
|
980
|
-
* Bump eslint-plugin-jsdoc from 30.7.13 to 31.0.3 ([8679fdf](https://github.com/mountain-pass/waychaser/commit/8679fdf))
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
## 1.55.0 (2021-01-11)
|
|
985
|
-
|
|
986
|
-
* chore(release): updated CHANGELOG.md and version in README.md to 1.55.0 [skip-ci] ([9371c9c](https://github.com/mountain-pass/waychaser/commit/9371c9c))
|
|
987
|
-
* chore(todo): updated TODO in README.md ([da5ab5e](https://github.com/mountain-pass/waychaser/commit/da5ab5e))
|
|
988
|
-
* ci(browserstack): added about if tests don't exit in a timely way ([30171b3](https://github.com/mountain-pass/waychaser/commit/30171b3))
|
|
989
|
-
* ci(browserstack): added initial wait back into the retry and increased polling variance ([6d2b258](https://github.com/mountain-pass/waychaser/commit/6d2b258))
|
|
990
|
-
* ci(browserstack): added random wait before browserstack availability polling ([0015bb7](https://github.com/mountain-pass/waychaser/commit/0015bb7))
|
|
991
|
-
* ci(browserstack): added step to quit browser when disconnected ([8b40f3d](https://github.com/mountain-pass/waychaser/commit/8b40f3d))
|
|
992
|
-
* ci(browserstack): added wait logic ([731d215](https://github.com/mountain-pass/waychaser/commit/731d215))
|
|
993
|
-
* ci(browserstack): further increased time till initial browserstack availability poll ([ec16faf](https://github.com/mountain-pass/waychaser/commit/ec16faf))
|
|
994
|
-
* ci(browserstack): increased random wait before browserstack availability polling ([12e5765](https://github.com/mountain-pass/waychaser/commit/12e5765))
|
|
995
|
-
* ci(browserstack): increased timeout ([80e357b](https://github.com/mountain-pass/waychaser/commit/80e357b))
|
|
996
|
-
* ci(browserstack): reduced frequency of browserstack availability polling ([fa3c0c0](https://github.com/mountain-pass/waychaser/commit/fa3c0c0))
|
|
997
|
-
* ci(change-log): Switched to `conventionalcommits` format ([83a43cb](https://github.com/mountain-pass/waychaser/commit/83a43cb))
|
|
998
|
-
* ci(coverage): disabling upload to codacy ([4639790](https://github.com/mountain-pass/waychaser/commit/4639790))
|
|
999
|
-
* ci(snyk): added retry ([7ba19a3](https://github.com/mountain-pass/waychaser/commit/7ba19a3))
|
|
1000
|
-
* feat(hal): initial HAL support ([d5c700a](https://github.com/mountain-pass/waychaser/commit/d5c700a))
|
|
1001
|
-
* fix(lint): fixed linting for commitlint.config.js ([7e3d3b2](https://github.com/mountain-pass/waychaser/commit/7e3d3b2))
|
|
1002
|
-
* docs(changelog): automated CHANGELOG.md generation ([837c2dc](https://github.com/mountain-pass/waychaser/commit/837c2dc))
|
|
1003
|
-
* test(body parameters): tests for body, query and path parameters at same time ([899a4a9](https://github.com/mountain-pass/waychaser/commit/899a4a9))
|
|
1004
|
-
* style(lint): added commit comment linting ([ae374e2](https://github.com/mountain-pass/waychaser/commit/ae374e2))
|
|
1005
|
-
* added support for multiple body parameters ([9247e26](https://github.com/mountain-pass/waychaser/commit/9247e26))
|
|
1006
|
-
* Added test for multiple query/path params with extra parameters ([3aad7ce](https://github.com/mountain-pass/waychaser/commit/3aad7ce))
|
|
1007
|
-
* Added test for multiple params of differing type ([7fa54d6](https://github.com/mountain-pass/waychaser/commit/7fa54d6))
|
|
1008
|
-
* added tests for extra params with multiple body params ([bc48505](https://github.com/mountain-pass/waychaser/commit/bc48505))
|
|
1009
|
-
* disabled test coverage downloading on IE ([9591ed1](https://github.com/mountain-pass/waychaser/commit/9591ed1))
|
|
1010
|
-
* removed report publishing ([56c1096](https://github.com/mountain-pass/waychaser/commit/56c1096))
|
|
1011
|
-
* Version bump to 1.55.0. [skip-ci] ([a25578e](https://github.com/mountain-pass/waychaser/commit/a25578e))
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
## 1.54.0 (2021-01-10)
|
|
1016
|
-
|
|
1017
|
-
* Added support for GETting with multiple path parameters ([ca49ac9](https://github.com/mountain-pass/waychaser/commit/ca49ac9))
|
|
1018
|
-
* Added support for multiple query parameters ([d1d5a06](https://github.com/mountain-pass/waychaser/commit/d1d5a06))
|
|
1019
|
-
* Added test for multiple path/query params for different methods ([14d8ef2](https://github.com/mountain-pass/waychaser/commit/14d8ef2))
|
|
1020
|
-
* test functions refactor ([38e1a45](https://github.com/mountain-pass/waychaser/commit/38e1a45))
|
|
1021
|
-
* testing post-pull hook ([eae7c05](https://github.com/mountain-pass/waychaser/commit/eae7c05))
|
|
1022
|
-
* updated README ([cee1ffa](https://github.com/mountain-pass/waychaser/commit/cee1ffa))
|
|
1023
|
-
* Updated version in README.md to 1.54.0. [skip-ci] ([8eee092](https://github.com/mountain-pass/waychaser/commit/8eee092))
|
|
1024
|
-
* updating todo list ([d624b0f](https://github.com/mountain-pass/waychaser/commit/d624b0f))
|
|
1025
|
-
* Version bump to 1.54.0. [skip-ci] ([b7c0c3e](https://github.com/mountain-pass/waychaser/commit/b7c0c3e))
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
## 1.53.0 (2021-01-10)
|
|
1030
|
-
|
|
1031
|
-
* Bump webpack-dev-server from 3.11.0 to 3.11.1 ([73d62ed](https://github.com/mountain-pass/waychaser/commit/73d62ed))
|
|
1032
|
-
* Updated version in README.md to 1.53.0. [skip-ci] ([5501cbe](https://github.com/mountain-pass/waychaser/commit/5501cbe))
|
|
1033
|
-
* Version bump to 1.53.0. [skip-ci] ([b0bab34](https://github.com/mountain-pass/waychaser/commit/b0bab34))
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
## 1.52.0 (2021-01-10)
|
|
1038
|
-
|
|
1039
|
-
* Updated version in README.md to 1.52.0. [skip-ci] ([9d3c7a5](https://github.com/mountain-pass/waychaser/commit/9d3c7a5))
|
|
1040
|
-
* Version bump to 1.52.0. [skip-ci] ([1bc553b](https://github.com/mountain-pass/waychaser/commit/1bc553b))
|
|
1041
|
-
* WIP codacy coverage reporting ([7f718be](https://github.com/mountain-pass/waychaser/commit/7f718be))
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
## 1.51.0 (2021-01-10)
|
|
1046
|
-
|
|
1047
|
-
* Add path parameter test for GET ([dc842c9](https://github.com/mountain-pass/waychaser/commit/dc842c9))
|
|
1048
|
-
* added logic for restarting selenium session after disconnect ([37ed7c8](https://github.com/mountain-pass/waychaser/commit/37ed7c8))
|
|
1049
|
-
* added retry logic to cucumber ([7328c5f](https://github.com/mountain-pass/waychaser/commit/7328c5f))
|
|
1050
|
-
* added retries again because of browserstack flakiness ([b1d8a87](https://github.com/mountain-pass/waychaser/commit/b1d8a87))
|
|
1051
|
-
* Added support for different form post content types ([7a1f1db](https://github.com/mountain-pass/waychaser/commit/7a1f1db))
|
|
1052
|
-
* Added support for post body ([f286c6a](https://github.com/mountain-pass/waychaser/commit/f286c6a))
|
|
1053
|
-
* added support for sending `multipart/form-data` ([93f4e4d](https://github.com/mountain-pass/waychaser/commit/93f4e4d))
|
|
1054
|
-
* Added tests for PUT and PATCH body ([9872e00](https://github.com/mountain-pass/waychaser/commit/9872e00))
|
|
1055
|
-
* Added turnstyle to limit concurrent browser stack jobs ([4766933](https://github.com/mountain-pass/waychaser/commit/4766933))
|
|
1056
|
-
* Adding codacy integration ([96d7860](https://github.com/mountain-pass/waychaser/commit/96d7860))
|
|
1057
|
-
* browserstack debugging ([406027f](https://github.com/mountain-pass/waychaser/commit/406027f))
|
|
1058
|
-
* Bump eslint-plugin-jsdoc from 30.7.8 to 30.7.13 ([35caad6](https://github.com/mountain-pass/waychaser/commit/35caad6))
|
|
1059
|
-
* Bump jscpd from 3.3.21 to 3.3.23 ([1725b66](https://github.com/mountain-pass/waychaser/commit/1725b66))
|
|
1060
|
-
* Bump lint-staged from 10.5.1 to 10.5.3 ([793194b](https://github.com/mountain-pass/waychaser/commit/793194b))
|
|
1061
|
-
* fixed coverage ([882dc0f](https://github.com/mountain-pass/waychaser/commit/882dc0f))
|
|
1062
|
-
* fixes for IE ([f59bf65](https://github.com/mountain-pass/waychaser/commit/f59bf65))
|
|
1063
|
-
* fixing coverage ([9d39e3b](https://github.com/mountain-pass/waychaser/commit/9d39e3b))
|
|
1064
|
-
* fixing coverage and timeout ([86b43e4](https://github.com/mountain-pass/waychaser/commit/86b43e4))
|
|
1065
|
-
* I'm hoping that by selecting more recent OSs and devices, the browser-stack tests will run faster ([62f6b6a](https://github.com/mountain-pass/waychaser/commit/62f6b6a))
|
|
1066
|
-
* increased test timeout ([2633cc1](https://github.com/mountain-pass/waychaser/commit/2633cc1))
|
|
1067
|
-
* increased timeout and logging ([2ff96a0](https://github.com/mountain-pass/waychaser/commit/2ff96a0))
|
|
1068
|
-
* increasing retry timeout ([43fb16a](https://github.com/mountain-pass/waychaser/commit/43fb16a))
|
|
1069
|
-
* linting ([16a83f5](https://github.com/mountain-pass/waychaser/commit/16a83f5))
|
|
1070
|
-
* reducing logging again ([7d58d6a](https://github.com/mountain-pass/waychaser/commit/7d58d6a))
|
|
1071
|
-
* reducing page updates during tests ([a3aeeaa](https://github.com/mountain-pass/waychaser/commit/a3aeeaa))
|
|
1072
|
-
* removed code climate and libraries.io badges ([1121020](https://github.com/mountain-pass/waychaser/commit/1121020))
|
|
1073
|
-
* removed retry on browser stack ([c9ab1ec](https://github.com/mountain-pass/waychaser/commit/c9ab1ec))
|
|
1074
|
-
* removed turnstyle from get-browser-list job ([3aeee3a](https://github.com/mountain-pass/waychaser/commit/3aeee3a))
|
|
1075
|
-
* seeing if reduced logging stabilises the browserstack tests ([923cabc](https://github.com/mountain-pass/waychaser/commit/923cabc))
|
|
1076
|
-
* switched to single session per browser test ([e698812](https://github.com/mountain-pass/waychaser/commit/e698812))
|
|
1077
|
-
* Updated version in README.md to 1.51.0. [skip-ci] ([49a2dee](https://github.com/mountain-pass/waychaser/commit/49a2dee))
|
|
1078
|
-
* upgraded cucumber to get retries and add report publishing ([02760f3](https://github.com/mountain-pass/waychaser/commit/02760f3))
|
|
1079
|
-
* Version bump to 1.51.0. [skip-ci] ([f261819](https://github.com/mountain-pass/waychaser/commit/f261819))
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
## 1.50.0 (2021-01-07)
|
|
1084
|
-
|
|
1085
|
-
* Bump humanize-duration from 3.24.0 to 3.25.1 ([a05d711](https://github.com/mountain-pass/waychaser/commit/a05d711))
|
|
1086
|
-
* Updated version in README.md to 1.50.0. [skip-ci] ([481b413](https://github.com/mountain-pass/waychaser/commit/481b413))
|
|
1087
|
-
* Version bump to 1.50.0. [skip-ci] ([120215a](https://github.com/mountain-pass/waychaser/commit/120215a))
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
## 1.49.0 (2021-01-07)
|
|
1092
|
-
|
|
1093
|
-
* Bump husky from 4.3.0 to 4.3.7 ([3818125](https://github.com/mountain-pass/waychaser/commit/3818125))
|
|
1094
|
-
* Updated version in README.md to 1.49.0. [skip-ci] ([43d971d](https://github.com/mountain-pass/waychaser/commit/43d971d))
|
|
1095
|
-
* Version bump to 1.49.0. [skip-ci] ([1c80b12](https://github.com/mountain-pass/waychaser/commit/1c80b12))
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
## 1.48.0 (2021-01-07)
|
|
1100
|
-
|
|
1101
|
-
* added hypermedia keyword ([0da0c7d](https://github.com/mountain-pass/waychaser/commit/0da0c7d))
|
|
1102
|
-
* added hypermedia-client keyword ([ecc0b4b](https://github.com/mountain-pass/waychaser/commit/ecc0b4b))
|
|
1103
|
-
* removing dependabot beta - will revert to old version ([db72f51](https://github.com/mountain-pass/waychaser/commit/db72f51))
|
|
1104
|
-
* Updated version in README.md to 1.48.0. [skip-ci] ([6e16f2a](https://github.com/mountain-pass/waychaser/commit/6e16f2a))
|
|
1105
|
-
* Version bump to 1.48.0. [skip-ci] ([f7843d3](https://github.com/mountain-pass/waychaser/commit/f7843d3))
|
|
1106
|
-
* Vulnerability fixes ([9e2130e](https://github.com/mountain-pass/waychaser/commit/9e2130e))
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
## 1.47.0 (2021-01-04)
|
|
1111
|
-
|
|
1112
|
-
* Bump eslint from 7.13.0 to 7.17.0 ([10fd156](https://github.com/mountain-pass/waychaser/commit/10fd156))
|
|
1113
|
-
* Updated version in README.md to 1.47.0. [skip-ci] ([327ce6b](https://github.com/mountain-pass/waychaser/commit/327ce6b))
|
|
1114
|
-
* Version bump to 1.47.0. [skip-ci] ([9f05992](https://github.com/mountain-pass/waychaser/commit/9f05992))
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
## 1.46.0 (2020-12-23)
|
|
1119
|
-
|
|
1120
|
-
* added path parameter tests ([8802a2c](https://github.com/mountain-pass/waychaser/commit/8802a2c))
|
|
1121
|
-
* Updated version in README.md to 1.46.0. [skip-ci] ([c512292](https://github.com/mountain-pass/waychaser/commit/c512292))
|
|
1122
|
-
* Version bump to 1.46.0. [skip-ci] ([c7a19df](https://github.com/mountain-pass/waychaser/commit/c7a19df))
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
## 1.45.0 (2020-12-22)
|
|
1127
|
-
|
|
1128
|
-
* added ability to call parameterised invocation ([f74457d](https://github.com/mountain-pass/waychaser/commit/f74457d))
|
|
1129
|
-
* Added another parameterised invocation test ([b4ffcf6](https://github.com/mountain-pass/waychaser/commit/b4ffcf6))
|
|
1130
|
-
* Added POST test ([055441a](https://github.com/mountain-pass/waychaser/commit/055441a))
|
|
1131
|
-
* Added support for DELETE links ([0944210](https://github.com/mountain-pass/waychaser/commit/0944210))
|
|
1132
|
-
* Added test for parameterised invocation with extra params ([a9892ff](https://github.com/mountain-pass/waychaser/commit/a9892ff))
|
|
1133
|
-
* added tests for parameterised DELETE, POST, PUT, PATCH ([1fba2e0](https://github.com/mountain-pass/waychaser/commit/1fba2e0))
|
|
1134
|
-
* Added tests for PUT and PATCH operations ([0beea40](https://github.com/mountain-pass/waychaser/commit/0beea40))
|
|
1135
|
-
* fixed audit issues ([72c3ee9](https://github.com/mountain-pass/waychaser/commit/72c3ee9))
|
|
1136
|
-
* fixed delete invocation ([a0f372c](https://github.com/mountain-pass/waychaser/commit/a0f372c))
|
|
1137
|
-
* fixing linting issues ([16e8a63](https://github.com/mountain-pass/waychaser/commit/16e8a63))
|
|
1138
|
-
* increased retries because of browserstack instability ([dd7ec48](https://github.com/mountain-pass/waychaser/commit/dd7ec48))
|
|
1139
|
-
* increased timeout for android ([a70c0bb](https://github.com/mountain-pass/waychaser/commit/a70c0bb))
|
|
1140
|
-
* Increased timeout for browser stack tests ([d62f7d5](https://github.com/mountain-pass/waychaser/commit/d62f7d5))
|
|
1141
|
-
* reduced browser testing concurrency to 3 ([5755683](https://github.com/mountain-pass/waychaser/commit/5755683))
|
|
1142
|
-
* tweaking job dependencies ([d381f62](https://github.com/mountain-pass/waychaser/commit/d381f62))
|
|
1143
|
-
* Updated version in README.md to 1.45.0. [skip-ci] ([197b76b](https://github.com/mountain-pass/waychaser/commit/197b76b))
|
|
1144
|
-
* Version bump to 1.45.0. [skip-ci] ([7117f5a](https://github.com/mountain-pass/waychaser/commit/7117f5a))
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
## 1.44.0 (2020-12-07)
|
|
1149
|
-
|
|
1150
|
-
* increased timeout (because Android can be slow) ([9cee8ef](https://github.com/mountain-pass/waychaser/commit/9cee8ef))
|
|
1151
|
-
* removed codeclimate reporting ([378c333](https://github.com/mountain-pass/waychaser/commit/378c333))
|
|
1152
|
-
* Updated version in README.md to 1.44.0. [skip-ci] ([2343a52](https://github.com/mountain-pass/waychaser/commit/2343a52))
|
|
1153
|
-
* Version bump to 1.44.0. [skip-ci] ([9ee0578](https://github.com/mountain-pass/waychaser/commit/9ee0578))
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
## 1.43.0 (2020-12-07)
|
|
1158
|
-
|
|
1159
|
-
* added test for multiple follows ([ae014e1](https://github.com/mountain-pass/waychaser/commit/ae014e1))
|
|
1160
|
-
* fix for IE ([cef7fba](https://github.com/mountain-pass/waychaser/commit/cef7fba))
|
|
1161
|
-
* Updated version in README.md to 1.43.0. [skip-ci] ([667e595](https://github.com/mountain-pass/waychaser/commit/667e595))
|
|
1162
|
-
* Version bump to 1.43.0. [skip-ci] ([31e3bc1](https://github.com/mountain-pass/waychaser/commit/31e3bc1))
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
## 1.42.0 (2020-12-06)
|
|
1167
|
-
|
|
1168
|
-
* Bump core-js from 3.7.0 to 3.8.1 ([d0ff46e](https://github.com/mountain-pass/waychaser/commit/d0ff46e))
|
|
1169
|
-
* Create Dependabot config file ([89c7888](https://github.com/mountain-pass/waychaser/commit/89c7888))
|
|
1170
|
-
* it shouldn't be linting/building in the test jobs ([8f44759](https://github.com/mountain-pass/waychaser/commit/8f44759))
|
|
1171
|
-
* tidy up ([89565d8](https://github.com/mountain-pass/waychaser/commit/89565d8))
|
|
1172
|
-
* Updated version in README.md to 1.41.0. [skip-ci] ([4fd20d6](https://github.com/mountain-pass/waychaser/commit/4fd20d6))
|
|
1173
|
-
* Updated version in README.md to 1.42.0. [skip-ci] ([af9e4ea](https://github.com/mountain-pass/waychaser/commit/af9e4ea))
|
|
1174
|
-
* Version bump to 1.41.0. [skip-ci] ([edddf16](https://github.com/mountain-pass/waychaser/commit/edddf16))
|
|
1175
|
-
* Version bump to 1.42.0. [skip-ci] ([db25e16](https://github.com/mountain-pass/waychaser/commit/db25e16))
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
## 1.40.0 (2020-12-04)
|
|
1180
|
-
|
|
1181
|
-
* clean before commit ([3af0f1f](https://github.com/mountain-pass/waychaser/commit/3af0f1f))
|
|
1182
|
-
* Fixed linting ([76da692](https://github.com/mountain-pass/waychaser/commit/76da692))
|
|
1183
|
-
* Updated version in README.md to 1.40.0. [skip-ci] ([ea81154](https://github.com/mountain-pass/waychaser/commit/ea81154))
|
|
1184
|
-
* Version bump to 1.40.0. [skip-ci] ([b597e4a](https://github.com/mountain-pass/waychaser/commit/b597e4a))
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
## 1.39.0 (2020-12-01)
|
|
1189
|
-
|
|
1190
|
-
* added tests for follow to different resource ([4e5e31f](https://github.com/mountain-pass/waychaser/commit/4e5e31f))
|
|
1191
|
-
* Bump eslint-plugin-jsdoc from 30.7.7 to 30.7.8 ([905fbb8](https://github.com/mountain-pass/waychaser/commit/905fbb8))
|
|
1192
|
-
* Bump moment-timezone from 0.5.31 to 0.5.32 ([18a84d4](https://github.com/mountain-pass/waychaser/commit/18a84d4))
|
|
1193
|
-
* removed some unused deps ([5208c90](https://github.com/mountain-pass/waychaser/commit/5208c90))
|
|
1194
|
-
* removed unused ([07abedd](https://github.com/mountain-pass/waychaser/commit/07abedd))
|
|
1195
|
-
* Updated version in README.md to 1.38.0. [skip-ci] ([854d210](https://github.com/mountain-pass/waychaser/commit/854d210))
|
|
1196
|
-
* Updated version in README.md to 1.39.0. [skip-ci] ([9224d1f](https://github.com/mountain-pass/waychaser/commit/9224d1f))
|
|
1197
|
-
* Version bump to 1.38.0. [skip-ci] ([2ab04a3](https://github.com/mountain-pass/waychaser/commit/2ab04a3))
|
|
1198
|
-
* Version bump to 1.39.0. [skip-ci] ([c45f56a](https://github.com/mountain-pass/waychaser/commit/c45f56a))
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
## 1.37.0 (2020-11-30)
|
|
1203
|
-
|
|
1204
|
-
* added example of invoking rel ([dccae8e](https://github.com/mountain-pass/waychaser/commit/dccae8e))
|
|
1205
|
-
* fixed duplication ([7aaa2f8](https://github.com/mountain-pass/waychaser/commit/7aaa2f8))
|
|
1206
|
-
* logging clean up ([4bd155d](https://github.com/mountain-pass/waychaser/commit/4bd155d))
|
|
1207
|
-
* refactoring operation names ([975d8e1](https://github.com/mountain-pass/waychaser/commit/975d8e1))
|
|
1208
|
-
* refactoring operation names ([773c688](https://github.com/mountain-pass/waychaser/commit/773c688))
|
|
1209
|
-
* Updated version in README.md to 1.37.0. [skip-ci] ([92f66be](https://github.com/mountain-pass/waychaser/commit/92f66be))
|
|
1210
|
-
* Version bump to 1.37.0. [skip-ci] ([46297a2](https://github.com/mountain-pass/waychaser/commit/46297a2))
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
## 1.36.0 (2020-11-29)
|
|
1215
|
-
|
|
1216
|
-
* added debug for publish version issues ([a5bd97c](https://github.com/mountain-pass/waychaser/commit/a5bd97c))
|
|
1217
|
-
* Added JS Docs ([3789ca4](https://github.com/mountain-pass/waychaser/commit/3789ca4))
|
|
1218
|
-
* Added json linting [skip-release] ([8bb92b8](https://github.com/mountain-pass/waychaser/commit/8bb92b8))
|
|
1219
|
-
* Added markdown linting [skip-release] ([dbacdaf](https://github.com/mountain-pass/waychaser/commit/dbacdaf))
|
|
1220
|
-
* Added npm tags ([9c8d0a0](https://github.com/mountain-pass/waychaser/commit/9c8d0a0))
|
|
1221
|
-
* added script for fixing sec issues ([30e75bc](https://github.com/mountain-pass/waychaser/commit/30e75bc))
|
|
1222
|
-
* Added snyk scanning ([a498e90](https://github.com/mountain-pass/waychaser/commit/a498e90))
|
|
1223
|
-
* adding duplicate detection ([fcef9bc](https://github.com/mountain-pass/waychaser/commit/fcef9bc))
|
|
1224
|
-
* coverage ([5d6bf4b](https://github.com/mountain-pass/waychaser/commit/5d6bf4b))
|
|
1225
|
-
* don't forget to kill the remote tunnel ([df34f1b](https://github.com/mountain-pass/waychaser/commit/df34f1b))
|
|
1226
|
-
* duplicates ([222a3cd](https://github.com/mountain-pass/waychaser/commit/222a3cd))
|
|
1227
|
-
* duplicates ([5f7df2a](https://github.com/mountain-pass/waychaser/commit/5f7df2a))
|
|
1228
|
-
* duplicates ([342771b](https://github.com/mountain-pass/waychaser/commit/342771b))
|
|
1229
|
-
* duplicates be gone! ([81c0af4](https://github.com/mountain-pass/waychaser/commit/81c0af4))
|
|
1230
|
-
* fail on upgradable only [skip-release] ([c0c6b63](https://github.com/mountain-pass/waychaser/commit/c0c6b63))
|
|
1231
|
-
* fixing linting issues ([de9023b](https://github.com/mountain-pass/waychaser/commit/de9023b))
|
|
1232
|
-
* fix for android ([7e05d16](https://github.com/mountain-pass/waychaser/commit/7e05d16))
|
|
1233
|
-
* fixed direc tests ([e795f3c](https://github.com/mountain-pass/waychaser/commit/e795f3c))
|
|
1234
|
-
* fixed linting problems ([66e4c8d](https://github.com/mountain-pass/waychaser/commit/66e4c8d))
|
|
1235
|
-
* fixed local coverage ([6c31007](https://github.com/mountain-pass/waychaser/commit/6c31007))
|
|
1236
|
-
* fixing CI ([d009200](https://github.com/mountain-pass/waychaser/commit/d009200))
|
|
1237
|
-
* fixing code coverage reporting from IE ([635e714](https://github.com/mountain-pass/waychaser/commit/635e714))
|
|
1238
|
-
* Got IE tests working again ([f595d84](https://github.com/mountain-pass/waychaser/commit/f595d84))
|
|
1239
|
-
* including dev dependencies in snyk scanning [skip-release] ([ce1c10b](https://github.com/mountain-pass/waychaser/commit/ce1c10b))
|
|
1240
|
-
* increasing timeout for android tests ([7f89c81](https://github.com/mountain-pass/waychaser/commit/7f89c81))
|
|
1241
|
-
* logging tidy up ([b6bf17a](https://github.com/mountain-pass/waychaser/commit/b6bf17a))
|
|
1242
|
-
* Mega commit ([87f7290](https://github.com/mountain-pass/waychaser/commit/87f7290))
|
|
1243
|
-
* Note on security scanning ([d8eea43](https://github.com/mountain-pass/waychaser/commit/d8eea43))
|
|
1244
|
-
* only fail on vulnerabilities that can be fixed ([092e84a](https://github.com/mountain-pass/waychaser/commit/092e84a))
|
|
1245
|
-
* refactoring for duplicates ([28b0c96](https://github.com/mountain-pass/waychaser/commit/28b0c96))
|
|
1246
|
-
* split browser stack runs to avoid exceeding queue ([a10ea18](https://github.com/mountain-pass/waychaser/commit/a10ea18))
|
|
1247
|
-
* split browser stack tunnel into separate class ([b64c33b](https://github.com/mountain-pass/waychaser/commit/b64c33b))
|
|
1248
|
-
* split test proxy and webdriver manager ([6f2c7f5](https://github.com/mountain-pass/waychaser/commit/6f2c7f5))
|
|
1249
|
-
* switched to JS Standard [skip-release] ([471461f](https://github.com/mountain-pass/waychaser/commit/471461f))
|
|
1250
|
-
* tidying up ([3dc58ba](https://github.com/mountain-pass/waychaser/commit/3dc58ba))
|
|
1251
|
-
* updated notes about umd ([bea2ca8](https://github.com/mountain-pass/waychaser/commit/bea2ca8))
|
|
1252
|
-
* Updated version in README.md to 1.36.0. [skip-ci] ([0b27981](https://github.com/mountain-pass/waychaser/commit/0b27981))
|
|
1253
|
-
* updating security scanning ([8f40c75](https://github.com/mountain-pass/waychaser/commit/8f40c75))
|
|
1254
|
-
* Version bump to 1.35.0. [skip-ci] ([c5fee13](https://github.com/mountain-pass/waychaser/commit/c5fee13))
|
|
1255
|
-
* Version bump to 1.36.0. [skip-ci] ([b3c76fa](https://github.com/mountain-pass/waychaser/commit/b3c76fa))
|
|
1256
|
-
* WIP security ([fcd6b9e](https://github.com/mountain-pass/waychaser/commit/fcd6b9e))
|
|
1257
|
-
* WIP security scanning ([c231a45](https://github.com/mountain-pass/waychaser/commit/c231a45))
|
|
1258
|
-
* working on duplicates ([208998d](https://github.com/mountain-pass/waychaser/commit/208998d))
|
|
1259
|
-
* working on duplicates ([2e580bb](https://github.com/mountain-pass/waychaser/commit/2e580bb))
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
## 1.34.0 (2020-11-10)
|
|
1264
|
-
|
|
1265
|
-
* Added npm audit check for vulnerabilities ([546d2a4](https://github.com/mountain-pass/waychaser/commit/546d2a4))
|
|
1266
|
-
* Updated version in README.md to 1.34.0. [skip-ci] ([5093fe8](https://github.com/mountain-pass/waychaser/commit/5093fe8))
|
|
1267
|
-
* Version bump to 1.34.0. [skip-ci] ([362fa9b](https://github.com/mountain-pass/waychaser/commit/362fa9b))
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
## 1.33.0 (2020-11-10)
|
|
1272
|
-
|
|
1273
|
-
* Added android tests ([c507263](https://github.com/mountain-pass/waychaser/commit/c507263))
|
|
1274
|
-
* Added browserstack links [skip-ci] ([5010491](https://github.com/mountain-pass/waychaser/commit/5010491))
|
|
1275
|
-
* added cover script for ios tests ([4aca6b2](https://github.com/mountain-pass/waychaser/commit/4aca6b2))
|
|
1276
|
-
* increased timeout and back-off for browser tests ([3eb455d](https://github.com/mountain-pass/waychaser/commit/3eb455d))
|
|
1277
|
-
* Updated version in README.md to 1.33.0. [skip-ci] ([8977d69](https://github.com/mountain-pass/waychaser/commit/8977d69))
|
|
1278
|
-
* Version bump to 1.33.0. [skip-ci] ([ea4921f](https://github.com/mountain-pass/waychaser/commit/ea4921f))
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
## 1.32.0 (2020-11-10)
|
|
1283
|
-
|
|
1284
|
-
* Added ios tests ([4858440](https://github.com/mountain-pass/waychaser/commit/4858440))
|
|
1285
|
-
* Updated version in README.md to 1.32.0. [skip-ci] ([ca2067d](https://github.com/mountain-pass/waychaser/commit/ca2067d))
|
|
1286
|
-
* Version bump to 1.32.0. [skip-ci] ([ecc26fd](https://github.com/mountain-pass/waychaser/commit/ecc26fd))
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
## 1.31.0 (2020-11-09)
|
|
1291
|
-
|
|
1292
|
-
* Bump depcheck from 1.3.0 to 1.3.1 ([9e83522](https://github.com/mountain-pass/waychaser/commit/9e83522))
|
|
1293
|
-
* Updated version in README.md to 1.31.0. [skip-ci] ([a5ea401](https://github.com/mountain-pass/waychaser/commit/a5ea401))
|
|
1294
|
-
* Version bump to 1.31.0. [skip-ci] ([5becd43](https://github.com/mountain-pass/waychaser/commit/5becd43))
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
## 1.30.0 (2020-11-09)
|
|
1299
|
-
|
|
1300
|
-
* added codeclimate duplication check [skip-release] ([504fe19](https://github.com/mountain-pass/waychaser/commit/504fe19))
|
|
1301
|
-
* added coverage check for local ([b8c401e](https://github.com/mountain-pass/waychaser/commit/b8c401e))
|
|
1302
|
-
* addeed CI retry logic for browserstack ([56d5e7a](https://github.com/mountain-pass/waychaser/commit/56d5e7a))
|
|
1303
|
-
* Bump depcheck from 1.2.0 to 1.3.0 ([ea0aaf5](https://github.com/mountain-pass/waychaser/commit/ea0aaf5))
|
|
1304
|
-
* fixing coverage ([9041f9d](https://github.com/mountain-pass/waychaser/commit/9041f9d))
|
|
1305
|
-
* removed saucy variables ([b065e02](https://github.com/mountain-pass/waychaser/commit/b065e02))
|
|
1306
|
-
* updated todo [skip-ci] ([6f409c9](https://github.com/mountain-pass/waychaser/commit/6f409c9))
|
|
1307
|
-
* Updated version in README.md to 1.29.0. [skip-ci] ([8872d07](https://github.com/mountain-pass/waychaser/commit/8872d07))
|
|
1308
|
-
* Updated version in README.md to 1.30.0. [skip-ci] ([d4cbecd](https://github.com/mountain-pass/waychaser/commit/d4cbecd))
|
|
1309
|
-
* Version bump to 1.29.0. [skip-ci] ([a227533](https://github.com/mountain-pass/waychaser/commit/a227533))
|
|
1310
|
-
* Version bump to 1.30.0. [skip-ci] ([c5041f8](https://github.com/mountain-pass/waychaser/commit/c5041f8))
|
|
1311
|
-
* wip coverage ([ec6d632](https://github.com/mountain-pass/waychaser/commit/ec6d632))
|
|
1312
|
-
* working on PRs from forks ([47cfc9f](https://github.com/mountain-pass/waychaser/commit/47cfc9f))
|
|
1313
|
-
* working on PRs from forks ([4152db1](https://github.com/mountain-pass/waychaser/commit/4152db1))
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
## 1.28.0 (2020-11-09)
|
|
1318
|
-
|
|
1319
|
-
* Adding local chrome test to pipeline ([52d9d48](https://github.com/mountain-pass/waychaser/commit/52d9d48))
|
|
1320
|
-
* increasing test setup timeouts ([dae0fa8](https://github.com/mountain-pass/waychaser/commit/dae0fa8))
|
|
1321
|
-
* Updated version in README.md to 1.28.0. [skip-ci] ([3fc4c16](https://github.com/mountain-pass/waychaser/commit/3fc4c16))
|
|
1322
|
-
* Version bump to 1.28.0. [skip-ci] ([3018388](https://github.com/mountain-pass/waychaser/commit/3018388))
|
|
1323
|
-
* wip coverage ([dbdd1e6](https://github.com/mountain-pass/waychaser/commit/dbdd1e6))
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
## 1.27.0 (2020-11-09)
|
|
1328
|
-
|
|
1329
|
-
* fixing CI config ([4e5c0bd](https://github.com/mountain-pass/waychaser/commit/4e5c0bd))
|
|
1330
|
-
* Updated version in README.md to 1.27.0. [skip-ci] ([7f1d7e6](https://github.com/mountain-pass/waychaser/commit/7f1d7e6))
|
|
1331
|
-
* Version bump to 1.27.0. [skip-ci] ([38ac577](https://github.com/mountain-pass/waychaser/commit/38ac577))
|
|
1332
|
-
* WIP logic to skip jobs when secrets are not set ([26ed78b](https://github.com/mountain-pass/waychaser/commit/26ed78b))
|
|
1333
|
-
* WIP skip jobs when missing secrets ([8d21d2f](https://github.com/mountain-pass/waychaser/commit/8d21d2f))
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
## 1.26.0 (2020-11-09)
|
|
1338
|
-
|
|
1339
|
-
* added more webdriver debug [skip-release] ([caab4de](https://github.com/mountain-pass/waychaser/commit/caab4de))
|
|
1340
|
-
* debugging how we detect fork ([40cb8bb](https://github.com/mountain-pass/waychaser/commit/40cb8bb))
|
|
1341
|
-
* does git hub actions automatically disable jobs ([4779c0c](https://github.com/mountain-pass/waychaser/commit/4779c0c))
|
|
1342
|
-
* fixed coverage checker/reporter [skip-release] ([f84c284](https://github.com/mountain-pass/waychaser/commit/f84c284))
|
|
1343
|
-
* fixed istanbul ignore [skip-release] ([28fbcf2](https://github.com/mountain-pass/waychaser/commit/28fbcf2))
|
|
1344
|
-
* fixing CI config parsing error ([8ec224c](https://github.com/mountain-pass/waychaser/commit/8ec224c))
|
|
1345
|
-
* fixing eslint version for code-climate [skip-release] ([8146f2c](https://github.com/mountain-pass/waychaser/commit/8146f2c))
|
|
1346
|
-
* more work on detecting forks ([4eb0378](https://github.com/mountain-pass/waychaser/commit/4eb0378))
|
|
1347
|
-
* removed godban.github.io links [skip-ci] ([b70077f](https://github.com/mountain-pass/waychaser/commit/b70077f))
|
|
1348
|
-
* removed unneeded global declaration [skip-release] ([6a494d8](https://github.com/mountain-pass/waychaser/commit/6a494d8))
|
|
1349
|
-
* Updated version in README.md to 1.26.0. [skip-ci] ([1e5314a](https://github.com/mountain-pass/waychaser/commit/1e5314a))
|
|
1350
|
-
* uploading test reports [skip-release] ([cba856f](https://github.com/mountain-pass/waychaser/commit/cba856f))
|
|
1351
|
-
* Version bump to 1.26.0. [skip-ci] ([ee20a89](https://github.com/mountain-pass/waychaser/commit/ee20a89))
|
|
1352
|
-
* WIP coverage upload [skip-release] ([e9106ed](https://github.com/mountain-pass/waychaser/commit/e9106ed))
|
|
1353
|
-
* WIP coverage uploading [skip-release] ([b663a97](https://github.com/mountain-pass/waychaser/commit/b663a97))
|
|
1354
|
-
* working on fork PR support ([bfbb149](https://github.com/mountain-pass/waychaser/commit/bfbb149))
|
|
1355
|
-
* working on PR from fork support ([838b945](https://github.com/mountain-pass/waychaser/commit/838b945))
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
## 1.25.0 (2020-11-09)
|
|
1360
|
-
|
|
1361
|
-
* don't start tunnel if already started ([0735bff](https://github.com/mountain-pass/waychaser/commit/0735bff))
|
|
1362
|
-
* Initial codeclimate config [skip-release] ([a0385e6](https://github.com/mountain-pass/waychaser/commit/a0385e6))
|
|
1363
|
-
* Updated version in README.md to 1.25.0. [skip-ci] ([1f0360d](https://github.com/mountain-pass/waychaser/commit/1f0360d))
|
|
1364
|
-
* Version bump to 1.25.0. [skip-ci] ([16e56c1](https://github.com/mountain-pass/waychaser/commit/16e56c1))
|
|
1365
|
-
* WIP coverage uploading [skip-release] ([daea64d](https://github.com/mountain-pass/waychaser/commit/daea64d))
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
## 1.24.0 (2020-11-09)
|
|
1370
|
-
|
|
1371
|
-
* added job for reporting coverage to codeclimate ([20c5865](https://github.com/mountain-pass/waychaser/commit/20c5865))
|
|
1372
|
-
* Updated version in README.md to 1.24.0. [skip-ci] ([4f4990b](https://github.com/mountain-pass/waychaser/commit/4f4990b))
|
|
1373
|
-
* Version bump to 1.24.0. [skip-ci] ([0d03ce4](https://github.com/mountain-pass/waychaser/commit/0d03ce4))
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
## 1.23.0 (2020-11-09)
|
|
1378
|
-
|
|
1379
|
-
* Added automatic update of version in README ([5fba6b1](https://github.com/mountain-pass/waychaser/commit/5fba6b1))
|
|
1380
|
-
* Added badges ([f4f2dc4](https://github.com/mountain-pass/waychaser/commit/f4f2dc4))
|
|
1381
|
-
* Added browserstack badge [skip-ci] ([d2dd6ae](https://github.com/mountain-pass/waychaser/commit/d2dd6ae))
|
|
1382
|
-
* Added code of conduct [skip-ci] ([c12cc5e](https://github.com/mountain-pass/waychaser/commit/c12cc5e))
|
|
1383
|
-
* added information about commit tags [skip-ci] ([f5a11ef](https://github.com/mountain-pass/waychaser/commit/f5a11ef))
|
|
1384
|
-
* added turnstyle CI action ([2a305ef](https://github.com/mountain-pass/waychaser/commit/2a305ef))
|
|
1385
|
-
* Adding option to skip release [skip-release] ([cd07ca1](https://github.com/mountain-pass/waychaser/commit/cd07ca1))
|
|
1386
|
-
* Bump @babel/node from 7.12.1 to 7.12.6 ([9b8a29b](https://github.com/mountain-pass/waychaser/commit/9b8a29b))
|
|
1387
|
-
* Bump @babel/node from 7.12.1 to 7.12.6 ([27da762](https://github.com/mountain-pass/waychaser/commit/27da762))
|
|
1388
|
-
* Bump @babel/preset-react from 7.12.1 to 7.12.5 ([28545b6](https://github.com/mountain-pass/waychaser/commit/28545b6))
|
|
1389
|
-
* Bump @babel/runtime from 7.12.1 to 7.12.5 ([cb5c5a7](https://github.com/mountain-pass/waychaser/commit/cb5c5a7))
|
|
1390
|
-
* Fixed linting errors ([a4db7f8](https://github.com/mountain-pass/waychaser/commit/a4db7f8))
|
|
1391
|
-
* fixed skip-ci [skip-ci] ([72cb599](https://github.com/mountain-pass/waychaser/commit/72cb599))
|
|
1392
|
-
* fixed typo [skip-ci] ([bb97fc3](https://github.com/mountain-pass/waychaser/commit/bb97fc3))
|
|
1393
|
-
* fixing CI config [skip-release] ([f88a2e4](https://github.com/mountain-pass/waychaser/commit/f88a2e4))
|
|
1394
|
-
* fixing publish ([b5b9406](https://github.com/mountain-pass/waychaser/commit/b5b9406))
|
|
1395
|
-
* More todo [skip-ci] ([eaabe40](https://github.com/mountain-pass/waychaser/commit/eaabe40))
|
|
1396
|
-
* moved development guidelines out of readme [skip-ci] ([d67f64e](https://github.com/mountain-pass/waychaser/commit/d67f64e))
|
|
1397
|
-
* Updated version in README.md to 1.23.0. [skip-ci] ([105ce60](https://github.com/mountain-pass/waychaser/commit/105ce60))
|
|
1398
|
-
* Version bump to 1.22.0. [skip ci] ([a457941](https://github.com/mountain-pass/waychaser/commit/a457941))
|
|
1399
|
-
* Version bump to 1.23.0. [skip-ci] ([1c7e78b](https://github.com/mountain-pass/waychaser/commit/1c7e78b))
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
## 1.21.0 (2020-11-08)
|
|
1404
|
-
|
|
1405
|
-
* added missing await on sending test results ([d35cd50](https://github.com/mountain-pass/waychaser/commit/d35cd50))
|
|
1406
|
-
* trying to fix BS tunnel again ([b390259](https://github.com/mountain-pass/waychaser/commit/b390259))
|
|
1407
|
-
* tweaking CI ([96e1d34](https://github.com/mountain-pass/waychaser/commit/96e1d34))
|
|
1408
|
-
* Version bump to 1.21.0. [skip ci] ([ddafabc](https://github.com/mountain-pass/waychaser/commit/ddafabc))
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
## 1.20.0 (2020-11-08)
|
|
1413
|
-
|
|
1414
|
-
* switched to browserstack ([36b8590](https://github.com/mountain-pass/waychaser/commit/36b8590))
|
|
1415
|
-
* Bump eslint from 7.12.1 to 7.13.0 ([94a626d](https://github.com/mountain-pass/waychaser/commit/94a626d))
|
|
1416
|
-
* Bump saucelabs from 4.5.1 to 4.5.2 ([85f0319](https://github.com/mountain-pass/waychaser/commit/85f0319))
|
|
1417
|
-
* Bump webpack-cli from 4.1.0 to 4.2.0 ([a923b89](https://github.com/mountain-pass/waychaser/commit/a923b89))
|
|
1418
|
-
* debugging browserstack tests ([e27eb03](https://github.com/mountain-pass/waychaser/commit/e27eb03))
|
|
1419
|
-
* fixing build ([98d1875](https://github.com/mountain-pass/waychaser/commit/98d1875))
|
|
1420
|
-
* fixing build ([3e64654](https://github.com/mountain-pass/waychaser/commit/3e64654))
|
|
1421
|
-
* refactored and simplified browser testing framework ([159ab8f](https://github.com/mountain-pass/waychaser/commit/159ab8f))
|
|
1422
|
-
* refactored pipeline ([8045e71](https://github.com/mountain-pass/waychaser/commit/8045e71))
|
|
1423
|
-
* trying to fix tunnel ([940131c](https://github.com/mountain-pass/waychaser/commit/940131c))
|
|
1424
|
-
* trying to get tunnel working on CI ([0f2468c](https://github.com/mountain-pass/waychaser/commit/0f2468c))
|
|
1425
|
-
* Version bump to 1.17.0. [skip ci] ([63d2d79](https://github.com/mountain-pass/waychaser/commit/63d2d79))
|
|
1426
|
-
* Version bump to 1.18.0. [skip ci] ([a666565](https://github.com/mountain-pass/waychaser/commit/a666565))
|
|
1427
|
-
* Version bump to 1.19.0. [skip ci] ([2ccf82c](https://github.com/mountain-pass/waychaser/commit/2ccf82c))
|
|
1428
|
-
* Version bump to 1.20.0. [skip ci] ([3c07f42](https://github.com/mountain-pass/waychaser/commit/3c07f42))
|
|
1429
|
-
* WIP fixing build ([cee599d](https://github.com/mountain-pass/waychaser/commit/cee599d))
|
|
1430
|
-
* WIP fixing build ([69317f2](https://github.com/mountain-pass/waychaser/commit/69317f2))
|
|
1431
|
-
* WIP fixing build ([148f9c4](https://github.com/mountain-pass/waychaser/commit/148f9c4))
|
|
1432
|
-
* WIP IE issues ([973ffe0](https://github.com/mountain-pass/waychaser/commit/973ffe0))
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
## 1.16.0 (2020-11-03)
|
|
1437
|
-
|
|
1438
|
-
* Added Edge browser testing ([b40f708](https://github.com/mountain-pass/waychaser/commit/b40f708))
|
|
1439
|
-
* Version bump to 1.16.0. [skip ci] ([1a3aeaf](https://github.com/mountain-pass/waychaser/commit/1a3aeaf))
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
## 1.15.0 (2020-11-02)
|
|
1444
|
-
|
|
1445
|
-
* ignore publishing errors for now ([079109b](https://github.com/mountain-pass/waychaser/commit/079109b))
|
|
1446
|
-
* Version bump to 1.15.0. [skip ci] ([1d7a604](https://github.com/mountain-pass/waychaser/commit/1d7a604))
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
## 1.14.0 (2020-11-02)
|
|
1451
|
-
|
|
1452
|
-
* removed redundant nyc config ([88b548c](https://github.com/mountain-pass/waychaser/commit/88b548c))
|
|
1453
|
-
* tidying up nyc config ([d4e8564](https://github.com/mountain-pass/waychaser/commit/d4e8564))
|
|
1454
|
-
* trying out report publishing ([23e2e44](https://github.com/mountain-pass/waychaser/commit/23e2e44))
|
|
1455
|
-
* Updated TODO [skip ci] ([63aad89](https://github.com/mountain-pass/waychaser/commit/63aad89))
|
|
1456
|
-
* Version bump to 1.14.0. [skip ci] ([2917f10](https://github.com/mountain-pass/waychaser/commit/2917f10))
|
|
1457
|
-
* CI: improved caching ([4c90848](https://github.com/mountain-pass/waychaser/commit/4c90848))
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
## 1.13.0 (2020-11-02)
|
|
1462
|
-
|
|
1463
|
-
* CI: working on dynamic browser matrix ([90de8eb](https://github.com/mountain-pass/waychaser/commit/90de8eb))
|
|
1464
|
-
* CI: working on dynamic browser matrix ([3a8dfee](https://github.com/mountain-pass/waychaser/commit/3a8dfee))
|
|
1465
|
-
* CI: working on dynamic browser matrix ([db1a218](https://github.com/mountain-pass/waychaser/commit/db1a218))
|
|
1466
|
-
* CI: working on dynamic browser matrix ([3a79ebc](https://github.com/mountain-pass/waychaser/commit/3a79ebc))
|
|
1467
|
-
* CI: working on dynamic browser matrix ([f70833b](https://github.com/mountain-pass/waychaser/commit/f70833b))
|
|
1468
|
-
* CI: working on dynamic browser matrix ([f9fe92e](https://github.com/mountain-pass/waychaser/commit/f9fe92e))
|
|
1469
|
-
* CI: working on dynamic browser matrix ([1475266](https://github.com/mountain-pass/waychaser/commit/1475266))
|
|
1470
|
-
* CI: working on dynamic browser matrix ([674bbe5](https://github.com/mountain-pass/waychaser/commit/674bbe5))
|
|
1471
|
-
* updating lock file when bumping version [skip ci] ([9b3a539](https://github.com/mountain-pass/waychaser/commit/9b3a539))
|
|
1472
|
-
* Version bump to 1.12.0. [skip ci] ([edadfbe](https://github.com/mountain-pass/waychaser/commit/edadfbe))
|
|
1473
|
-
* Version bump to 1.13.0. [skip ci] ([682fcbe](https://github.com/mountain-pass/waychaser/commit/682fcbe))
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
## 1.11.0 (2020-11-02)
|
|
1478
|
-
|
|
1479
|
-
* added CI dependency caching ([f50dd64](https://github.com/mountain-pass/waychaser/commit/f50dd64))
|
|
1480
|
-
* Version bump to 1.11.0. [skip ci] ([dea405c](https://github.com/mountain-pass/waychaser/commit/dea405c))
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
## 1.10.0 (2020-11-02)
|
|
1485
|
-
|
|
1486
|
-
* fixing build ([4597bd3](https://github.com/mountain-pass/waychaser/commit/4597bd3))
|
|
1487
|
-
* fixing CI ([92c7b67](https://github.com/mountain-pass/waychaser/commit/92c7b67))
|
|
1488
|
-
* fixing CI ([7567149](https://github.com/mountain-pass/waychaser/commit/7567149))
|
|
1489
|
-
* fixing CI ([72775ef](https://github.com/mountain-pass/waychaser/commit/72775ef))
|
|
1490
|
-
* fixing CI ([fce8b1b](https://github.com/mountain-pass/waychaser/commit/fce8b1b))
|
|
1491
|
-
* fixing CI ([41ef06d](https://github.com/mountain-pass/waychaser/commit/41ef06d))
|
|
1492
|
-
* fixing job dependencies ([a267bd8](https://github.com/mountain-pass/waychaser/commit/a267bd8))
|
|
1493
|
-
* Implementing better testing matrices ([02ff768](https://github.com/mountain-pass/waychaser/commit/02ff768))
|
|
1494
|
-
* Version bump to 1.10.0. [skip ci] ([a599e9c](https://github.com/mountain-pass/waychaser/commit/a599e9c))
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
## 1.9.0 (2020-11-01)
|
|
1499
|
-
|
|
1500
|
-
* Added node version to saucy tags ([bb6a463](https://github.com/mountain-pass/waychaser/commit/bb6a463))
|
|
1501
|
-
* Fixed safari execution on saucy ([3d56fcf](https://github.com/mountain-pass/waychaser/commit/3d56fcf))
|
|
1502
|
-
* Version bump to 1.9.0. [skip ci] ([6ccde56](https://github.com/mountain-pass/waychaser/commit/6ccde56))
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
## 1.8.0 (2020-11-01)
|
|
1507
|
-
|
|
1508
|
-
* Added safari tests ([21623e5](https://github.com/mountain-pass/waychaser/commit/21623e5))
|
|
1509
|
-
* Bump lint-staged from 10.5.0 to 10.5.1 ([2e2c47d](https://github.com/mountain-pass/waychaser/commit/2e2c47d))
|
|
1510
|
-
* Bump url-polyfill from 1.1.11 to 1.1.12 ([b76efe5](https://github.com/mountain-pass/waychaser/commit/b76efe5))
|
|
1511
|
-
* ignore local safari for CI coverage ([ee7a8c0](https://github.com/mountain-pass/waychaser/commit/ee7a8c0))
|
|
1512
|
-
* Ignore safari local coverage when using saucy ([abcf308](https://github.com/mountain-pass/waychaser/commit/abcf308))
|
|
1513
|
-
* Version bump to 1.6.0. [skip ci] ([2f3880e](https://github.com/mountain-pass/waychaser/commit/2f3880e))
|
|
1514
|
-
* Version bump to 1.7.0. [skip ci] ([de5279b](https://github.com/mountain-pass/waychaser/commit/de5279b))
|
|
1515
|
-
* Version bump to 1.8.0. [skip ci] ([cc6af68](https://github.com/mountain-pass/waychaser/commit/cc6af68))
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
## 1.5.0 (2020-10-30)
|
|
1520
|
-
|
|
1521
|
-
* refactoring scripts ([1ed1680](https://github.com/mountain-pass/waychaser/commit/1ed1680))
|
|
1522
|
-
* Version bump to 1.5.0. [skip ci] ([d02ef94](https://github.com/mountain-pass/waychaser/commit/d02ef94))
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
## 1.4.0 (2020-10-30)
|
|
1527
|
-
|
|
1528
|
-
* Added workflow status badge [skip ci] ([201853b](https://github.com/mountain-pass/waychaser/commit/201853b))
|
|
1529
|
-
* fixing publish ([2d48677](https://github.com/mountain-pass/waychaser/commit/2d48677))
|
|
1530
|
-
* unpkg support and browser instructions ([7be7d12](https://github.com/mountain-pass/waychaser/commit/7be7d12))
|
|
1531
|
-
* Version bump to 1.4.0. [skip ci] ([a71a92d](https://github.com/mountain-pass/waychaser/commit/a71a92d))
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
## 1.3.0 (2020-10-29)
|
|
1536
|
-
|
|
1537
|
-
* added firefox testing ([dd29201](https://github.com/mountain-pass/waychaser/commit/dd29201))
|
|
1538
|
-
* Added istanbul linting ([d93892e](https://github.com/mountain-pass/waychaser/commit/d93892e))
|
|
1539
|
-
* Added saucelabs status matrix badge [skip ci] ([2f10e7f](https://github.com/mountain-pass/waychaser/commit/2f10e7f))
|
|
1540
|
-
* Browser testing via saucelabs on CI ([b24f02c](https://github.com/mountain-pass/waychaser/commit/b24f02c))
|
|
1541
|
-
* Bump clean-webpack-plugin from 1.0.1 to 3.0.0 ([3542b34](https://github.com/mountain-pass/waychaser/commit/3542b34))
|
|
1542
|
-
* Bump concurrently from 4.1.2 to 5.3.0 ([e38cec2](https://github.com/mountain-pass/waychaser/commit/e38cec2))
|
|
1543
|
-
* Bump depcheck from 0.9.2 to 1.2.0 ([7d6bf9a](https://github.com/mountain-pass/waychaser/commit/7d6bf9a))
|
|
1544
|
-
* Bump eslint from 7.11.0 to 7.12.1 ([3396720](https://github.com/mountain-pass/waychaser/commit/3396720))
|
|
1545
|
-
* Bump eslint-config-prettier from 6.14.0 to 6.15.0 ([f124200](https://github.com/mountain-pass/waychaser/commit/f124200))
|
|
1546
|
-
* Bump html-webpack-plugin from 3.2.0 to 4.5.0 ([d9df6bb](https://github.com/mountain-pass/waychaser/commit/d9df6bb))
|
|
1547
|
-
* Bump lint-staged from 10.4.2 to 10.5.0 ([fe4c5ab](https://github.com/mountain-pass/waychaser/commit/fe4c5ab))
|
|
1548
|
-
* Bump webpack-cli from 3.3.12 to 4.1.0 ([296f33d](https://github.com/mountain-pass/waychaser/commit/296f33d))
|
|
1549
|
-
* changing default shell to bash ([276f224](https://github.com/mountain-pass/waychaser/commit/276f224))
|
|
1550
|
-
* changing default shell to bash ([91b0574](https://github.com/mountain-pass/waychaser/commit/91b0574))
|
|
1551
|
-
* conditional builds [skip ci] ([eaed209](https://github.com/mountain-pass/waychaser/commit/eaed209))
|
|
1552
|
-
* fixes for webpack upgrade ([7e5ff24](https://github.com/mountain-pass/waychaser/commit/7e5ff24))
|
|
1553
|
-
* fixing istanbul ignore ([cd93798](https://github.com/mountain-pass/waychaser/commit/cd93798))
|
|
1554
|
-
* fixing saucy tunnel ID ([36fef83](https://github.com/mountain-pass/waychaser/commit/36fef83))
|
|
1555
|
-
* fixing tunnel ID for saucy ([2d854c7](https://github.com/mountain-pass/waychaser/commit/2d854c7))
|
|
1556
|
-
* fixing webpack upgrade ([403be68](https://github.com/mountain-pass/waychaser/commit/403be68))
|
|
1557
|
-
* Ignore local run parameters from code coverage ([271fdd6](https://github.com/mountain-pass/waychaser/commit/271fdd6))
|
|
1558
|
-
* updated TODO [skip ci] ([3446475](https://github.com/mountain-pass/waychaser/commit/3446475))
|
|
1559
|
-
* updating todo [skip ci] ([e46928e](https://github.com/mountain-pass/waychaser/commit/e46928e))
|
|
1560
|
-
* Version bump to 1.1.0. [skip ci] ([40cc3ad](https://github.com/mountain-pass/waychaser/commit/40cc3ad))
|
|
1561
|
-
* Version bump to 1.2.0. [skip ci] ([ac47536](https://github.com/mountain-pass/waychaser/commit/ac47536))
|
|
1562
|
-
* Version bump to 1.3.0. [skip ci] ([86a099c](https://github.com/mountain-pass/waychaser/commit/86a099c))
|
|
1563
|
-
* WIP conditional builds [skip ci] ([c76d9a6](https://github.com/mountain-pass/waychaser/commit/c76d9a6))
|
|
1564
|
-
* working on CI ([c640668](https://github.com/mountain-pass/waychaser/commit/c640668))
|
|
1565
|
-
* working on CI ([c6024c5](https://github.com/mountain-pass/waychaser/commit/c6024c5))
|
|
1566
|
-
* working on CI ([c6b95c3](https://github.com/mountain-pass/waychaser/commit/c6b95c3))
|
|
1567
|
-
* working on CI ([adc128c](https://github.com/mountain-pass/waychaser/commit/adc128c))
|
|
1568
|
-
* working on CI ([fce5e86](https://github.com/mountain-pass/waychaser/commit/fce5e86))
|
|
1569
|
-
* working on CI ([910689d](https://github.com/mountain-pass/waychaser/commit/910689d))
|
|
1570
|
-
* CI: removed artifact upload because the server is flaky ([59397aa](https://github.com/mountain-pass/waychaser/commit/59397aa))
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
## <small>1.0.1 (2020-10-27)</small>
|
|
1575
|
-
|
|
1576
|
-
* fixing upload ([04c5eae](https://github.com/mountain-pass/waychaser/commit/04c5eae))
|
|
1577
|
-
* fixing version bump ([59b260a](https://github.com/mountain-pass/waychaser/commit/59b260a))
|
|
1578
|
-
* Version bump to 1.0.1. [skip ci] ([82fbc11](https://github.com/mountain-pass/waychaser/commit/82fbc11))
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
## 1.0.0 (2020-10-27)
|
|
1583
|
-
|
|
1584
|
-
* added todo list ([ac1ea82](https://github.com/mountain-pass/waychaser/commit/ac1ea82))
|
|
1585
|
-
* Adding CI ([1512de3](https://github.com/mountain-pass/waychaser/commit/1512de3))
|
|
1586
|
-
* Adding publishing ([d72b411](https://github.com/mountain-pass/waychaser/commit/d72b411))
|
|
1587
|
-
* fixing CI ([f8a8682](https://github.com/mountain-pass/waychaser/commit/f8a8682))
|
|
1588
|
-
* fixing CI ([5ba25c1](https://github.com/mountain-pass/waychaser/commit/5ba25c1))
|
|
1589
|
-
* Fixing CI ([7bb3f04](https://github.com/mountain-pass/waychaser/commit/7bb3f04))
|
|
1590
|
-
* fixing publish ([9f392a7](https://github.com/mountain-pass/waychaser/commit/9f392a7))
|
|
1591
|
-
* fixing publishing ([190e4b6](https://github.com/mountain-pass/waychaser/commit/190e4b6))
|
|
1592
|
-
* Initial commit ([b466a2a](https://github.com/mountain-pass/waychaser/commit/b466a2a))
|
|
1593
|
-
* Update build.yml ([3029916](https://github.com/mountain-pass/waychaser/commit/3029916))
|
|
1594
|
-
* Update build.yml ([8660367](https://github.com/mountain-pass/waychaser/commit/8660367))
|
|
1595
|
-
* Update build.yml ([3bef4e5](https://github.com/mountain-pass/waychaser/commit/3bef4e5))
|
|
1596
|
-
* WIP CI ([ec54801](https://github.com/mountain-pass/waychaser/commit/ec54801))
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|