Skip to content
This repository has been archived by the owner on May 10, 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 08:32
· 1 commit to master since this release

Major changes (BREAKING):

  • Rewrote to work with webapi-parser (#205);
  • New dependency: webapi-parser;
  • Dropped dependencies: datatype-expansion, raml-1-parser;
  • All the library API now accepts webapi-parser objects instead of JS Objects/JSON;

Minor changes:

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

Performance:
Performance changes are described in the osprey-profiling repo.