Skip to content

0.2.5b5 pre-release.

Pre-release
Pre-release
Compare
Choose a tag to compare
@nxtlo nxtlo released this 14 Aug 12:20
· 522 commits to master since this release
0.2.5b5
e85e03d

Breaking changes

  • objects folder name changed to crate
  • fetch_activity() now works but still not stable.
  • fetch_activity() parameters names changed from userid, charid, memtype
    to membed_id, character_id, membership_type.
  • Removed useless Attributes docstrings from all crates.

Features

  • A very basic re-implementation of the Activity / crate.
  • A new crate PostActivity that returns post activity data.
  • A new method Client.fetch_hard_types() which returns HardLinkedMembership crate with the user's hard linked data
  • A new method Client.fetch_post_activity() which returns

Bug Fixes.

  • Fix relative import errors for some of the modules that won't work without typing.TYPE_CHECKING.