Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Changes in 1.1.0

Compare
Choose a tag to compare
@postatum postatum released this 02 Dec 08:28
· 22 commits to master since this release

Fixed:

  • dt2js does not always output a $schema property #106.

New features:

  • Added --validate option to dt2js util which enables output JSON Schema validation with Ajv. Please see this readme section for more details.
  • Added --validate option to js2dt util which enables output RAML validation with webapi-parser. Please see this readme section for more details.

Dependencies:

  • Fixed security issues related to npm packages dependencies.
  • Update webapi-parser version to 0.4.0.