Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

42 lines (25 loc) · 1.13 KB

Changelog

All notable changes to node-xsd-schema-validator are documented here. We use semantic versioning for releases.

Unreleased

Note: Yet to be released changes appear here.

0.11.0

  • FEAT: add insecure option to be able to parse huge schemata (#44)

0.10.0

  • CHORE: simplify path resolution
  • CHORE: log setup error with human readable message
  • CHORE: require Node >= 18

0.9.0

  • FEAT: add type definitions (#36, #37)

0.8.1

  • FIX: ship support folder

0.8.0

  • FEAT: change to Promise-based API, drop callbacks
  • CHORE: require node >= 16
  • DEPS: update to which@4

0.7.0

  • FEAT: setup validation helper post install
  • FEAT: add validator #setup hook
  • FEAT: allow debug mode to be toggled via environment variable
  • FEAT: gracefully handle missing java/javac

...

Check git log for earlier history.