1 | # Changelog
|
---|
2 |
|
---|
3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
---|
4 |
|
---|
5 | ### [2.7.1](https://github.com/webpack/schema-utils/compare/v2.7.0...v2.7.1) (2020-08-31)
|
---|
6 |
|
---|
7 |
|
---|
8 | ### Bug Fixes
|
---|
9 |
|
---|
10 | * remove esModuleInterop from tsconfig ([#110](https://github.com/webpack/schema-utils/issues/110)) ([#111](https://github.com/webpack/schema-utils/issues/111)) ([2f40154](https://github.com/webpack/schema-utils/commit/2f40154b91e45b393258ae9dd8f10cc3b8590b7d))
|
---|
11 |
|
---|
12 | ## [2.7.0](https://github.com/webpack/schema-utils/compare/v2.6.6...v2.7.0) (2020-05-29)
|
---|
13 |
|
---|
14 |
|
---|
15 | ### Features
|
---|
16 |
|
---|
17 | * improve hints ([a36e535](https://github.com/webpack/schema-utils/commit/a36e535faca1b01e27c3bfa3c8bee9227c3f836c))
|
---|
18 | * smart not case ([#101](https://github.com/webpack/schema-utils/issues/101)) ([698d8b0](https://github.com/webpack/schema-utils/commit/698d8b05462d86aadb217e25a45c7b953a79a52e))
|
---|
19 |
|
---|
20 |
|
---|
21 | ### Bug Fixes
|
---|
22 |
|
---|
23 | * move @types/json-schema from devDependencies to dependencies ([#97](https://github.com/webpack/schema-utils/issues/97)) ([#98](https://github.com/webpack/schema-utils/issues/98)) ([945e67d](https://github.com/webpack/schema-utils/commit/945e67db5e19baf7ec7df72813b0739dd56f950d))
|
---|
24 |
|
---|
25 | ### [2.6.6](https://github.com/webpack/schema-utils/compare/v2.6.5...v2.6.6) (2020-04-17)
|
---|
26 |
|
---|
27 |
|
---|
28 | ### Bug Fixes
|
---|
29 |
|
---|
30 | * improve perf
|
---|
31 |
|
---|
32 | ### [2.6.5](https://github.com/webpack/schema-utils/compare/v2.6.4...v2.6.5) (2020-03-11)
|
---|
33 |
|
---|
34 |
|
---|
35 | ### Bug Fixes
|
---|
36 |
|
---|
37 | * correct dots at end of sentence ([7284beb](https://github.com/webpack/schema-utils/commit/7284bebe00cd570f1bef2c15951a07b9794038e6))
|
---|
38 |
|
---|
39 | ### [2.6.4](https://github.com/webpack/schema-utils/compare/v2.6.3...v2.6.4) (2020-01-17)
|
---|
40 |
|
---|
41 |
|
---|
42 | ### Bug Fixes
|
---|
43 |
|
---|
44 | * change `initialised` to `initialized` ([#87](https://github.com/webpack/schema-utils/issues/87)) ([70f12d3](https://github.com/webpack/schema-utils/commit/70f12d33a8eaa27249bc9c1a27f886724cf91ea7))
|
---|
45 |
|
---|
46 | ### [2.6.3](https://github.com/webpack/schema-utils/compare/v2.6.2...v2.6.3) (2020-01-17)
|
---|
47 |
|
---|
48 |
|
---|
49 | ### Bug Fixes
|
---|
50 |
|
---|
51 | * prefer the `baseDataPath` option from arguments ([#86](https://github.com/webpack/schema-utils/issues/86)) ([e236859](https://github.com/webpack/schema-utils/commit/e236859e85b28e35e1294f86fc1ff596a5031cea))
|
---|
52 |
|
---|
53 | ### [2.6.2](https://github.com/webpack/schema-utils/compare/v2.6.1...v2.6.2) (2020-01-14)
|
---|
54 |
|
---|
55 |
|
---|
56 | ### Bug Fixes
|
---|
57 |
|
---|
58 | * better handle Windows absolute paths ([#85](https://github.com/webpack/schema-utils/issues/85)) ([1fa2930](https://github.com/webpack/schema-utils/commit/1fa2930a161e907b9fc53a7233d605910afdb883))
|
---|
59 |
|
---|
60 | ### [2.6.1](https://github.com/webpack/schema-utils/compare/v2.6.0...v2.6.1) (2019-11-28)
|
---|
61 |
|
---|
62 |
|
---|
63 | ### Bug Fixes
|
---|
64 |
|
---|
65 | * typescript declarations ([#84](https://github.com/webpack/schema-utils/issues/84)) ([89d55a9](https://github.com/webpack/schema-utils/commit/89d55a9a8edfa6a8ac8b112f226bb3154e260319))
|
---|
66 |
|
---|
67 | ## [2.6.0](https://github.com/webpack/schema-utils/compare/v2.5.0...v2.6.0) (2019-11-27)
|
---|
68 |
|
---|
69 |
|
---|
70 | ### Features
|
---|
71 |
|
---|
72 | * support configuration via title ([#81](https://github.com/webpack/schema-utils/issues/81)) ([afddc10](https://github.com/webpack/schema-utils/commit/afddc109f6891cd37a9f1835d50862d119a072bf))
|
---|
73 |
|
---|
74 |
|
---|
75 | ### Bug Fixes
|
---|
76 |
|
---|
77 | * typescript definitions ([#70](https://github.com/webpack/schema-utils/issues/70)) ([f38158d](https://github.com/webpack/schema-utils/commit/f38158d6d040e2c701622778ae8122fb26a4f990))
|
---|
78 |
|
---|
79 | ## [2.5.0](https://github.com/webpack/schema-utils/compare/v2.4.1...v2.5.0) (2019-10-15)
|
---|
80 |
|
---|
81 |
|
---|
82 | ### Bug Fixes
|
---|
83 |
|
---|
84 | * rework format for maxLength, minLength ([#67](https://github.com/webpack/schema-utils/issues/67)) ([0d12259](https://github.com/webpack/schema-utils/commit/0d12259))
|
---|
85 | * support all cases with one number in range ([#64](https://github.com/webpack/schema-utils/issues/64)) ([7fc8069](https://github.com/webpack/schema-utils/commit/7fc8069))
|
---|
86 | * typescript definition and export naming ([#69](https://github.com/webpack/schema-utils/issues/69)) ([a435b79](https://github.com/webpack/schema-utils/commit/a435b79))
|
---|
87 |
|
---|
88 |
|
---|
89 | ### Features
|
---|
90 |
|
---|
91 | * "smart" numbers range ([62fb107](https://github.com/webpack/schema-utils/commit/62fb107))
|
---|
92 |
|
---|
93 | ### [2.4.1](https://github.com/webpack/schema-utils/compare/v2.4.0...v2.4.1) (2019-09-27)
|
---|
94 |
|
---|
95 |
|
---|
96 | ### Bug Fixes
|
---|
97 |
|
---|
98 | * publish definitions ([#58](https://github.com/webpack/schema-utils/issues/58)) ([1885faa](https://github.com/webpack/schema-utils/commit/1885faa))
|
---|
99 |
|
---|
100 | ## [2.4.0](https://github.com/webpack/schema-utils/compare/v2.3.0...v2.4.0) (2019-09-26)
|
---|
101 |
|
---|
102 |
|
---|
103 | ### Features
|
---|
104 |
|
---|
105 | * better errors when the `type` keyword doesn't exist ([0988be2](https://github.com/webpack/schema-utils/commit/0988be2))
|
---|
106 | * support $data reference ([#56](https://github.com/webpack/schema-utils/issues/56)) ([d2f11d6](https://github.com/webpack/schema-utils/commit/d2f11d6))
|
---|
107 | * types definitions ([#52](https://github.com/webpack/schema-utils/issues/52)) ([facb431](https://github.com/webpack/schema-utils/commit/facb431))
|
---|
108 |
|
---|
109 | ## [2.3.0](https://github.com/webpack/schema-utils/compare/v2.2.0...v2.3.0) (2019-09-26)
|
---|
110 |
|
---|
111 |
|
---|
112 | ### Features
|
---|
113 |
|
---|
114 | * support `not` keyword ([#53](https://github.com/webpack/schema-utils/issues/53)) ([765f458](https://github.com/webpack/schema-utils/commit/765f458))
|
---|
115 |
|
---|
116 | ## [2.2.0](https://github.com/webpack/schema-utils/compare/v2.1.0...v2.2.0) (2019-09-02)
|
---|
117 |
|
---|
118 |
|
---|
119 | ### Features
|
---|
120 |
|
---|
121 | * better error output for `oneOf` and `anyOf` ([#48](https://github.com/webpack/schema-utils/issues/48)) ([#50](https://github.com/webpack/schema-utils/issues/50)) ([332242f](https://github.com/webpack/schema-utils/commit/332242f))
|
---|
122 |
|
---|
123 | ## [2.1.0](https://github.com/webpack-contrib/schema-utils/compare/v2.0.1...v2.1.0) (2019-08-07)
|
---|
124 |
|
---|
125 |
|
---|
126 | ### Bug Fixes
|
---|
127 |
|
---|
128 | * throw error on sparse arrays ([#47](https://github.com/webpack-contrib/schema-utils/issues/47)) ([b85ac38](https://github.com/webpack-contrib/schema-utils/commit/b85ac38))
|
---|
129 |
|
---|
130 |
|
---|
131 | ### Features
|
---|
132 |
|
---|
133 | * export `ValidateError` ([#46](https://github.com/webpack-contrib/schema-utils/issues/46)) ([ff781d7](https://github.com/webpack-contrib/schema-utils/commit/ff781d7))
|
---|
134 |
|
---|
135 |
|
---|
136 |
|
---|
137 | ### [2.0.1](https://github.com/webpack-contrib/schema-utils/compare/v2.0.0...v2.0.1) (2019-07-18)
|
---|
138 |
|
---|
139 |
|
---|
140 | ### Bug Fixes
|
---|
141 |
|
---|
142 | * error message for empty object ([#44](https://github.com/webpack-contrib/schema-utils/issues/44)) ([0b4b4a2](https://github.com/webpack-contrib/schema-utils/commit/0b4b4a2))
|
---|
143 |
|
---|
144 |
|
---|
145 |
|
---|
146 | ### [2.0.0](https://github.com/webpack-contrib/schema-utils/compare/v1.0.0...v2.0.0) (2019-07-17)
|
---|
147 |
|
---|
148 |
|
---|
149 | ### BREAKING CHANGES
|
---|
150 |
|
---|
151 | * drop support for Node.js < 8.9.0
|
---|
152 | * drop support `errorMessage`, please use `description` for links.
|
---|
153 | * api was changed, please look documentation.
|
---|
154 | * error messages was fully rewritten.
|
---|
155 |
|
---|
156 |
|
---|
157 | <a name="1.0.0"></a>
|
---|
158 | # [1.0.0](https://github.com/webpack-contrib/schema-utils/compare/v0.4.7...v1.0.0) (2018-08-07)
|
---|
159 |
|
---|
160 |
|
---|
161 | ### Features
|
---|
162 |
|
---|
163 | * **src:** add support for custom error messages ([#33](https://github.com/webpack-contrib/schema-utils/issues/33)) ([1cbe4ef](https://github.com/webpack-contrib/schema-utils/commit/1cbe4ef))
|
---|
164 |
|
---|
165 |
|
---|
166 |
|
---|
167 | <a name="0.4.7"></a>
|
---|
168 | ## [0.4.7](https://github.com/webpack-contrib/schema-utils/compare/v0.4.6...v0.4.7) (2018-08-07)
|
---|
169 |
|
---|
170 |
|
---|
171 | ### Bug Fixes
|
---|
172 |
|
---|
173 | * **src:** `node >= v4.0.0` support ([#32](https://github.com/webpack-contrib/schema-utils/issues/32)) ([cb13dd4](https://github.com/webpack-contrib/schema-utils/commit/cb13dd4))
|
---|
174 |
|
---|
175 |
|
---|
176 |
|
---|
177 | <a name="0.4.6"></a>
|
---|
178 | ## [0.4.6](https://github.com/webpack-contrib/schema-utils/compare/v0.4.5...v0.4.6) (2018-08-06)
|
---|
179 |
|
---|
180 |
|
---|
181 | ### Bug Fixes
|
---|
182 |
|
---|
183 | * **package:** remove lockfile ([#28](https://github.com/webpack-contrib/schema-utils/issues/28)) ([69f1a81](https://github.com/webpack-contrib/schema-utils/commit/69f1a81))
|
---|
184 | * **package:** remove unnecessary `webpack` dependency ([#26](https://github.com/webpack-contrib/schema-utils/issues/26)) ([532eaa5](https://github.com/webpack-contrib/schema-utils/commit/532eaa5))
|
---|
185 |
|
---|
186 |
|
---|
187 |
|
---|
188 | <a name="0.4.5"></a>
|
---|
189 | ## [0.4.5](https://github.com/webpack-contrib/schema-utils/compare/v0.4.4...v0.4.5) (2018-02-13)
|
---|
190 |
|
---|
191 |
|
---|
192 | ### Bug Fixes
|
---|
193 |
|
---|
194 | * **CHANGELOG:** update broken links ([4483b9f](https://github.com/webpack-contrib/schema-utils/commit/4483b9f))
|
---|
195 | * **package:** update broken links ([f2494ba](https://github.com/webpack-contrib/schema-utils/commit/f2494ba))
|
---|
196 |
|
---|
197 |
|
---|
198 |
|
---|
199 | <a name="0.4.4"></a>
|
---|
200 | ## [0.4.4](https://github.com/webpack-contrib/schema-utils/compare/v0.4.3...v0.4.4) (2018-02-13)
|
---|
201 |
|
---|
202 |
|
---|
203 | ### Bug Fixes
|
---|
204 |
|
---|
205 | * **package:** update `dependencies` ([#22](https://github.com/webpack-contrib/schema-utils/issues/22)) ([3aecac6](https://github.com/webpack-contrib/schema-utils/commit/3aecac6))
|
---|
206 |
|
---|
207 |
|
---|
208 |
|
---|
209 | <a name="0.4.3"></a>
|
---|
210 | ## [0.4.3](https://github.com/webpack-contrib/schema-utils/compare/v0.4.2...v0.4.3) (2017-12-14)
|
---|
211 |
|
---|
212 |
|
---|
213 | ### Bug Fixes
|
---|
214 |
|
---|
215 | * **validateOptions:** throw `err` instead of `process.exit(1)` ([#17](https://github.com/webpack-contrib/schema-utils/issues/17)) ([c595eda](https://github.com/webpack-contrib/schema-utils/commit/c595eda))
|
---|
216 | * **ValidationError:** never return `this` in the ctor ([#16](https://github.com/webpack-contrib/schema-utils/issues/16)) ([c723791](https://github.com/webpack-contrib/schema-utils/commit/c723791))
|
---|
217 |
|
---|
218 |
|
---|
219 |
|
---|
220 | <a name="0.4.2"></a>
|
---|
221 | ## [0.4.2](https://github.com/webpack-contrib/schema-utils/compare/v0.4.1...v0.4.2) (2017-11-09)
|
---|
222 |
|
---|
223 |
|
---|
224 | ### Bug Fixes
|
---|
225 |
|
---|
226 | * **validateOptions:** catch `ValidationError` and handle it internally ([#15](https://github.com/webpack-contrib/schema-utils/issues/15)) ([9c5ef5e](https://github.com/webpack-contrib/schema-utils/commit/9c5ef5e))
|
---|
227 |
|
---|
228 |
|
---|
229 |
|
---|
230 | <a name="0.4.1"></a>
|
---|
231 | ## [0.4.1](https://github.com/webpack-contrib/schema-utils/compare/v0.4.0...v0.4.1) (2017-11-03)
|
---|
232 |
|
---|
233 |
|
---|
234 | ### Bug Fixes
|
---|
235 |
|
---|
236 | * **ValidationError:** use `Error.captureStackTrace` for `err.stack` handling ([#14](https://github.com/webpack-contrib/schema-utils/issues/14)) ([a6fb974](https://github.com/webpack-contrib/schema-utils/commit/a6fb974))
|
---|
237 |
|
---|
238 |
|
---|
239 |
|
---|
240 | <a name="0.4.0"></a>
|
---|
241 | # [0.4.0](https://github.com/webpack-contrib/schema-utils/compare/v0.3.0...v0.4.0) (2017-10-28)
|
---|
242 |
|
---|
243 |
|
---|
244 | ### Features
|
---|
245 |
|
---|
246 | * add support for `typeof`, `instanceof` (`{Function\|RegExp}`) ([#10](https://github.com/webpack-contrib/schema-utils/issues/10)) ([9f01816](https://github.com/webpack-contrib/schema-utils/commit/9f01816))
|
---|
247 |
|
---|
248 |
|
---|
249 |
|
---|
250 | <a name="0.3.0"></a>
|
---|
251 | # [0.3.0](https://github.com/webpack-contrib/schema-utils/compare/v0.2.1...v0.3.0) (2017-04-29)
|
---|
252 |
|
---|
253 |
|
---|
254 | ### Features
|
---|
255 |
|
---|
256 | * add ValidationError ([#8](https://github.com/webpack-contrib/schema-utils/issues/8)) ([d48f0fb](https://github.com/webpack-contrib/schema-utils/commit/d48f0fb))
|
---|
257 |
|
---|
258 |
|
---|
259 |
|
---|
260 | <a name="0.2.1"></a>
|
---|
261 | ## [0.2.1](https://github.com/webpack-contrib/schema-utils/compare/v0.2.0...v0.2.1) (2017-03-13)
|
---|
262 |
|
---|
263 |
|
---|
264 | ### Bug Fixes
|
---|
265 |
|
---|
266 | * Include .babelrc to `files` ([28f0363](https://github.com/webpack-contrib/schema-utils/commit/28f0363))
|
---|
267 | * Include source to `files` ([43b0f2f](https://github.com/webpack-contrib/schema-utils/commit/43b0f2f))
|
---|
268 |
|
---|
269 |
|
---|
270 |
|
---|
271 | <a name="0.2.0"></a>
|
---|
272 | # [0.2.0](https://github.com/webpack-contrib/schema-utils/compare/v0.1.0...v0.2.0) (2017-03-12)
|
---|
273 |
|
---|
274 | <a name="0.1.0"></a>
|
---|
275 | # 0.1.0 (2017-03-07)
|
---|
276 |
|
---|
277 |
|
---|
278 | ### Features
|
---|
279 |
|
---|
280 | * **validations:** add validateOptions module ([ae9b47b](https://github.com/webpack-contrib/schema-utils/commit/ae9b47b))
|
---|
281 |
|
---|
282 |
|
---|
283 |
|
---|
284 | # Change Log
|
---|
285 |
|
---|
286 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
---|