Skip to content

Releases: alexanderwe/the-traveler

v0.5.0

11 Oct 18:09
Compare
Choose a tag to compare

Added

  • Implement a way to download and access the Destiny 2 manifest files
    • It is unzipped automatically and can be queried with normal Sqlite queries. See this gist by @vpzed for some hints on querying. This functionality should serve as a comfort feature and the decision of the packages for unzipping and accessing the Sqlite database was subjective. If you do not want to use the Manifest class you are free to use your own approach.
  • Added badges for detecting outdated and vulnerable dependencies

v0.4.2

06 Oct 21:33
Compare
Choose a tag to compare

Fixed

  • Matched filename Traveler.js from the package.json to the file in the build directory. This could have caused trouble on case sensitive OS. Thanks to @Casao for pointing this out.

v0.4.1

05 Oct 20:47
Compare
Choose a tag to compare

Added

  • Add getMembershipDataForCurrentUser in pull request #15. Thanks to @Casao for implementing it.
  • New tests to improve code coverage

v0.3.1

29 Sep 22:04
Compare
Choose a tag to compare

Changes

  • Interfaces: hash values are now numbers and not strings
  • Tests are now written in Typescript

v0.3.0

28 Sep 10:20
Compare
Choose a tag to compare

Added

  • Resolved issue #9
  • Typescript definition files are now packed with the npm package
    • Brings better autocompletion and type checking

v0.2.1

25 Sep 19:42
Compare
Choose a tag to compare

Hotfix

  • Resolved an issue where HTTPService.get() was returning strings instead of JSON objects.

v0.2.0

22 Sep 13:43
Compare
Choose a tag to compare

Added

  • Resolved issue #1
  • Added OAuth and POST methods
  • Added tests to cover more methods
    • Still some endpoints are in preview and therefore could not be tested exhaustive

v0.1.8

17 Sep 10:38
Compare
Choose a tag to compare

Fixed

  • Resolved #4
  • Removed require() from sourcecode
  • Renamed MemeberschipType to BungieMembershipType

v0.1.7

16 Sep 17:58
Compare
Choose a tag to compare

Added

  • OAuth support to resolve issue #2

v0.1.6

15 Sep 14:31
Compare
Choose a tag to compare

Fixed

  • Small bugs in GET methods
  • An error with Object.entries() when using the package in ES5