- Add max http size parameter
- Disallow to unregister if another function has been registered
- Fix bug when reconnecting
- Simplify RPC call logic (#23)
- Add multiple RPC registration policies (#22)
- Fix linux cli
- Enhance npmignore
- Add namespaced env var
- Add licence
- Fix main config
- Add browser config
- Change to esm module (#11)
- Rename to wire.io
- Add npx instructions
- Change onMaster / session join order
- Enhance reconnection workflow
- Fix userLeave/enter signal subscription
- Add dockerfile
- Update babel
- Update socket.io
- Add server command
- Allow multi room
- Update ini to fix security warning
- Update jest
- Add CI
- Update socket to latest version and ensure compat
- Add logs to server
- Change room creation API
- Add onJoin callback and handle reconnection
- Allow async registered callback
- Bump lodash from 4.17.15 to 4.17.19
- Add room parameter to onMaster callback
- Update readme
- Add master event when user became master
- Fix multiple RPC result on one call
- Fix RPC broken when client disconnected
- Add user Events
- Prepare to publish