@mountainpass/waycharter 2.0.4 → 2.0.6
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/action.d.ts +3 -3
- package/dist/collections/build-first-link.js +1 -2
- package/dist/collections/build-first-link.js.map +1 -1
- package/dist/collections/build-next-link.js +1 -2
- package/dist/collections/build-next-link.js.map +1 -1
- package/dist/collections/build-previous-link.js +1 -2
- package/dist/collections/build-previous-link.js.map +1 -1
- package/dist/collections/built-item-links.js +1 -2
- package/dist/collections/built-item-links.js.map +1 -1
- package/dist/handler.d.ts +6 -7
- package/dist/link.d.ts +2 -2
- package/dist/method.d.ts +5 -5
- package/dist/method.js +2 -3
- package/dist/method.js.map +1 -1
- package/dist/to-links.d.ts +1 -1
- package/dist/to-links.js +1 -2
- package/dist/to-links.js.map +1 -1
- package/dist/util/array-to-lower-case.js +1 -2
- package/dist/util/array-to-lower-case.js.map +1 -1
- package/dist/util/check-page.d.ts +1 -1
- package/dist/util/check-page.js +1 -2
- package/dist/util/check-page.js.map +1 -1
- package/dist/util/convert-resource-links.js +1 -2
- package/dist/util/convert-resource-links.js.map +1 -1
- package/dist/util/extract-path-parameters.js +6 -4
- package/dist/util/extract-path-parameters.js.map +1 -1
- package/dist/util/filter-headers.d.ts +0 -1
- package/dist/util/filter-headers.js +1 -2
- package/dist/util/filter-headers.js.map +1 -1
- package/dist/util/filter-parameters.js +2 -3
- package/dist/util/filter-parameters.js.map +1 -1
- package/dist/util/method-can-have-body.js +1 -2
- package/dist/util/method-can-have-body.js.map +1 -1
- package/dist/util/method-is-cacheable.js +1 -2
- package/dist/util/method-is-cacheable.js.map +1 -1
- package/dist/util/router-to-rfc6570.js +1 -2
- package/dist/util/router-to-rfc6570.js.map +1 -1
- package/dist/util/unique.js +1 -2
- package/dist/util/unique.js.map +1 -1
- package/dist/waycharter.d.ts +9 -9
- package/dist/waycharter.js +51 -54
- package/dist/waycharter.js.map +1 -1
- package/package.json +65 -77
- package/CHANGELOG.md +0 -354
package/CHANGELOG.md
DELETED
|
@@ -1,354 +0,0 @@
|
|
|
1
|
-
## <small>2.0.4 (2022-08-18)</small>
|
|
2
|
-
|
|
3
|
-
* fix(collections): fixed cardinality of page ([6bacd74](https://github.com/mountain-pass/waycharter/commit/6bacd74))
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
## <small>2.0.3 (2022-08-18)</small>
|
|
8
|
-
|
|
9
|
-
* test(collections): removed no longer relevant test ([38d937b](https://github.com/mountain-pass/waycharter/commit/38d937b))
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
## <small>2.0.2 (2022-08-04)</small>
|
|
14
|
-
|
|
15
|
-
* fix(collections): fixing nextPage links ([b34587a](https://github.com/mountain-pass/waycharter/commit/b34587a))
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
## <small>2.0.1 (2022-08-03)</small>
|
|
20
|
-
|
|
21
|
-
* feat(collections): added support for non-numberic paging ([7ecead9](https://github.com/mountain-pass/waycharter/commit/7ecead9))
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
## 2.0.0 (2022-06-23)
|
|
26
|
-
|
|
27
|
-
* build(lint): fixing linting issues ([0053c11](https://github.com/mountain-pass/waycharter/commit/0053c11))
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
## <small>1.0.76 (2021-12-16)</small>
|
|
32
|
-
|
|
33
|
-
* fix(collections): fixed first, next, prev links for templated collections ([3ed681a](https://github.com/mountain-pass/waycharter/commit/3ed681a))
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
## <small>1.0.75 (2021-12-13)</small>
|
|
38
|
-
|
|
39
|
-
* feat(collections): item endpoints can now be used when registering collections ([15fa46d](https://github.com/mountain-pass/waycharter/commit/15fa46d))
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
## <small>1.0.74 (2021-11-17)</small>
|
|
44
|
-
|
|
45
|
-
* Merge pull request #357 from mountain-pass/dependabot/npm_and_yarn/snyk-1.763.0 ([ea63657](https://github.com/mountain-pass/waycharter/commit/ea63657)), closes [#357](https://github.com/mountain-pass/waycharter/issues/357)
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
## <small>1.0.73 (2021-11-16)</small>
|
|
50
|
-
|
|
51
|
-
* Merge pull request #344 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-jsdoc-37.0.3 ([65a78d0](https://github.com/mountain-pass/waycharter/commit/65a78d0)), closes [#344](https://github.com/mountain-pass/waycharter/issues/344)
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
## <small>1.0.72 (2021-11-15)</small>
|
|
56
|
-
|
|
57
|
-
* Merge pull request #322 from mountain-pass/dependabot/npm_and_yarn/prettier-2.4.1 ([f202372](https://github.com/mountain-pass/waycharter/commit/f202372)), closes [#322](https://github.com/mountain-pass/waycharter/issues/322)
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
## <small>1.0.71 (2021-11-15)</small>
|
|
62
|
-
|
|
63
|
-
* Merge pull request #267 from mountain-pass/dependabot/npm_and_yarn/cucumber/cucumber-7.3.1 ([c17912a](https://github.com/mountain-pass/waycharter/commit/c17912a)), closes [#267](https://github.com/mountain-pass/waycharter/issues/267)
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
## <small>1.0.70 (2021-11-15)</small>
|
|
68
|
-
|
|
69
|
-
* chore(deps): updating jsonpointer to 5.0.0 ([38ff21f](https://github.com/mountain-pass/waycharter/commit/38ff21f))
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
## <small>1.0.69 (2021-09-23)</small>
|
|
74
|
-
|
|
75
|
-
* fix(paths): fixed defect in path template parameters starting with an uppercase or digit ([075e534](https://github.com/mountain-pass/waycharter/commit/075e534))
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
## <small>1.0.68 (2021-06-15)</small>
|
|
80
|
-
|
|
81
|
-
* chore(deps): updating dependabot ([2414c5e](https://github.com/mountain-pass/waycharter/commit/2414c5e))
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
## <small>1.0.67 (2021-06-15)</small>
|
|
86
|
-
|
|
87
|
-
* refactor(deps): removed unsed dependencies ([0f8a363](https://github.com/mountain-pass/waycharter/commit/0f8a363))
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
## <small>1.0.66 (2021-06-14)</small>
|
|
92
|
-
|
|
93
|
-
* Merge pull request #226 from mountain-pass/dependabot/npm_and_yarn/babel/runtime-7.14.6 ([bba5a54](https://github.com/mountain-pass/waycharter/commit/bba5a54)), closes [#226](https://github.com/mountain-pass/waycharter/issues/226)
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
## <small>1.0.65 (2021-06-14)</small>
|
|
98
|
-
|
|
99
|
-
* Merge pull request #225 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-jsdoc-35.2.0 ([3796ff1](https://github.com/mountain-pass/waycharter/commit/3796ff1)), closes [#225](https://github.com/mountain-pass/waycharter/issues/225)
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
## <small>1.0.64 (2021-06-13)</small>
|
|
104
|
-
|
|
105
|
-
* Merge pull request #223 from mountain-pass/dependabot/npm_and_yarn/glob-parent-5.1.2 ([368395f](https://github.com/mountain-pass/waycharter/commit/368395f)), closes [#223](https://github.com/mountain-pass/waycharter/issues/223)
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
## <small>1.0.63 (2021-06-10)</small>
|
|
110
|
-
|
|
111
|
-
* Merge pull request #222 from mountain-pass/dependabot/npm_and_yarn/babel/plugin-proposal-class-prope ([17daa46](https://github.com/mountain-pass/waycharter/commit/17daa46)), closes [#222](https://github.com/mountain-pass/waycharter/issues/222)
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
## <small>1.0.62 (2021-06-09)</small>
|
|
116
|
-
|
|
117
|
-
* Merge pull request #211 from mountain-pass/dependabot/npm_and_yarn/snyk-1.624.0 ([4d35fa7](https://github.com/mountain-pass/waycharter/commit/4d35fa7)), closes [#211](https://github.com/mountain-pass/waycharter/issues/211)
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
## <small>1.0.61 (2021-06-09)</small>
|
|
122
|
-
|
|
123
|
-
* refactor(test): removed code duplication ([ed86cb9](https://github.com/mountain-pass/waycharter/commit/ed86cb9))
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
## <small>1.0.60 (2021-06-08)</small>
|
|
128
|
-
|
|
129
|
-
* Merge pull request #210 from mountain-pass/dependabot/npm_and_yarn/snyk-1.623.0 ([59736bc](https://github.com/mountain-pass/waycharter/commit/59736bc)), closes [#210](https://github.com/mountain-pass/waycharter/issues/210)
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
## <small>1.0.59 (2021-06-08)</small>
|
|
134
|
-
|
|
135
|
-
* feat(collection): added support for returning headers in collections ([3a91649](https://github.com/mountain-pass/waycharter/commit/3a91649))
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
## <small>1.0.58 (2021-06-07)</small>
|
|
140
|
-
|
|
141
|
-
* Merge pull request #205 from mountain-pass/dependabot/npm_and_yarn/snyk-1.622.0 ([06b3c80](https://github.com/mountain-pass/waycharter/commit/06b3c80)), closes [#205](https://github.com/mountain-pass/waycharter/issues/205)
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
## <small>1.0.57 (2021-06-07)</small>
|
|
146
|
-
|
|
147
|
-
* Merge pull request #208 from mountain-pass/dependabot/npm_and_yarn/mountainpass/waychaser-3.0.43 ([e318d8b](https://github.com/mountain-pass/waycharter/commit/e318d8b)), closes [#208](https://github.com/mountain-pass/waycharter/issues/208)
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
## <small>1.0.56 (2021-06-02)</small>
|
|
152
|
-
|
|
153
|
-
* Merge pull request #199 from mountain-pass/dependabot/npm_and_yarn/snyk-1.621.0 ([956bf3b](https://github.com/mountain-pass/waycharter/commit/956bf3b)), closes [#199](https://github.com/mountain-pass/waycharter/issues/199)
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
## <small>1.0.55 (2021-06-01)</small>
|
|
158
|
-
|
|
159
|
-
* Merge pull request #198 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-jsdoc-35.1.2 ([fa6e4a1](https://github.com/mountain-pass/waycharter/commit/fa6e4a1)), closes [#198](https://github.com/mountain-pass/waycharter/issues/198)
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
## <small>1.0.53 (2021-05-31)</small>
|
|
164
|
-
|
|
165
|
-
* Merge pull request #195 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-import-2.23.4 ([b5a1845](https://github.com/mountain-pass/waycharter/commit/b5a1845)), closes [#195](https://github.com/mountain-pass/waycharter/issues/195)
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
## <small>1.0.51 (2021-05-31)</small>
|
|
170
|
-
|
|
171
|
-
* fix: fixed test coverage ([0dd0f37](https://github.com/mountain-pass/waycharter/commit/0dd0f37))
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
## <small>1.0.50 (2021-05-30)</small>
|
|
176
|
-
|
|
177
|
-
* Merge pull request #50 from mountain-pass/dependabot/npm_and_yarn/chai-4.3.4 ([ac746e6](https://github.com/mountain-pass/waycharter/commit/ac746e6)), closes [#50](https://github.com/mountain-pass/waycharter/issues/50)
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
## <small>1.0.49 (2021-05-30)</small>
|
|
182
|
-
|
|
183
|
-
* Merge pull request #182 from mountain-pass/dependabot/npm_and_yarn/core-js-3.13.1 ([08c8cf7](https://github.com/mountain-pass/waycharter/commit/08c8cf7)), closes [#182](https://github.com/mountain-pass/waycharter/issues/182)
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
## <small>1.0.47 (2021-05-28)</small>
|
|
188
|
-
|
|
189
|
-
* refactor(collection): refactored code for item and canonical links ([ef40dd5](https://github.com/mountain-pass/waycharter/commit/ef40dd5))
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
## <small>1.0.46 (2021-05-28)</small>
|
|
194
|
-
|
|
195
|
-
* feat(collection): out of bounds error response ([721bf0f](https://github.com/mountain-pass/waycharter/commit/721bf0f))
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
## <small>1.0.45 (2021-05-28)</small>
|
|
200
|
-
|
|
201
|
-
* fix(test): added missing test case ([93d5358](https://github.com/mountain-pass/waycharter/commit/93d5358))
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
## <small>1.0.44 (2021-05-05)</small>
|
|
206
|
-
|
|
207
|
-
* Merge pull request #137 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-jsdoc-33.1.0 ([61753bf](https://github.com/mountain-pass/waycharter/commit/61753bf)), closes [#137](https://github.com/mountain-pass/waycharter/issues/137)
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
## <small>1.0.43 (2021-05-04)</small>
|
|
212
|
-
|
|
213
|
-
* Merge pull request #136 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-json-3.0.0 ([715ac20](https://github.com/mountain-pass/waycharter/commit/715ac20)), closes [#136](https://github.com/mountain-pass/waycharter/issues/136)
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
## <small>1.0.42 (2021-05-04)</small>
|
|
218
|
-
|
|
219
|
-
* Merge pull request #134 from mountain-pass/dependabot/npm_and_yarn/snyk-1.582.0 ([a78cd14](https://github.com/mountain-pass/waycharter/commit/a78cd14)), closes [#134](https://github.com/mountain-pass/waycharter/issues/134)
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
## <small>1.0.41 (2021-05-04)</small>
|
|
224
|
-
|
|
225
|
-
* feat(collections): Added `registerStaticCollection` convenience method ([05614f4](https://github.com/mountain-pass/waycharter/commit/05614f4))
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
## <small>1.0.39 (2021-05-02)</small>
|
|
230
|
-
|
|
231
|
-
* Merge pull request #128 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-jsdoc-33.0.0 ([e960bfc](https://github.com/mountain-pass/waycharter/commit/e960bfc)), closes [#128](https://github.com/mountain-pass/waycharter/issues/128)
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
## <small>1.0.38 (2021-05-02)</small>
|
|
236
|
-
|
|
237
|
-
* Merge pull request #127 from mountain-pass/dependabot/npm_and_yarn/snyk-1.575.0 ([2d17d97](https://github.com/mountain-pass/waycharter/commit/2d17d97)), closes [#127](https://github.com/mountain-pass/waycharter/issues/127)
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
## <small>1.0.37 (2021-04-29)</small>
|
|
242
|
-
|
|
243
|
-
* Merge pull request #126 from mountain-pass/dependabot/npm_and_yarn/babel/plugin-transform-modules-co ([777b231](https://github.com/mountain-pass/waycharter/commit/777b231)), closes [#126](https://github.com/mountain-pass/waycharter/issues/126)
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
## <small>1.0.36 (2021-04-29)</small>
|
|
248
|
-
|
|
249
|
-
* Merge pull request #125 from mountain-pass/dependabot/npm_and_yarn/babel/core-7.14.0 ([f677ea0](https://github.com/mountain-pass/waycharter/commit/f677ea0)), closes [#125](https://github.com/mountain-pass/waycharter/issues/125)
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
## <small>1.0.35 (2021-04-29)</small>
|
|
254
|
-
|
|
255
|
-
* Merge pull request #122 from mountain-pass/dependabot/npm_and_yarn/babel/runtime-7.14.0 ([c58887a](https://github.com/mountain-pass/waycharter/commit/c58887a)), closes [#122](https://github.com/mountain-pass/waycharter/issues/122)
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
## <small>1.0.34 (2021-04-28)</small>
|
|
260
|
-
|
|
261
|
-
* Merge pull request #120 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-jsdoc-32.3.3 ([9fb0885](https://github.com/mountain-pass/waycharter/commit/9fb0885)), closes [#120](https://github.com/mountain-pass/waycharter/issues/120)
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
## <small>1.0.33 (2021-04-28)</small>
|
|
266
|
-
|
|
267
|
-
* Merge pull request #118 from mountain-pass/dependabot/npm_and_yarn/snyk-1.571.0 ([dd29fa2](https://github.com/mountain-pass/waycharter/commit/dd29fa2)), closes [#118](https://github.com/mountain-pass/waycharter/issues/118)
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
## <small>1.0.32 (2021-04-28)</small>
|
|
272
|
-
|
|
273
|
-
* Merge pull request #116 from mountain-pass/dependabot/npm_and_yarn/snyk-1.566.0 ([95cc392](https://github.com/mountain-pass/waycharter/commit/95cc392)), closes [#116](https://github.com/mountain-pass/waycharter/issues/116)
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
## <small>1.0.31 (2021-04-25)</small>
|
|
278
|
-
|
|
279
|
-
* Merge pull request #112 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-jsdoc-32.3.1 ([8b82b8a](https://github.com/mountain-pass/waycharter/commit/8b82b8a)), closes [#112](https://github.com/mountain-pass/waycharter/issues/112)
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
## <small>1.0.30 (2021-04-25)</small>
|
|
284
|
-
|
|
285
|
-
* Merge pull request #111 from mountain-pass/dependabot/npm_and_yarn/eslint-plugin-markdown-2.1.0 ([b5350e9](https://github.com/mountain-pass/waycharter/commit/b5350e9)), closes [#111](https://github.com/mountain-pass/waycharter/issues/111)
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
## <small>1.0.29 (2021-04-25)</small>
|
|
290
|
-
|
|
291
|
-
* feat(errors): added ability to set status codes ([d86fe86](https://github.com/mountain-pass/waycharter/commit/d86fe86))
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
## <small>1.0.28 (2021-04-24)</small>
|
|
296
|
-
|
|
297
|
-
* feat(errors): added basic error handling in loaders ([c0800d4](https://github.com/mountain-pass/waycharter/commit/c0800d4))
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
## <small>1.0.27 (2021-04-24)</small>
|
|
302
|
-
|
|
303
|
-
* feat(headers): added support for using request headers ([72cc907](https://github.com/mountain-pass/waycharter/commit/72cc907))
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
## <small>1.0.25 (2021-04-22)</small>
|
|
308
|
-
|
|
309
|
-
* Merge pull request #98 from mountain-pass/dependabot/npm_and_yarn/babel/cli-7.13.16 ([5784c91](https://github.com/mountain-pass/waycharter/commit/5784c91)), closes [#98](https://github.com/mountain-pass/waycharter/issues/98)
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
## <small>1.0.24 (2021-04-22)</small>
|
|
314
|
-
|
|
315
|
-
* Merge pull request #97 from mountain-pass/dependabot/npm_and_yarn/babel/register-7.13.16 ([c220124](https://github.com/mountain-pass/waycharter/commit/c220124)), closes [#97](https://github.com/mountain-pass/waycharter/issues/97)
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
## <small>1.0.23 (2021-04-22)</small>
|
|
320
|
-
|
|
321
|
-
* Merge pull request #95 from mountain-pass/dependabot/npm_and_yarn/core-js-3.10.2 ([a733fd1](https://github.com/mountain-pass/waycharter/commit/a733fd1)), closes [#95](https://github.com/mountain-pass/waycharter/issues/95)
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
## <small>1.0.22 (2021-04-15)</small>
|
|
326
|
-
|
|
327
|
-
* docs(readme): fixed ToC ([c3328c0](https://github.com/mountain-pass/waycharter/commit/c3328c0))
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
## <small>1.0.21 (2021-04-15)</small>
|
|
332
|
-
|
|
333
|
-
* fix(coverage): fixed test coverage ([136d724](https://github.com/mountain-pass/waycharter/commit/136d724))
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
## <small>1.0.20 (2021-04-06)</small>
|
|
338
|
-
|
|
339
|
-
* Merge pull request #71 from mountain-pass/dependabot/npm_and_yarn/snyk-1.526.0 ([0ab1840](https://github.com/mountain-pass/waycharter/commit/0ab1840)), closes [#71](https://github.com/mountain-pass/waycharter/issues/71)
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
## <small>1.0.19 (2021-03-04)</small>
|
|
344
|
-
|
|
345
|
-
* fix(vulnerability): fixed vulnerability in dev dependency ([e7d50b0](https://github.com/mountain-pass/waycharter/commit/e7d50b0))
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
## <small>1.0.18 (2021-02-28)</small>
|
|
350
|
-
|
|
351
|
-
* fix(coverage): fixed test coverage issue ([c8ad405](https://github.com/mountain-pass/waycharter/commit/c8ad405))
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|