Loading CHANGELOG.md +11 −0 Original line number Diff line number Diff line # Pre-release ## Version 0.9 - BanchoLobby: Scores sorting - BanchoLobby: Pass the sorted scores array when a match is finished - BanchoLobby: Add more examples - BanchoLobby: Rewrite synchronous queues - BanchoLobby: Fix playerJoined event not working in TeamVS - BanchoLobby: Fix changeTeam method not working - BanchoLobby: Fix race condition with beatmap changing - Emit PART for every channel on disconnection ## Version 0.8 ### Version 0.8.1 Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ [](https://nodei.co/npm/bancho.js/) [](https://git.cartooncraft.fr/ThePooN/bancho.js/commits/master) ## Current release: v0.8.1 ## Current release: v0.9.0 # Introduction Loading package-lock.json +1 −1 Original line number Diff line number Diff line { "name": "bancho.js", "version": "0.8.1", "version": "0.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { Loading package.json +1 −1 Original line number Diff line number Diff line { "name": "bancho.js", "version": "0.8.1", "version": "0.9.0", "description": "Interface with Bancho over IRC, made easy and reliable", "main": "index.js", "types": "index.d.ts", Loading Loading
CHANGELOG.md +11 −0 Original line number Diff line number Diff line # Pre-release ## Version 0.9 - BanchoLobby: Scores sorting - BanchoLobby: Pass the sorted scores array when a match is finished - BanchoLobby: Add more examples - BanchoLobby: Rewrite synchronous queues - BanchoLobby: Fix playerJoined event not working in TeamVS - BanchoLobby: Fix changeTeam method not working - BanchoLobby: Fix race condition with beatmap changing - Emit PART for every channel on disconnection ## Version 0.8 ### Version 0.8.1 Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ [](https://nodei.co/npm/bancho.js/) [](https://git.cartooncraft.fr/ThePooN/bancho.js/commits/master) ## Current release: v0.8.1 ## Current release: v0.9.0 # Introduction Loading
package-lock.json +1 −1 Original line number Diff line number Diff line { "name": "bancho.js", "version": "0.8.1", "version": "0.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { Loading
package.json +1 −1 Original line number Diff line number Diff line { "name": "bancho.js", "version": "0.8.1", "version": "0.9.0", "description": "Interface with Bancho over IRC, made easy and reliable", "main": "index.js", "types": "index.d.ts", Loading