Skip to content

Updates

Jack Programs edited this page Jul 6, 2020 · 12 revisions

Updates

Version 5.2

  • Groups
    • get_recent_ally - Should now return None if no ally
    • get_recent_enemy - Should now return None if no enemy

Version 5.1

  • Users
    • get_avatar_image - Fixed
  • Assets
    • user_has_asset - Fixed

Version 5.0

  • Migrating from 4.5 to 5.0
    • We will now be using snake case.
    • Docstrings and type hints are now added.
  • Groups
    • Fixed GetGroupAllyNames (now get_group_ally_names), and GetGroupEnemyNames (now get_group_enemy_names).
    • has_allies
    • has_enemies

Version 4.5

  • Group
    • Owner, OwnerName, and OwnerId - Will return None, if there is no owner.

Version 4.4

  • Groups
    • GetGroupOwner - Will return None, if there is no owner.
    • HasOwner

Version 4.3

  • User
    • Description - Will return None, if there is no description.
    • Status - Will return None, if there is no status.
  • Users
    • GetProfileDescription - Will return None, if there is no description.
    • GetProfileStatus - Will return None, if there is no status.

Version 4.2

  • User
    • Name
    • DisplayName
    • Id
    • IsBanned
    • Created
    • Description
    • Status
  • Users
    • GetProfileDescription - Using Roblox API now, instead of BeautifulSoup
    • GetProfileStatus - Using Roblox API now, instead of BeautifulSoup

Version 4.0

  • Users
    • GetProfileStatus

Version 3.9

  • Users
    • GetAvatarImage
    • IsBanned

Version 3.8

  • Users
    • If there is an AttributeError for GetProfileDescription, it will instead return None.

Version 3.7

  • Added Beautiful Soup as an install requirement.

Version 3.6

  • Users
    • IsInGroup
    • GetRankInGroup
    • GetRoleInGroup
    • GroupIsPrimary
    • GetProfileDescription