warframestat_client 3.8.4
warframestat_client: ^3.8.4 copied to clipboard
A simple client wrapper around WFCD worldstate api with included models for warframe-items.
3.7.0 - 2024-05-10 #
3.6.9 - 2024-03-17 #
3.6.8 - 2024-03-13 #
3.6.5 #
Bug Fixes #
- Removed
defenderRewardattackerRewardanddefendingFaction - Remove
bountiesEndDate
Miscellaneous Tasks #
- Update README
- Corrected git_* secrets
- Add branch name for changelog generator
- Wow I'm an idiot
- Add
WFCDto list of approved words - Add pubignore
- Update CHANGELOG
- Remove templates
- Readd templates
- Remove timestamp from CHANGELOG
- Update fixtures
3.6.4 #
3.6.1 #
3.4.0 #
3.2.0 #
3.1.0 #
3.0.0 #
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.0.1 #
2.0.0 #
1.7.2 #
1.7.0 #
1.6.1 #
1.6.0 #
1.5.27 #
1.5.26 #
Bug Fixes #
- Add missing supported languages Serbian, Czech, and Turkey
- Fixed where activiation and expiry can be null
1.5.24 #
Bug Fixes #
- Corrected json key names for
TargetLocation.lastVerifiedandTargetLocation.spawnRate
1.5.14 #
1.5.7 #
1.5.5 #
Bug Fixes #
- Enforce
Map<String, String>onNews.translations - New syndicate jobs can have a null type
1.2.2 #
1.0.0 #
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