This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
v2.0.0 - Barbarians
- Enabled profile endpoint
- Allow triggering old decoder for incompatible messages
- Enables clan ranking update
- Update game tag for complex compatibility
- Move /user/ endpoint to /profile/
- Add a bunch of info to player data
- Rename score to trophies
- Load dependencies in responder
- Drop a bunch of router debug code
- Update stats to new format
- Update spells to new format
- Refactors old spells to new format
- Corrects missing field in homeDeck
- Delete unneeded resources
- Cleans unused logging
- Updated deploy script to bump minor by default (instead of patch)
- Adds supplementary classes
- Updated responder to match newly added definitions
- Switches main router to use stringy tag instead of hex
- Updates cache of resource reference
- Update message definitions to new format
- Change working code to use new decoder
- Restructure packet definitions
- Improve reliability of buffer handling
- Correct string parse bug in packet decoder
- Drop cloned definitions for packages
- Drop excessive logging and debug code