This repository has been archived by the owner on Jul 24, 2023. It is now read-only.
Releases: PaladinsDev/paladins.js
Releases · PaladinsDev/paladins.js
2.2.1 - getBountyItems & Tools
Just a general update for paladins.js
.
Added
- Vora (ID
2536
) added to champion enums. getBountyItems
added to API.- Tools added to make exporting data easier in the future.
Changed
- Update
tsconfig
with new details.
Removed
emailFiltering
from options.
2.1 - Enums & Batches
General update. New methods and new enums to make life easier ( @DevilXD for the credit 👀 ).
Added
- Enums located here
- Added
searchPlayers
- Added
getPlayerQueueStats
- Added
getMatchModeDetailsBatch
Changed
- New TypeDoc theme and configuration
Removed
- Private or useless files from TypeDoc to clean up the documentation
As always, the docs are now updated to reflect the new changes and additions. New docs here
2.0 - New Life
This is a few days late, especially considering I'm about to push v2.1, however...it's not to late to make a release I guess.
This is a core rewrite of the entire library. Removed old methods, new testing library, etc.
Here's a full list of all changes made between tags, I'll mark breaking changes with *
.
- Added keywords to package
- Added Jest testing
- *Removed cache driver implementation (this means it's cached locally in files, and sessions can last much longer)
- Added custom errors
- Set the default export for the API
- *Renamed all the files for 2.0
- *Removed the constructor arguments, now uses an options object
- *Now parse all responses as JSON and returns the JSON as a Promise
- *Some methods, such as
getDataUsage
do not return in an array, but now the object - Internal session methods have been rewritten to not use the original caching system
- Removed the following functions:
getTopMatches
getInstance
Initial release.
v1.0.0 Adding doc command.