Releases: vivocha/jsonpolice
Releases · vivocha/jsonpolice
v11.0.1
11.0.1 (2022-06-09)
Bug Fixes
- use exports instead of main in package.json (6ef4340)
v11.0.0
11.0.0 (2022-06-08)
Bug Fixes
Features
- support ES modules, use c8 instead of nyc (5810a3b)
BREAKING CHANGES
v10.0.1
10.0.1 (2022-04-26)
Bug Fixes
- support Date in format, type and patter validators (85aee66)
v10.0.0
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
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
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
8.2.1 (2021-02-09)
Bug Fixes
v8.2.0
8.2.0 (2020-09-02)
Features
- add method to ValidationError to get (recursive) error info (9ada4f0)
v8.1.1
8.1.1 (2020-06-12)
Bug Fixes
- schema: fix type check for anyOf containing an array of objects (88a77a4)