Skip to content

Releases: lhkbob/eve-swagger-js

v0.3.3

18 Jun 15:45

Choose a tag to compare

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

Choose a tag to compare

Update API to ESI 0.4.6.

v0.3.0

20 Apr 20:02

Choose a tag to compare

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

Choose a tag to compare

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

Choose a tag to compare

Minor bug fixes in killmails API, add prefix to exception names: 'esi:'.

v0.2.0

02 Feb 20:24

Choose a tag to compare

Major API overhaul and bug fixes.

v0.1.3

22 Jan 19:17

Choose a tag to compare

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

Choose a tag to compare

Basically 0.1.1 release notes but with package.json updated so npm understands it properly.

v0.1.1

09 Jan 02:13

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

Bug fixes and generated code update:

  1. Fix universe.getNamesOf ids packaging
  2. Fix cache key generation for arguments and opts
  3. Add missing contacts API
  4. Update to 0.3.6 generated code

v0.1.0

06 Jan 21:42

Choose a tag to compare

Version 0.1.0 of the wrapper library, synced with 0.3.4 of the ESI codegen library.