Releases: microfleet/validation
Releases · microfleet/validation
v12.0.0
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