Skip to content

Releases: vivocha/jsonpolice

v11.0.2

09 Jun 12:24
Compare
Choose a tag to compare

11.0.2 (2022-06-09)

Bug Fixes

  • remove unneeded mapping (665c001)

v11.0.1

09 Jun 11:57
Compare
Choose a tag to compare

11.0.1 (2022-06-09)

Bug Fixes

  • use exports instead of main in package.json (6ef4340)

v11.0.0

08 Jun 09:54
Compare
Choose a tag to compare

11.0.0 (2022-06-08)

Bug Fixes

Features

  • support ES modules, use c8 instead of nyc (5810a3b)

BREAKING CHANGES

  • ESM support is required

v10.0.1

26 Apr 14:44
Compare
Choose a tag to compare

10.0.1 (2022-04-26)

Bug Fixes

  • support Date in format, type and patter validators (85aee66)

v10.0.0

29 Mar 09:45
Compare
Choose a tag to compare

10.0.0 (2022-03-29)

Features

  • restore support for format (1b62c49)

BREAKING CHANGES

  • now validates formats and could fail where previous versions were not

v9.0.0

02 Mar 09:07
Compare
Choose a tag to compare

9.0.0 (2022-03-02)

chore

  • update deps and node to 16 (b2259b1)

BREAKING CHANGES

  • minimum node version is 16.14.0

v8.2.2

12 Apr 15:14
Compare
Choose a tag to compare

8.2.2 (2021-04-12)

Bug Fixes

  • check for undefined in the the enum validator, instead of a falsey return (5ec128b)

v8.2.1

09 Feb 18:29
Compare
Choose a tag to compare

8.2.1 (2021-02-09)

Bug Fixes

v8.2.0

02 Sep 08:43
Compare
Choose a tag to compare

8.2.0 (2020-09-02)

Features

  • add method to ValidationError to get (recursive) error info (9ada4f0)

v8.1.1

12 Jun 09:23
Compare
Choose a tag to compare

8.1.1 (2020-06-12)

Bug Fixes

  • schema: fix type check for anyOf containing an array of objects (88a77a4)