Releases: alexanderwe/the-traveler
Releases · alexanderwe/the-traveler
v0.5.0
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.
- 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
- Added badges for detecting outdated and vulnerable dependencies
v0.4.2
v0.4.1
v0.3.1
Changes
- Interfaces: hash values are now numbers and not strings
- Tests are now written in Typescript
v0.3.0
v0.2.1
Hotfix
- Resolved an issue where HTTPService.get() was returning strings instead of JSON objects.
v0.2.0
v0.1.8
v0.1.7
v0.1.6
Fixed
- Small bugs in
GET
methods - An error with
Object.entries()
when using the package in ES5