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

Rewrote to work with webapi-parser

Latest
Compare
Choose a tag to compare
@postatum postatum released this 28 Jul 07:36
· 1 commit to master since this release

Major changes (BREAKING):

  • Rewrote to work with webapi-parser (#14);
  • New dependency: ajv;
  • New dev dependency: webapi-parser;
  • Dropped dependency: raml-validate;
  • Removed RAMLVersion option (now inferred automatically);

Minor changes:

  • Updated dependencies' versions;
  • Switched to const/let instead of var;