v0.3.0
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