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:54
· 1 commit to master since this release

Major changes (BREAKING):

  • Rewrote to work with webapi-parser (#23);
  • New dev dependency: webapi-parser;
  • Dropped dependency: xtend
  • First argument to a default exported function is now an array of webapi-parser.EndPoint objects;

Minor changes:

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