All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Initial Release
v2.0.0 - 2019 07 03
- All non-SSO ESI endpoints
- Docs
getSettings
andsetSettings
- Updated README.md
- Improved error handling
- Changed constants declared as
let
s toconst
s - Datasource is now modifiable
v3.0.0 - 2019 08 24
- JSDoc
inputValidation
andrequest
(#4, #5)
- Codebase Refactoring (@JFCodes, #4, @cppctamber, #5)
endpoints.js
addArrays
CONTRIBUTING.md
v4.0.1 - 2020 10 30
- Support for authenticated routes
- Support for tokens
- Support for getting requested data in a different language
- Local configuration file
- Methods return headers along with data
- Package is now a class
- Datasource modification (ESI has removed Singularity data)
- Version is
4.0.1
because I (for some reason) can't publish it as4.0.0
.
- CHANGELOG.md
- Mocha/Chai testing
- Package.json to support Mocha tests
addArrays
andsleep
- Errors are now thrown instead of returned
- Changed the name of
alliances.icons
toalliances.icon
v2.1.2 - 2019 07 12
Lodash
security fix
v3.0.2 - 2019 08 24
- Fixed some bugs with the refactoring
- Added warning for next major release
- Fixed issues with some endpoints
- Fixed a issue with a variable already being declared
- Fixed a issue with the
market.orders
endpoint where the validation will fail no matter what (@GeekyAubergine, #11) - Typos
v4.0.2 - 2020 10 31
- Fixed a issue where
character.affiliation
s parameter name was off (@quantumferret, #15)
v4.0.3 - 2020 11 01
- Fixed a issue with
setSettings
where the given values weren't saved with the right names, and some input was ignored
v4.0.6 - 2021 5 19
- Changes error handling, updates docs
v4.0.7 - 2021 8 12
- Updates dependencies
v4.1.0 - 2021 11 3
- Caching (Requests are cached for 5 minutes)
- The requests function now checks if a request has been cached before firing off a new one
- Update Axios
v4.1.2 - 2024 05 29
- Bugfix missing routes const, request auth header (#21)
- Added character location endpoints (#22)
- Fix wrong route in corporation.allianceHistory (#26)
- Update Dependencies
- Update docs
- Fix wrong route in alliance.corps (#27)
- Update Dependencies