Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

v4.8.4: Doc updates, new methods & typing updates

Choose a tag to compare

@Neztore Neztore released this 17 Feb 11:43
· 321 commits to master since this release
ab9e98b

v4.8.4 is a mixed bunch of bug fixes, doc updates, new methods, endpoint changes and typing updates. Exciting stuff!
🎊 We've hit 400k installs. Thanks to everyone that has contributed and helped us get to the milestone tackling the unwieldy Roblox api :)

–––––––––––
Method Updates

  • 🎊 Add getPremium (#273 )
  • Upload model now uses a CSRF token, reflecting recent Roblox API changes (#270 )

Bug Fixes

  • Update typings for getCollectibles ( #267 )

Code cleanup

  • Remove obsolete post method for group wall from typings ( #272 )
  • Updated dependencies, mainly eslint related.

Docs

  • Added a warning related to the use of setCookie, and not using it's promise correctly
  • Removed warning about refreshing cookie from the readme, as we now know refreshing cookies is not required.