Releases: noblox/noblox.js
Releases · noblox/noblox.js
v4.6.4: CSRF improvements
- Add a CSRF warning to the readme
- Fix grammar issues in the readme (Thanks Webstorm, I guess?)
- Move to
let
andconst
overvar
- 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
v4.6.2
v4.6.1
v4.6.0
v4.5.6
v4.5.5
v4.5.4
v4.5.3
v4.5.1
- 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