Skip to content

v0.3.0

Choose a tag to compare

@lhkbob lhkbob released this 20 Apr 20:02
· 12 commits to release-v0.3 since this release

Major update on the internals:

  • Remove all swagger-codegen generated code and use a simple wrapper around super-agent
  • All end points are tested with unit tests that compare against the spec in a cached copy of ESI's swagger.json
  • Majority of human documentation is generated by referencing spec in the cached swagger.json
  • Optional rate-limiting system for all requests
  • New end points in 0.4.3 ESI release
  • Use per-route versions (e.g. /v1/ or /v2/) instead of the global /latest/
  • License change to BSD 3-clause
  • Change package name to eve-swagger
  • NPM hosting