This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
Major changes (BREAKING):
- Rewrote to work with webapi-parser (#77);
- New dev dependency: webapi-parser;
- New dependency: raml-sanitize;
- Dropped dependency: 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 ofvar
;
Performance:
Performance changes are described in the osprey-profiling repo.