Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.

Releases: sentanos/roblox-js

v4.0.2

19 Nov 23:01
Compare
Choose a tag to compare

+ configureItem
+ deleteWallPost
+ getAuditLog
+ getFriends
+ uploadItem
+ uploadModel
+ onFriendRequest

+ acceptFriendRequest
+ block
+ declineFriendRequest
+ follow
+ getAction
+ getSenderUserId
+ getStatus
+ getWallPost
+ joinGroup
+ leaveGroup
+ removeFriend
+ sendFriendRequest
+ unblock
+ unfollow

* login errors on two step
* most functions will detect if you are not logged in automatically and error
* threaded functions now make large get requests viable
* onNotification reconnecting more reliable
* onMessage
* switch back to cheerio
* getWall, onWallPost updated for viewstates, allowing so posts can be easily deleted
* upload -> uploadModel
* groupPayout
* onJoinRequestHandle
* date fixes for daylight savings time for functions with any date in them
* getForumPost returns more info
* reformat and organize functions

v3.0.7

11 Mar 03:47
Compare
Choose a tag to compare

v3
+ demote
+ getForum
+ getForumPost
+ getMessages
+ getWall
+ promote
+ onForumPost
+ onForumReply
+ onJoinRequestHandle
+ onMessage
+ onNotification
+ onShout
+ onWallPost
+ getForumError
+ changeRank
+ getJoinRequests
+ getShout
+ handleJoinRequestId
+ queue
+ getRankNameInGroup
+ shortPoll
* getPlayers rewrite
* Fix and change getRole
* Fix getRolesetInGroupWithJar
* setRank changes
* http reliability fixes
* Speed and reliability improvements for nearly all functions

2.3.2

21 Jan 04:58
Compare
Choose a tag to compare

+ Add getBlurb

  • forumPost detects locked posts
  • README simplified and API moved to wiki

2.2.4

26 Nov 09:22
Compare
Choose a tag to compare

+ Add groupPayout

  • Add clearSession
  • Fix session_only setting being ignored
  • Major fixes to cache system, including XCSRF caches
  • Switch parser from whacko back to cheerio
  • Better support for multiple logins on one jar file
  • Fix handleJoinRequest being unreliable
  • Speed up getPlayers
  • Remove getToken

2.0.3

01 Nov 05:33
Compare
Choose a tag to compare

* Complete internal rework

  • Uses promises instead of callbacks
  • Various API changes
  • Various bug fixes
  • forumPost
  • generalRequest
  • getToken
  • jar
  • getJar
  • setJar
  • getFailureHandler
  • setFailureHandler

1.2.3

22 Feb 02:03
Compare
Choose a tag to compare
  • Added getGeneralToken
  • Fixed buy
  • Fixed exile
  • Made all functions use the same XCSRF token cache (there seems to be a single general token for the entire site)

1.2.0

21 Dec 05:43
Compare
Choose a tag to compare
  • Add getPlayers
  • Fix various typos and formatting errors
  • Change getRoles to return full roleset and adjusted dependents accordingly

1.1.0

02 Dec 15:34
Compare
Choose a tag to compare
  • Added buy
  • Added upload
  • Added getProductInfo
  • Added getVerification
  • Added getUsernameFromId
  • Added getIdFromusername
  • Added verification cache
  • Fixed post
  • Changed readme format
  • Various bug fixes

Initial

31 Oct 14:44
Compare
Choose a tag to compare

First stable, non-production release.