Skip to content

v4.0.0

Compare
Choose a tag to compare
@Galarzaa90 Galarzaa90 released this 11 Mar 01:39

Changes

  • Breaking change: Removed BoostedCreature class, replaced by Creature class.
    • Attributes should be compatible, image_url is a property of Creature, calculated from its race attribute.
  • Added parsing and fetching for the Creature library section.
    • Added CreatureSection, Creature, and CreatureDetail classes.
  • Added traded attribute to ForumAuthor. Indicates if the author was a traded character.
    • Previously, it would mark the author as a deleted character and its name would include (traded).
  • Fixed a bug with ForumBoards not parsing due to the cookies dialog that was added.
  • Added battleye_type attribute to ListedWorld and World classes. Indicates the type of BattlEye protection the world has.
    • battleye_protected is now a property instead of an attribute.
  • Added YELLOW and GREEN aliases to all BattlEye related enums.
  • Fixed wrong timezone being used for forum related dates.