Skip to content

Commit

Permalink
[chore] release 1.5.0 (#2711)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne authored Oct 6, 2016
1 parent 43d9a4b commit c94058f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@

1.5.0 / 2016-10-06
==================

* [feature] stop append /# before id when no namespace (#2508)
* [feature] Add a 'disconnecting' event to access to socket.rooms upon disconnection (#2332)
* [fix] Fix query string management (#2422)
* [fix] add quote to exec paths, prevent error when spaces in path (#2508)
* [docs] Prevent mixup for new programmers (#2599)
* [example] Fix chat display in Firefox (#2477)
* [chore] Add gulp & babel in the build process (#2471)
* [chore] Bump engine.io to 1.7.0 (#2707)
* [chore] Remove unused zuul-ngrok dependency (#2708)
* [chore] Point towards current master of socket.io-client (#2710)
* [chore] Restrict files included in npm package (#2709)
* [chore] Link build badge to master branch (#2549)

1.4.8 / 2016-06-23
==================

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "socket.io",
"version": "1.4.8",
"version": "1.5.0",
"description": "node.js realtime framework server",
"keywords": [
"realtime",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"engine.io": "1.7.0",
"socket.io-parser": "2.2.6",
"socket.io-client": "git://github.com/socketio/socket.io-client",
"socket.io-client": "1.5.0",
"socket.io-adapter": "0.4.0",
"has-binary": "0.1.7",
"debug": "2.2.0"
Expand Down

0 comments on commit c94058f

Please sign in to comment.