Releases: TimoBechtel/socketdb
Releases · TimoBechtel/socketdb
v2.1.0
2.1.0 (2020-12-05)
Features
- client: automatically reconnect on connection lost (06c636b)
v2.0.0
2.0.0 (2020-11-23)
Bug Fixes
- client: add check for window object (5b0cbc5)
Features
- replace socket.io with native websockets (8892b41)
BREAKING CHANGES
- API for initializing Server and Client was changed. It does not need a socket.io instance anymore.
v1.0.0
1.0.0 (2020-11-19)
Bug Fixes
- client: callback loop when setting a value in a once callback (1906c75)
- client: changing a value of a received object is not recognized as change on set (45f67ae)