Releases: Jonxslays/wom.py
Releases · Jonxslays/wom.py
v0.8.1
v0.8.0
v0.7.0
v0.6.1
v0.6.0
v0.5.0
Additions
- Add
PlayerService.get_snapshots_timeline
method. - Add
SnapshotTimelineEntry
model and corresponding serializer method. - Add
GroupMemberGains
model and corresponding serializer method.
Changes
GroupService.get_gains
method now returns aGroupMemberGains
model.
Diff: v0.4.2...v0.5.0
Changelog: v0.5.0
v0.4.2
v0.4.1
v0.4.1
Breaking Changes
- Make
MetricLeaders.player
optional, indicating no player leads in the metric. - Fix typos in the
Bosses
enum.
New Contributors
- @WreckedGiant made their first contribution in #19
Diff: v0.4.0...v0.4.1
Changelog: v0.4.1
v0.4.0
v0.4.0
Breaking Changes
- Remove
NameChangeService.get_name_change_details
as it is no longer supported by WOM. - Remove models and serialization methods associated with the above method.
Additions
- Add new
review_context
field toNameChange
. - Add
NameChangeReviewContext
,SkippedNameChangeReviewContext
, and
DeniedNameChangeReviewContext
models. - Add
NameChangeReviewReason
enum. - Add serialization method for the above models.
Bugfixes
- Fix support for Python 3.8 and 3.9 by using older style type hints.
Diff: v0.3.3...v0.4.0
Changelog: v0.4.0