Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bancho.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hugo "ThePooN" Denizart
bancho.js
Commits
7a6500b3
Commit
7a6500b3
authored
Jun 29, 2018
by
Hugo "ThePooN" Denizart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.9.1
parent
2cd84bcf
Pipeline
#2053
passed with stage
in 1 minute and 50 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
3 deletions
+11
-3
CHANGELOG.md
CHANGELOG.md
+8
-0
README.md
README.md
+1
-1
package-lock.json
package-lock.json
+1
-1
package.json
package.json
+1
-1
No files found.
CHANGELOG.md
View file @
7a6500b3
...
...
@@ -2,6 +2,14 @@
## Version 0.9
### Version 0.9.1
-
PrivateMessage: add recipient property
-
Export BanchoMessage, PrivateMessage, ChannelMessage
-
Many fixes on TypeScript typings
### Version 0.9.0
-
BanchoLobby: Scores sorting
-
BanchoLobby: Pass the sorted scores array when a match is finished
-
BanchoLobby: Add more examples
...
...
README.md
View file @
7a6500b3
...
...
@@ -3,7 +3,7 @@
[

](https://nodei.co/npm/bancho.js/)
[

](https://git.cartooncraft.fr/ThePooN/bancho.js/commits/master)
## Current release: v0.9.
0
## Current release: v0.9.
1
# Introduction
...
...
package-lock.json
View file @
7a6500b3
{
"name"
:
"bancho.js"
,
"version"
:
"0.9.
0
"
,
"version"
:
"0.9.
1
"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
package.json
View file @
7a6500b3
{
"name"
:
"bancho.js"
,
"version"
:
"0.9.
0
"
,
"version"
:
"0.9.
1
"
,
"description"
:
"Interface with Bancho over IRC, made easy and reliable"
,
"main"
:
"index.js"
,
"types"
:
"index.d.ts"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment