socketdb

Real-time data synchronization

MIT License

Downloads
602
Stars
5
Committers
4

Bot releases are visible (Hide)

socketdb - v3.9.0

Published by github-actions[bot] over 2 years ago

3.9.0 (2022-05-13)

Features

  • server: allow adding a user context (b00f0bc), closes #26
socketdb - v3.8.1

Published by github-actions[bot] about 3 years ago

3.8.1 (2021-10-17)

Bug Fixes

  • typescript: allow using types without providing a generic type (a973a93)
socketdb - v3.8.0

Published by github-actions[bot] about 3 years ago

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)
socketdb - v3.7.2

Published by github-actions[bot] over 3 years ago

3.7.2 (2021-02-22)

Bug Fixes

  • client: each called multiple times (09451f6)
socketdb - v3.7.1

Published by github-actions[bot] over 3 years ago

3.7.1 (2021-02-22)

Bug Fixes

  • client: not notifying "each" when higher path is subscribed (2da5a9c)
socketdb - v3.7.0

Published by github-actions[bot] over 3 years ago

3.7.0 (2021-02-19)

Features

  • hooks: add hooks context (c12e6c7)
socketdb - v3.6.3

Published by github-actions[bot] over 3 years ago

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)
socketdb - v3.6.2

Published by github-actions[bot] over 3 years ago

3.6.2 (2021-02-18)

Bug Fixes

  • client: first subscription sometimes not receiving value (6100494), closes #19
socketdb - v3.6.1

Published by github-actions[bot] over 3 years ago

3.6.1 (2021-02-17)

Bug Fixes

  • client: once cancels other subscriptions (7e68a87), closes #20
socketdb - v3.6.0

Published by github-actions[bot] over 3 years ago

3.6.0 (2021-02-15)

Features

  • client: add disconnnect function (2c26ec4)
socketdb - v3.5.1

Published by TimoBechtel over 3 years ago

3.5.1 (2021-02-15)

Bug Fixes

  • hooks: passing metadata as reference (3f4cff7)
socketdb - v3.5.0

Published by github-actions[bot] over 3 years ago

3.5.0 (2021-02-13)

Features

  • browser: add browser bundle (cd070eb), closes #13
socketdb - v3.4.0

Published by github-actions[bot] over 3 years ago

3.4.0 (2021-02-12)

Features

  • hooks: add delete hooks (3d2cabc)
socketdb - v3.3.0

Published by github-actions[bot] over 3 years ago

3.3.0 (2021-02-12)

Features

socketdb - v3.2.0

Published by github-actions[bot] over 3 years ago

3.2.0 (2021-02-12)

Features

  • client: allow setting metadata (f35131b), closes #7
socketdb - v3.1.0

Published by github-actions[bot] over 3 years ago

3.1.0 (2021-02-11)

Features

  • plugins: add hook based plugin system (a40b61a), closes #8
socketdb - v3.0.0

Published by github-actions[bot] over 3 years ago

3.0.0 (2021-01-30)

Code Refactoring

BREAKING CHANGES

  • store api has changed. it now returns and accepts only node object types. this also
    changes the server api, as the update and get methods now also require data as node types.
socketdb - v2.2.0

Published by github-actions[bot] over 3 years ago

2.2.0 (2021-01-21)

Features

  • client: add client side update batching (720c33a)
socketdb - v2.1.2

Published by github-actions[bot] almost 4 years ago

2.1.2 (2020-12-19)

Bug Fixes

  • dependencies: fix missing ws dependency (5e56c75)
socketdb - v2.1.1

Published by github-actions[bot] almost 4 years ago

2.1.1 (2020-12-14)

Bug Fixes

  • issues with unsubscribing and resubscribing (b3bfd99)