Releases: noblox/noblox.js
v4.8.4: Doc updates, new methods & typing updates
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
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
- Update Discord URL to https://discord.gg/R5GVSyTVGv
Dependency updates
v4.8.2: Bug fixes & new methods
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
andgetRole
can implicitly determine if the provided argument for rank is a rank, roleset ID, string, or a Role.
Bug Fixes
- Fixes
getPlayerInfo
bug wherejoinDate
andage
were missing (#254) - Use lint instead of jest tests
Code cleanup
getStatus
andgetBlurb
are now deprecated in favor ofgetPlayerInfo
Dependency updates
v4.8.0: Documentation, unit testing, method updates, and more
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
- Add
getDeveloperProducts
- Additional information in getPlayerInfo [#235]
- Remove unnecessary console.log [#223]
- Remove
cookieLogin
andjoinGroup
- Rename
setAvatarBodyColours
->setAvatarBodyColors
- Update
buy
[#194] - Update
configureItem
[#194] - Use Promise format to several methods
- Use latest endpoints for some methods
- Add
- Update examples [#205]
- Update GitHub workflow files
- Update README.md
v4.8.0-0: Pre-release of 4.8.0
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
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
Remove request verification token, allowing refreshCookie to once again function.
Thanks to:
https://github.com/efewqefwfd
v4.7.1: Fix setRank
v4.7.1: setRank bugfix
v4.7.0: Bug fixes, Badges, placeInfo
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
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