Skip to content

Releases: microfleet/validation

v12.0.0

03 Jan 00:41
73b74ce
Compare
Choose a tag to compare

12.0.0 (2024-01-03)

Features

BREAKING CHANGES

  • must always call await validator.init() prior to first use, no path
    to sync usage remains. Furthermore instead of using require() + cache busting via delete
    it will now use dynamic import

  • feat: dynamic import for schema files, only async init

  • feat: dual-module

  • chore: increase node version for CI

v11.2.1

20 Dec 14:41
ae413cc
Compare
Choose a tag to compare

11.2.1 (2023-12-20)

Bug Fixes

v11.2.0

20 Dec 14:35
05ae158
Compare
Choose a tag to compare

11.2.0 (2023-12-20)

Bug Fixes

Features

v11.1.3

20 Oct 05:03
3aa7146
Compare
Choose a tag to compare

11.1.3 (2022-10-20)

Bug Fixes

v11.1.2

10 Feb 16:11
c2ed234
Compare
Choose a tag to compare

11.1.2 (2022-02-10)

Bug Fixes

  • omit field when undefined (c2ed234)

v11.1.1

14 Jan 09:19
09d0cbf
Compare
Choose a tag to compare

11.1.1 (2022-01-14)

Bug Fixes

v11.1.0

14 Jan 09:08
c2e78e5
Compare
Choose a tag to compare

11.1.0 (2022-01-14)

Features

v11.0.0

11 Aug 00:50
8fae4e2
Compare
Choose a tag to compare

11.0.0 (2021-08-11)

Features

BREAKING CHANGES

  • some error message wordings changed, updated to newest json schema draft

v10.0.2

28 Dec 21:56
f46ff3a
Compare
Choose a tag to compare

10.0.2 (2020-12-28)

Bug Fixes

v10.0.1

28 Dec 21:35
ba95155
Compare
Choose a tag to compare

10.0.1 (2020-12-28)

Bug Fixes

  • include all formats by default (ba95155)