Skip to content

Releases: Jonxslays/wom.py

v0.8.1

07 Nov 14:20
bd047d3
Compare
Choose a tag to compare

Additions

  • Add rank property to SnapshotTimelineEntry.

Diff: v0.8.0...v0.8.1
Changelog: v0.8.1

v0.8.0

25 Oct 23:53
7e14f58
Compare
Choose a tag to compare

Additions

  • Add GroupActivity and GroupActivityType models.
  • Add deserialize_group_activity serializer method.
  • Add get_activity group service method.
  • Add GROUP_ACTIVITY Route.

Diff: v0.7.0...v0.8.0
Changelog: v0.8.0

v0.7.0

16 Oct 00:18
2b1cf40
Compare
Choose a tag to compare

Changes

  • Player.updated_at is now optional.

Additions

  • Add FailedToDeserialize error.

Fixes

  • Fix typo in docstring for PlayerService.get_records.

Diff: v0.6.1...v0.7.0
Changelog: v0.7.0

v0.6.1

18 Sep 23:04
0caa7dd
Compare
Choose a tag to compare

Additions

  • Add F2pLvl3 player build.

Diff: v0.6.0...v0.6.1
Changelog: v0.6.1

v0.6.0

27 Jul 03:34
e41a723
Compare
Choose a tag to compare

Additions

  • Add support for Desert Treasure 2 bosses.

Diff: v0.5.0...v0.6.0
Changelog: v0.6.0

v0.5.0

01 Jul 18:21
c4955d3
Compare
Choose a tag to compare

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 a GroupMemberGains model.

Diff: v0.4.2...v0.5.0
Changelog: v0.5.0

v0.4.2

16 Jun 02:45
ea0f52d
Compare
Choose a tag to compare

Additions

  • Add Banned player status.
  • Add helpful error message if new enum variants are not yet added to the lib.

Diff: v0.4.1...v0.4.2
Changelog: v0.4.2

v0.4.1

23 May 00:08
c7d71ca
Compare
Choose a tag to compare

v0.4.1

Breaking Changes

  • Make MetricLeaders.player optional, indicating no player leads in the metric.
  • Fix typos in the Bosses enum.

New Contributors


Diff: v0.4.0...v0.4.1
Changelog: v0.4.1

v0.4.0

13 May 21:56
47bafd3
Compare
Choose a tag to compare

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 to NameChange.
  • 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

v0.3.3

20 Apr 02:53
57608ca
Compare
Choose a tag to compare

v0.3.3

Bugfixes

  • Fix bug in Route that caused requests to be made to incorrect URI's.

Diff: v0.3.2...v0.3.3
Changelog: v0.3.3