- fix: fix the memory leak (#51)
- fix: when use external cookie, ctx.session should work. (#48)
- fix (uws): Update this to a fixed version and whole project to Node 8,10 (#47)
- fix (index.d.ts): 'of' missing 'route' with unit tests (#46)
- doc (README.md/README-zh_CN.md): Add clarification (#45)
- feat: Allow users to re-define new generatorID for Socket Server (#44)
- doc: add uws deprecated information (#43)
- docs: fix ws engine name (#40)
- chore: improve .d.ts declaration (#37)
- docs: Update user.js (#38)
- docs: add wechat little program solution doc (#36)
- feat: Add declaration support (#35)
- fix: when system event occured , should pass the right socket object (#34)
- revert: eggjs#32 (#33)
- feat: update deps & License
- fix: miss 'egg-core' dependency may cause a error (#32)
- fix: throw Error to native socket.io (#31)
- fix: fix crash when client close the socket. (#30)
- fix: fix readme error (#29)
- feat: support egg2 (#28)
- fix: upgrade the example version (#27)
- feat: [BREAKING_CHANGE] support class based async controllers.Use a single async function as module's default export won't be supported.(#26)
- docs: fix typo (#25)
- docs: redis config zh_CN (#24)
- docs: redis config (#23)
- docs: npm scripts --sticky (#22)
- docs: README for async await usage (#21)
- feat: add async support for controller. (#20)
- fix: add the egg required keys config (#19)
- deps: upgrade (#18)
- fix: lock socket.io to v2.0.1 fix the error (#17)
- deps: upgrade socket.io to 2 (#16)
- fix:when a channel has error must throw the exception.#865 (#14)
- fix:middleware sometimes not release(#803)
- test:add ns test case (#12)
- feat:add engine.io config support (#11)
- feat:error log (#10)
- doc:add cluster doc (#9)
- doc:add nginx conf (#8)
- doc: fix readme (#7)
- test:fix windows test (#6)
- test:more test (#5)
- chore:fix format
- chore:fix example (#4)
- feat: add session support (#3)
- doc:update readme (#2)
- feat:first-implement