Releases: pbomb/koa-ws-socket
Releases · pbomb/koa-ws-socket
v3.0.1
3.0.1 (2018-03-20)
Bug Fixes
- TypeScript: Fix TS export (ab4e405)
v3.0.0
3.0.0 (2018-03-20)
- Remove rollup (78fed74)
- Only call middleware for "message" event (bd932b6)
BREAKING CHANGES
- Changed library consumption
- No longer calling middleware for non-message events
v2.0.0
2.0.0 (2018-03-15)
BREAKING CHANGES
- Upgrading ws to next major version
v1.0.2
1.0.2 (2018-01-02)
Bug Fixes
- middleware not waiting for handler to resolve (#10) (06e4d41)
v1.0.1
1.0.1 (2018-01-02)
Bug Fixes
- Run middleware around event handler (b9de72e)
v1.0.0
1.0.0 (2017-11-09)
Chores
- TypeScript: Fix imports of koa-compose (#8) (168da56)
BREAKING CHANGES
- TypeScript: Upgraded library dependencies
v0.1.0
0.1.0 (2017-10-06)
Features
- Initial implementation of library (2e8d217)