Releases: TimoBechtel/socketdb
Releases · TimoBechtel/socketdb
v6.0.0
v5.0.1
v5.0.0
5.0.0 (2023-01-20)
⚠ BREAKING CHANGES
- core: the store now returns null if there is no data for a given path instead of always returning an empty node. if you use a custom store or use the store from @socketdb/core directly, make sure to update accordingly.
- changed the underlying events-system. this breaks compatibility with previous versions. make sure to upgrade both client and server.
Bug Fixes
- each callback not run again after data for path has been re-added (c3f0d35)
Code Refactoring
- core: store returns null for empty data (c3f0d35)
v4.2.1
v4.2.0
v4.1.1
v4.1.0
v4.0.2
v4.0.1
v4.0.0
4.0.0 (2022-11-14)
⚠ BREAKING CHANGES
- socketdb has been split into @socketdb/client & @socketdb/server
- changed the underlying events-system. this breaks compatibility with previous versions. make sure to upgrade both client and server