Skip to content

v7.0.0

Compare
Choose a tag to compare
@trieloff trieloff released this 14 Feb 14:55
· 229 commits to main since this release

7.0.0 (2022-02-14)

Bug Fixes

  • deps: update dependency @adobe/helix-log to v6 (#363) (6298ed2)
  • index: remove reference to single input file (7324427), closes #386
  • symbols: tweak exports (d31ab23)
  • tests: use fileToURLPath for dirname (352d032)

Code Refactoring

Features

  • api: change shape of input and output data (797090f)
  • api: create typescript declaration for api (92426f9)

BREAKING CHANGES

  • jsonschema2md now uses ECMAScript Modules (import/export) instead of CommonJS Modules (require/exports). This was driven by the desire to stay up to date with dependencies that switched to ESM.