Skip to content

v12.0.0

Latest
Compare
Choose a tag to compare
@AVVS AVVS released this 03 Jan 00:41
73b74ce

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