Skip to content

0.2.5a4

Pre-release
Pre-release
Compare
Choose a tag to compare
@nxtlo nxtlo released this 23 Jul 18:22
· 556 commits to master since this release

Breaking changes

Features

  • Better Error messages on http.py and all objects.
  • Added examples.
  • Added a new exception for handling Components using ComponentError
  • Added __aenter__ for async with support.
  • Supports Python 3.10dev

Bug Fixes.

  • Player returns TypeError when a player is not found and not raising the actual error.
  • Removed characters from as_dict method on Profile because it was causing errors when fetching a profile component.