warframestat_client 3.6.4
warframestat_client: ^3.6.4 copied to clipboard
A simple client wrapper around WFCD worldstate api with included models for warframe-items.
Changelog #
All notable changes to this project will be documented in this file.
[unreleased] #
Miscellaneous Tasks #
- Update README
- Corrected git_* secrets
- Add branch name for changelog generator
- Wow I'm an idiot
- Add
WFCDto list of approved words
3.6.4 - 2024-02-24 #
3.6.1 - 2024-02-13 #
3.4.0 - 2024-01-31 #
3.2.0 - 2024-01-30 #
3.1.0 - 2024-01-28 #
3.0.0 - 2024-01-22 #
Bug Fixes #
- [breaking] Rename
getXfunctions tofetchX - [breaking] Rename
searchFramestosearchWarframes - [breaking] Rename
searchByUniqueNametofetchItem
Features #
searchnow returns a List ofMinimalItemsfor faster searching
Miscellaneous Tasks #
- Fix example
Refactor #
- For better readability assign a var to
response['code']
Styling #
- Add required comma
Testing #
- Fix test for new changes
2.1.0 - 2024-01-12 #
2.0.1 - 2023-12-29 #
2.0.0 - 2023-12-10 #
1.7.2 - 2023-09-13 #
1.7.0 - 2023-09-05 #
1.6.1 - 2023-06-07 #
1.6.0 - 2023-06-06 #
1.5.27 - 2023-05-12 #
1.5.26 - 2023-04-28 #
Bug Fixes #
- Add missing supported languages Serbian, Czech, and Turkey
- Fixed where activiation and expiry can be null
1.5.25 - 2023-04-27 #
Bug Fixes #
- Possible instances where
Fissure.enemyKeyis missing or null in json
1.5.24 - 2023-04-27 #
Bug Fixes #
- Corrected json key names for
TargetLocation.lastVerifiedandTargetLocation.spawnRate
1.5.23 - 2023-04-27 #
Bug Fixes #
- Fixed an issue where
SynthTargetfails to parse whenlastVerifiedis missing
1.5.14 - 2023-04-01 #
1.5.9 - 2023-01-22 #
Bug Fixes #
- Enemies also have images
- Tigger release
- Trigger trigger
- Trigger release
1.5.7 - 2023-01-21 #
1.5.5 - 2023-01-20 #
Bug Fixes #
- Enforce
Map<String, String>onNews.translations - New syndicate jobs can have a null type
1.5.2 - 2023-01-17 #
1.5.0 - 2023-01-15 #
1.2.2 - 2023-01-01 #
1.1.0 - 2022-12-27 #
1.0.0 - 2022-12-18 #
Bug Fixes #
- Include
messagemap inInterimSteps - Correct fixture export
- Forgot
Alert - Remove objects export
- Missing component json methods
- Remove
CycleObject. shortString - Model tweaks for test
- Basic implementation of
warframe-itemsendpoint - GamePlatform not passing name properly
Mod.dropsset back to nullable
Documentation #
- Add documentation placeholders for
Message - Add some missing docs
- Specify which worldstate platforms share
Features #
- Deprecated game platforms xb1, ps4, and swi
- Added synth target models
- Add a seperate Mod class for mod set mods
- Full implementation of
warframe-itemsendpoints - Add synthesis target client
Maintenance #
- Update dev packages
Miscellaneous Tasks #
- Initial commit
- Initial commit
- Some headway with warframe-items
- Created models for melee
- Full implementation of warframe-items
- Gitignore coverage output
- Ignore local fixtures
- Add semantic-release
- Use
GITHUB_TOKEN
Refactor #
- Removed
EphameralObject - Remove unnecessary imports
- Client cleanup
Styling #
- Dart format
Testing #
- Update fixtures
- Fixture updates
- Rename fixture helper
- Only test that the json is serilized wtihout throwing
- Update fixtures
- Only check for serilization and not data matching
- Add test for
Item.toJson() - Annd back to only vm
- Reorganize test for more test
- Uri not matching properly
- Update fixtures before running test
- Let fixtures update while running CI
- Don't need the
worldstatesubdirectory - Bash script stuff
- Some more test