3.1 KiB
3.1 KiB
0.1.0-develop.1 (2023-07-22)
Features
- add socketListeners api call (e56cbec)
- track what modules are listening on a socket connection by their module id (39a9114)
0.0.2-develop.10 (2023-07-22)
Bug Fixes
- remove mutex and don't make cb async to prevent race condition (04c7292)
0.0.2-develop.9 (2023-07-12)
0.0.2-develop.8 (2023-07-11)
0.0.2-develop.7 (2023-07-08)
Bug Fixes
- pin buffer version (928cff2)
0.0.2-develop.6 (2023-07-08)
Bug Fixes
- need to patch our own sdk for bundling so we don't need to put the hack in directly (10170bd)
0.0.2-develop.5 (2023-07-05)
Bug Fixes
- need to loop over all protomux message args and await any promises (3a4cfd4)
0.0.2-develop.4 (2023-07-05)
Bug Fixes
- add patch-package to postinstall (5816ab3)
- keypair needs to be a private extended key (57496da)
- need to add browser flag to .presetterrc.json (2f92782)
- we need to use the wasm libsodium @screamingvoid/sodium-universal (411d351)
0.0.2-develop.3 (2023-07-01)
0.0.2-develop.2 (2023-07-01)
Bug Fixes
- rename var nextId (99b355f)