Releases: TimoBechtel/socketdb
Releases · TimoBechtel/socketdb
v3.9.0
3.9.0 (2022-05-13)
Features
- server: allow adding a user context (b00f0bc), closes #26
v3.8.1
3.8.1 (2021-10-17)
Bug Fixes
- typescript: allow using types without providing a generic type (a973a93)
v3.8.0
3.8.0 (2021-10-17)
Features
- plugins: add server api to plugin context (35e6d76)
- typescript: add type checking by using a data schema (aeb93c4)
v3.7.2
3.7.2 (2021-02-22)
Bug Fixes
- client: each called multiple times (09451f6)
v3.7.1
3.7.1 (2021-02-22)
Bug Fixes
- client: not notifying "each" when higher path is subscribed (2da5a9c)
v3.7.0
3.7.0 (2021-02-19)
Features
v3.6.3
3.6.3 (2021-02-19)
Bug Fixes
- server: issue that server wont send update on deletion (f5d30a1)
- server: issue with sending empty updates (c270da2)
v3.6.2
3.6.2 (2021-02-18)
Bug Fixes
- client: first subscription sometimes not receiving value (6100494), closes #19
v3.6.1
3.6.1 (2021-02-17)
Bug Fixes
- client: once cancels other subscriptions (7e68a87), closes #20
v3.6.0
3.6.0 (2021-02-15)
Features
- client: add disconnnect function (2c26ec4)