Commit 478a4bdf authored by Hugo Denizart's avatar Hugo Denizart
Browse files

Release v0.9.0

parent ae02c048
Loading
Loading
Loading
Loading
Loading
+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
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
[![NPM](https://nodei.co/npm/bancho.js.png?compact=true)](https://nodei.co/npm/bancho.js/)  
[![pipeline status](https://git.cartooncraft.fr/ThePooN/bancho.js/badges/master/pipeline.svg)](https://git.cartooncraft.fr/ThePooN/bancho.js/commits/master)

## Current release: v0.8.1
## Current release: v0.9.0

# Introduction

+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": {
+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",