Skip to content

Releases: TimoBechtel/socketdb

v3.9.0

13 May 10:12
Compare
Choose a tag to compare

3.9.0 (2022-05-13)

Features

  • server: allow adding a user context (b00f0bc), closes #26

v3.8.1

17 Oct 17:24
Compare
Choose a tag to compare

3.8.1 (2021-10-17)

Bug Fixes

  • typescript: allow using types without providing a generic type (a973a93)

v3.8.0

17 Oct 13:24
Compare
Choose a tag to compare

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

22 Feb 13:14
Compare
Choose a tag to compare

3.7.2 (2021-02-22)

Bug Fixes

  • client: each called multiple times (09451f6)

v3.7.1

22 Feb 12:35
Compare
Choose a tag to compare

3.7.1 (2021-02-22)

Bug Fixes

  • client: not notifying "each" when higher path is subscribed (2da5a9c)

v3.7.0

19 Feb 20:40
Compare
Choose a tag to compare

3.7.0 (2021-02-19)

Features

  • hooks: add hooks context (c12e6c7)

v3.6.3

19 Feb 00:11
Compare
Choose a tag to compare

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

18 Feb 14:40
Compare
Choose a tag to compare

3.6.2 (2021-02-18)

Bug Fixes

  • client: first subscription sometimes not receiving value (6100494), closes #19

v3.6.1

17 Feb 20:43
Compare
Choose a tag to compare

3.6.1 (2021-02-17)

Bug Fixes

  • client: once cancels other subscriptions (7e68a87), closes #20

v3.6.0

15 Feb 14:04
Compare
Choose a tag to compare

3.6.0 (2021-02-15)

Features

  • client: add disconnnect function (2c26ec4)