Skip to content

Releases: webpack/schema-utils

v0.4.6

06 Aug 17:12
Compare
Choose a tag to compare

2018-08-06

Bug Fixes

  • package: remove lockfile (#28) (69f1a81)
  • package: remove unnecessary webpack dependency (#26) (532eaa5)

v0.4.5

13 Feb 13:49
Compare
Choose a tag to compare

2018-02-13

Bug Fixes

  • CHANGELOG: update broken links (4483b9f)
  • package: update broken links (f2494ba)

v0.4.4

13 Feb 13:34
Compare
Choose a tag to compare

2018-02-13

Bug Fixes

v0.4.3

14 Dec 02:49
Compare
Choose a tag to compare

2017-12-14

Bug Fixes

  • validateOptions: throw err instead of process.exit(1) (#17) (c595eda)
  • ValidationError: never return this in the ctor (#16) (c723791)

v0.4.2

09 Nov 20:16
Compare
Choose a tag to compare

2017-11-09

Bug Fixes

  • validateOptions: catch ValidationError and handle it internally (#15) (9c5ef5e)

v0.4.1

03 Nov 09:52
Compare
Choose a tag to compare

2017-11-03

Bug Fixes

  • ValidationError: use Error.captureStackTrace for err.stack handling (#14) (a6fb974)

v0.4.0

28 Oct 23:25
Compare
Choose a tag to compare

2017-10-28

Features

  • add support for typeof, instanceof ({Function|RegExp}) (#10) (9f01816)

v0.3.0

29 Apr 18:21
Compare
Choose a tag to compare

2017-04-29

Features