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

v4.8.0: Documentation, unit testing, method updates, and more

Choose a tag to compare

@suufi suufi released this 21 Dec 06:01
· 365 commits to master since this release

v4.8.0 reflects major changes in regards to documentation with noblox.js. Now documentation is automatically generated with each method in the library. Future pull requests will be required to have documentation so that the docs can remain up-to-date.

Happy holidays to you all!
–––––––––––

  • 🎊 Documentation and typing (and parameter) updates [#214/#230] 🎊
  • 🎊 Unit testing 🎊
  • Method updates
    • Add deleteFromInventory
    • Add getAwardedTimestamps [#202]
      • Add getCollectibles [#194]
    • Add getDeveloperProducts
      • Add getInventory [#194]
      • Add getInventoryById [#194]
    • Additional information in getPlayerInfo [#235]
    • Remove unnecessary console.log [#223]
    • Remove cookieLogin and joinGroup
    • Rename setAvatarBodyColours -> setAvatarBodyColors
    • Update buy [#194]
    • Update configureItem [#194]
    • Use Promise format to several methods
    • Use latest endpoints for some methods
  • Update examples [#205]
  • Update GitHub workflow files
  • Update README.md