Releases: lhkbob/eve-swagger-js
Releases · lhkbob/eve-swagger-js
v0.3.3
18 Jun 15:45
Compare
Sorry, something went wrong.
No results found
Changes in 0.3.3:
Fixes publishing to auto-build (correcting for bad 0.3.2 release)
Changes in 0.3.2:
Restores tests for event routes that had temporarily been removed from ESI.
Adds character online end point and test.
v0.3.1
19 May 18:23
Compare
Sorry, something went wrong.
No results found
v0.3.0
20 Apr 20:02
Compare
Sorry, something went wrong.
No results found
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
v0.2.2
22 Feb 17:54
Compare
Sorry, something went wrong.
No results found
Fixes bug in typecase of import in Alliances
Updates to 0.4.1 in ESI, adding new functions to match the capabilities that come with this ESI release.
v0.2.1
05 Feb 02:34
Compare
Sorry, something went wrong.
No results found
Minor bug fixes in killmails API, add prefix to exception names: 'esi:'.
v0.2.0
02 Feb 20:24
Compare
Sorry, something went wrong.
No results found
Major API overhaul and bug fixes.
v0.1.3
22 Jan 19:17
Compare
Sorry, something went wrong.
No results found
Updates the generated code to 0.3.8.
Adds fittings module, market structures, and corrects types end point.
Several other minor bug fixes and code formatting.
Closes #10
v0.1.2
09 Jan 02:15
Compare
Sorry, something went wrong.
No results found
Basically 0.1.1 release notes but with package.json updated so npm understands it properly.
v0.1.1
09 Jan 02:13
Compare
Sorry, something went wrong.
No results found
Bug fixes and generated code update:
Fix universe.getNamesOf ids packaging
Fix cache key generation for arguments and opts
Add missing contacts API
Update to 0.3.6 generated code
v0.1.0
06 Jan 21:42
Compare
Sorry, something went wrong.
No results found
Version 0.1.0 of the wrapper library, synced with 0.3.4 of the ESI codegen library.