Releases: noblox/noblox.js
Releases · noblox/noblox.js
v4.5.0
v4.4.1
v4.4.0
- Uses latest Roblox API endpoints for the following methods:
- acceptFriendRequest
- declineFriendRequest
- follow
- getFriends (new args)
- getMessages (new args)
- message
- removeFriend
- sendFriendRequest
- unfollow
- groupPayout (thanks to HmmBilly for testing)
- Adds following methods:
- getFollowers
- getFollowings
- getGroups
- declineAllFriendRequests
- Uses eslint for syntax purposes
v4.3.0
- Updates many endpoints to use latest Roblox API endpoints
- Simplified code on many methods
- Many methods now return an error directly from Roblox providing more detail
- Add getRolePermissions method
- getAuditLog no longer returns duplicate values
- wearAsset and removeAsset no longer return
Error: { "success": 'true' }
- Other fixes
v4.1.0
- Add getPlayerInfo() by @Neztore
- Remove functions related to the forums
- Add avatar functions by @clockworksquirrel
- Add chat functions by @clockworksquirrel
- Add game functions by @clockworksquirrel
- Add party functions by @clockworksquirrel
- Minor fixes all across.