Skip to content

Import badges support with various methods

Compare
Choose a tag to compare
@Soheab Soheab released this 30 Dec 19:50
· 5 commits to master since this release

What's Changed

v2.0.2 - December 30, 2022

  • Added support for following badges: ACTIVE_DEVELOPER, BALANCE, CERTIFIED_MODERATOR, SERVER_OWNER.
  • Added lots of aliases for badges.
  • Renamed Badges to Badge and aliases Badges to Badge.
  • Added .from_public_flags() and .maybe_unknonw_badge() to Badge class. See more in the docs.
  • Rankcard changes:
    • Added the following attributues: all_badges, badges, unknown_bages. See more in the docs.
    • Added following methods: add_badge, remove_badge and add_badges_from_public_flags. See more in the docs.

Docs: https://github.com/Soheab/vacefron.py/blob/v2.0.2/docs.md
PyPi: https://pypi.org/project/vacefron.py/2.0.2

Full Changelog: v2.0.1...v2.0.2