Changelog
[2.6.0] - 2018.01.06
Changed
- Replaced socket.io on server with ws.
- Replaced socket.io on client with native WebSockets.
Removed
[2.5.2] - 2017.10.26
Changed
- Fixed issue where partner typing was showing after leaving a partner.
- No longer automatically try to find a new partner after disconnect, block or leave.
[2.5.1] - 2017.10.24
Changed
- Fixed issue with Any / All always being selected.
[2.5.0] - 2017.10.24
Added
- Changelog file for easier reading of what has changed.
- Config file added for easier configuration changes.
- Support for running multiple servers.
- Users now have a unique identifier for 24 hours to fix issues with blocking and reconnections.
- Prevention of multiple active sessions.
- Strict mode enabled.
Changed
- Replaced jade view engine with pug
- Major rewrites to both client and server.
- Restrict transport to websockets only.
- Better information on README.md
- Updated npm dependencies.
Removed
- Unnecessary dependency: ws.