.. toctree:: :maxdepth: 3 :caption: Contents: Changelog ========= 0.1.8 ----- - Continuing to make things more reliable with BeautifulSoup - Working on fixing deprecated APIs - Instead of having Asset.limited and Asset.limited_unique, where only one could be true, there is now Asset.limited and Asset.unique (if Asset.unique is True, so is Asset.limited) - Asset.RAP() - Fixed Asset.favorite(), Asset.unfavorite(), and Asset.is_favorited() 0.1.7 ----- - Fixed several profile properties that were broken by Roblox updates - Caching - but it actually works 0.1.4 ----- - ``RobloxSession.friends()`` changed to ``RobloxSession.friendships()`` - RobloxSession can now be used as a context manager 0.1.3 ----- - Inventory listing with ``User.inventory()`` 0.1.2 ----- - Lots of new private message functions for manipulating inboxes 0.1.1 ----- - Full Site Chat Support - ``User.membership`` - ``Group.owner`` 0.0.8 ----- - Much better login checking, added keyword ``check_login`` for RobloxSession - ``RobloxSession.remove_from_inventory`` instead of ``RobloxSession.delete_from_inventory`` 0.0.6a5 ------- - Signups - ``require_login`` decorator - don't allow some functions if not logged in - ``RobloxSession.logged_in`` - Proxy support - Account creation - Streamlined exceptions 0.0.4 ----- - ``Asset.favorites`` - ``Asset.is_favorited()`` - ``Asset.favorite()`` - ``Asset.unfavorite()`` - ImPoRtAnT: Changed ``User.user_id``, ``Asset.asset_id``, and ``Group.group_id`` to just ``id`` - ``Group.member_count`` - user stats: joined, place_visits, forum_post_count 0.0.3 ----- - Group leaving and joining (TODO: Make primary and remove primary)