Skip to content

Releases: noblox/noblox.js

v4.5.0

12 Feb 04:21
Compare
Choose a tag to compare
  • Remove handleJoinRequestId (endpoint was dropped by Roblox)
  • Use latest endpoints to handle join-requests and update onJoinRequestHandle event to match

v4.4.1

03 Feb 23:47
Compare
Choose a tag to compare
  • Fixes URL is undefined error
  • Introduces new method getFriendRequests

v4.4.0

02 Feb 23:03
Compare
Choose a tag to compare
  • 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

01 Jan 03:14
Compare
Choose a tag to compare
  • 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

02 Apr 22:52
Compare
Choose a tag to compare