1
|
# Change Log
|
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
|
<a name="1.0.0"></a>
|
6
|
# [1.0.0](https://github.com/webpack-contrib/schema-utils/compare/v0.4.7...v1.0.0) (2018-08-07)
|
7
|
|
8
|
|
9
|
### Features
|
10
|
|
11
|
* **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))
|
12
|
|
13
|
|
14
|
|
15
|
<a name="0.4.7"></a>
|
16
|
## [0.4.7](https://github.com/webpack-contrib/schema-utils/compare/v0.4.6...v0.4.7) (2018-08-07)
|
17
|
|
18
|
|
19
|
### Bug Fixes
|
20
|
|
21
|
* **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))
|
22
|
|
23
|
|
24
|
|
25
|
<a name="0.4.6"></a>
|
26
|
## [0.4.6](https://github.com/webpack-contrib/schema-utils/compare/v0.4.5...v0.4.6) (2018-08-06)
|
27
|
|
28
|
|
29
|
### Bug Fixes
|
30
|
|
31
|
* **package:** remove lockfile ([#28](https://github.com/webpack-contrib/schema-utils/issues/28)) ([69f1a81](https://github.com/webpack-contrib/schema-utils/commit/69f1a81))
|
32
|
* **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))
|
33
|
|
34
|
|
35
|
|
36
|
<a name="0.4.5"></a>
|
37
|
## [0.4.5](https://github.com/webpack-contrib/schema-utils/compare/v0.4.4...v0.4.5) (2018-02-13)
|
38
|
|
39
|
|
40
|
### Bug Fixes
|
41
|
|
42
|
* **CHANGELOG:** update broken links ([4483b9f](https://github.com/webpack-contrib/schema-utils/commit/4483b9f))
|
43
|
* **package:** update broken links ([f2494ba](https://github.com/webpack-contrib/schema-utils/commit/f2494ba))
|
44
|
|
45
|
|
46
|
|
47
|
<a name="0.4.4"></a>
|
48
|
## [0.4.4](https://github.com/webpack-contrib/schema-utils/compare/v0.4.3...v0.4.4) (2018-02-13)
|
49
|
|
50
|
|
51
|
### Bug Fixes
|
52
|
|
53
|
* **package:** update `dependencies` ([#22](https://github.com/webpack-contrib/schema-utils/issues/22)) ([3aecac6](https://github.com/webpack-contrib/schema-utils/commit/3aecac6))
|
54
|
|
55
|
|
56
|
|
57
|
<a name="0.4.3"></a>
|
58
|
## [0.4.3](https://github.com/webpack-contrib/schema-utils/compare/v0.4.2...v0.4.3) (2017-12-14)
|
59
|
|
60
|
|
61
|
### Bug Fixes
|
62
|
|
63
|
* **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))
|
64
|
* **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))
|
65
|
|
66
|
|
67
|
|
68
|
<a name="0.4.2"></a>
|
69
|
## [0.4.2](https://github.com/webpack-contrib/schema-utils/compare/v0.4.1...v0.4.2) (2017-11-09)
|
70
|
|
71
|
|
72
|
### Bug Fixes
|
73
|
|
74
|
* **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))
|
75
|
|
76
|
|
77
|
|
78
|
<a name="0.4.1"></a>
|
79
|
## [0.4.1](https://github.com/webpack-contrib/schema-utils/compare/v0.4.0...v0.4.1) (2017-11-03)
|
80
|
|
81
|
|
82
|
### Bug Fixes
|
83
|
|
84
|
* **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))
|
85
|
|
86
|
|
87
|
|
88
|
<a name="0.4.0"></a>
|
89
|
# [0.4.0](https://github.com/webpack-contrib/schema-utils/compare/v0.3.0...v0.4.0) (2017-10-28)
|
90
|
|
91
|
|
92
|
### Features
|
93
|
|
94
|
* 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))
|
95
|
|
96
|
|
97
|
|
98
|
<a name="0.3.0"></a>
|
99
|
# [0.3.0](https://github.com/webpack-contrib/schema-utils/compare/v0.2.1...v0.3.0) (2017-04-29)
|
100
|
|
101
|
|
102
|
### Features
|
103
|
|
104
|
* add ValidationError ([#8](https://github.com/webpack-contrib/schema-utils/issues/8)) ([d48f0fb](https://github.com/webpack-contrib/schema-utils/commit/d48f0fb))
|
105
|
|
106
|
|
107
|
|
108
|
<a name="0.2.1"></a>
|
109
|
## [0.2.1](https://github.com/webpack-contrib/schema-utils/compare/v0.2.0...v0.2.1) (2017-03-13)
|
110
|
|
111
|
|
112
|
### Bug Fixes
|
113
|
|
114
|
* Include .babelrc to `files` ([28f0363](https://github.com/webpack-contrib/schema-utils/commit/28f0363))
|
115
|
* Include source to `files` ([43b0f2f](https://github.com/webpack-contrib/schema-utils/commit/43b0f2f))
|
116
|
|
117
|
|
118
|
|
119
|
<a name="0.2.0"></a>
|
120
|
# [0.2.0](https://github.com/webpack-contrib/schema-utils/compare/v0.1.0...v0.2.0) (2017-03-12)
|
121
|
|
122
|
<a name="0.1.0"></a>
|
123
|
# 0.1.0 (2017-03-07)
|
124
|
|
125
|
|
126
|
### Features
|
127
|
|
128
|
* **validations:** add validateOptions module ([ae9b47b](https://github.com/webpack-contrib/schema-utils/commit/ae9b47b))
|
129
|
|
130
|
|
131
|
|
132
|
# Change Log
|
133
|
|
134
|
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.
|