Skip to content

Releases: noblox/noblox.js

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

17 Feb 11:43
ab9e98b
Compare
Choose a tag to compare

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.

v4.8.3: Endpoint updates + bug fixes

24 Jan 23:22
Compare
Choose a tag to compare

v4.8.3 transitions endpoints to the latest ones and corrects a typings issue that would cause errors for TypeScript users.
–––––––––––
Method Updates

  • getGroups uses new endpoints.
    • Removes: EmblemId and IsInClan (deprecated).
    • Adds: MemberCount and RoleId.

Bug Fixes

  • getPlaceInfo uses cookies to address private inventories (#260)
  • Add generic array type in typings file to prevent type error (#265)
  • Fixed documentation error that resulted in missing argument error

Code cleanup

Dependency updates

v4.8.2: Bug fixes & new methods

10 Jan 22:19
Compare
Choose a tag to compare

v4.8.2 mainly focuses on bug fixes. At this version, you're required to have v12.9.0+ of node installed (otherwise getPlayerInfo will error)
–––––––––––
Method Updates

  • 🎊 Add trade methods (#245) 🎊
  • 🎊 Add configureGamePass (#250) 🎊
  • setRank and getRole can implicitly determine if the provided argument for rank is a rank, roleset ID, string, or a Role.

Bug Fixes

  • Fixes getPlayerInfo bug where joinDate and age were missing (#254)
  • Use lint instead of jest tests

Code cleanup

  • getStatus and getBlurb are now deprecated in favor of getPlayerInfo

Dependency updates

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

21 Dec 06:01
Compare
Choose a tag to compare

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

v4.8.0-0: Pre-release of 4.8.0

28 Oct 23:49
0be7334
Compare
Choose a tag to compare
Pre-release

Pre-release for testing.
If no major bugs are reported v4.8.0 will be released soon.

v3.8.0-0 was released by mistake. My bad!

v4.7.3: Fix configuring assets

06 Oct 22:58
Compare
Choose a tag to compare

This bugfix release fixes configuring assets and buying them. Thanks to efewqefwfd!

Also includes adding "oldNames" to the response from getPlayerInfo. Thanks to PolicetonyR

We've also joined Hacktoberfest - find out about it here!

v.4.7.2: Fix refreshCookie

01 Sep 19:58
4e31a74
Compare
Choose a tag to compare

Remove request verification token, allowing refreshCookie to once again function.

Thanks to:
https://github.com/efewqefwfd

v4.7.1: Fix setRank

12 Aug 14:38
Compare
Choose a tag to compare
v4.7.1: setRank bugfix

v4.7.0: Bug fixes, Badges, placeInfo

11 Aug 22:28
Compare
Choose a tag to compare

Semver major release: We've added new features, & fixed some bugs in a backwards compatible way.
Fixes:

  • setRank will now error for non-numbers being passed for rank, which you shouldn't do, anyway.

New features ( 🎉 )

  • getPlayerThumbnail
  • Badge features: getPlayerBadges, getBadgeInfo, updateBadgeInfo
  • getPlaceInfo

Thanks to everyone that contributed to this!

Fix events

02 Aug 15:49
76de82e
Compare
Choose a tag to compare

Fixes some issues introduced in the last release related to moving from var to let/const and the scoping issues therein.

Also fixes a broken typing