Skip to content

Releases: noblox/noblox.js

v4.6.4: CSRF improvements

29 Jul 13:02
ed043b5
Compare
Choose a tag to compare
  • Add a CSRF warning to the readme
  • Fix grammar issues in the readme (Thanks Webstorm, I guess?)
  • Move to let and const over var
  • Resolve onJoinRequestHandled bugs
  • Add a warning when CSRF function is used while not 'logged in'
  • Adde a note about refreshing cookies to the readme, and whether it's really needed.
  • Remove all of the needless CSRF usages in GET requests, which by their very nature do not require a csrf token.
  • Fix getPlayers issues
  • Add type declaration for setCookie, refreshCookie. Thanks o-y.

v4.6.3

17 Jul 18:04
106f45d
Compare
Choose a tag to compare
  • Updates getGroups to use latest endpoint
  • Fixes x-csrf-token issues

v4.6.2

17 Jul 03:29
Compare
Choose a tag to compare
  • Corrects x-csrf-token issue brought by Roblox endpoint changes
  • Implements onAuditLog and fixes getWall (#157)
  • Corrects multiple log occurrences (42d1bcc)

v4.6.1

02 Jun 20:03
Compare
Choose a tag to compare
4.6.1

v4.6.0

29 May 21:18
8ab6c1c
Compare
Choose a tag to compare
  • Corrects examples to noblox.js (@Neztore)
  • Implements post-install script
  • Type corrections (@FracturX)
  • Redesigned login method with cookies (@Neztore)

v4.5.6

17 Apr 06:24
Compare
Choose a tag to compare
  • Implements getGameInstances
  • Uses new endpoint for getGroup returning more data (breaking change)
  • Fixes setRank so that it returns the new role
  • Use https with uploadAsset and update to Promise format.

v4.5.5

10 Apr 23:22
Compare
Choose a tag to compare
  • Corrects getRoles which was a dependency for promote/demote/changeRank (Roblox removed automatic sorting by rank)
  • Implements getGroup

v4.5.4

07 Apr 03:16
Compare
Choose a tag to compare
  • Corrects issues with .shout
  • Updates typings

v4.5.3

04 Apr 07:25
Compare
Choose a tag to compare
  • Implement getOwnership
  • Updated typings

v4.5.1

28 Mar 23:50
Compare
Choose a tag to compare
  • Uses Promise format and better error handling for a number of methods
  • Removes getWallPost.js (deprecated)
  • Default recurring in groupPayout.js to false
  • Implement getPresences.js
  • Fixes indefinite hang on getPlayers
  • Uses latest endpoint on deleteWallPost.js
  • Defaults to showing ALL audit logs rather than just AcceptJoinRequest
  • Use ID rather than id in getRole.js