Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Commit 5bf66aa

Browse files
committed
Adding changelog
1 parent f9d77c5 commit 5bf66aa

2 files changed

Lines changed: 53 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Change Log
2+
3+
## [v1.0.0](https://github.com/feathersjs/feathers-socket-commons/tree/v1.0.0) (2016-04-28)
4+
[Full Changelog](https://github.com/feathersjs/feathers-socket-commons/compare/v0.2.3...v1.0.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Support acknowledgement timeouts [\#9](https://github.com/feathersjs/feathers-socket-commons/issues/9)
9+
10+
**Closed issues:**
11+
12+
- Feathers over sockets is totally silent when a hook has errors [\#13](https://github.com/feathersjs/feathers-socket-commons/issues/13)
13+
- Listener warning when you register your own events on the socket [\#10](https://github.com/feathersjs/feathers-socket-commons/issues/10)
14+
15+
**Merged pull requests:**
16+
17+
- Support timeouts for socket clients [\#15](https://github.com/feathersjs/feathers-socket-commons/pull/15) ([daffl](https://github.com/daffl))
18+
- Convert errors in socket callbacks [\#14](https://github.com/feathersjs/feathers-socket-commons/pull/14) ([daffl](https://github.com/daffl))
19+
20+
## [v0.2.3](https://github.com/feathersjs/feathers-socket-commons/tree/v0.2.3) (2016-04-16)
21+
[Full Changelog](https://github.com/feathersjs/feathers-socket-commons/compare/v0.2.2...v0.2.3)
22+
23+
**Merged pull requests:**
24+
25+
- Remove connection setMaxListeners [\#11](https://github.com/feathersjs/feathers-socket-commons/pull/11) ([daffl](https://github.com/daffl))
26+
27+
## [v0.2.2](https://github.com/feathersjs/feathers-socket-commons/tree/v0.2.2) (2016-03-22)
28+
[Full Changelog](https://github.com/feathersjs/feathers-socket-commons/compare/v0.2.1...v0.2.2)
29+
30+
**Merged pull requests:**
31+
32+
- Allow chaining event listeners. [\#6](https://github.com/feathersjs/feathers-socket-commons/pull/6) ([joshuajabbour](https://github.com/joshuajabbour))
33+
34+
## [v0.2.1](https://github.com/feathersjs/feathers-socket-commons/tree/v0.2.1) (2016-03-08)
35+
[Full Changelog](https://github.com/feathersjs/feathers-socket-commons/compare/v0.2.0...v0.2.1)
36+
37+
**Merged pull requests:**
38+
39+
- Set connection max listeners and better debug messages [\#3](https://github.com/feathersjs/feathers-socket-commons/pull/3) ([daffl](https://github.com/daffl))
40+
41+
## [v0.2.0](https://github.com/feathersjs/feathers-socket-commons/tree/v0.2.0) (2016-02-08)
42+
[Full Changelog](https://github.com/feathersjs/feathers-socket-commons/compare/v0.1.0...v0.2.0)
43+
44+
**Merged pull requests:**
45+
46+
- Query params [\#2](https://github.com/feathersjs/feathers-socket-commons/pull/2) ([ekryski](https://github.com/ekryski))
47+
- Adding nsp check [\#1](https://github.com/feathersjs/feathers-socket-commons/pull/1) ([marshallswain](https://github.com/marshallswain))
48+
49+
## [v0.1.0](https://github.com/feathersjs/feathers-socket-commons/tree/v0.1.0) (2016-01-21)
50+
51+
52+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/feathersjs/feathers-socket-commons.png?branch=master)](https://travis-ci.org/feathersjs/feathers-socket-commons)
44

5-
> Shared functionality for websocket providers
6-
7-
## About
8-
9-
10-
## Changelog
11-
12-
__0.1.0__
13-
14-
- Initial release
5+
> Shared functionality for websocket providers like [feathers-socketio](https://github.com/feathersjs/feathers-socketio) and [feathers-primus](https://github.com/feathersjs/feathers-primus)
156
167
## License
178

0 commit comments

Comments
 (0)