7.7 KiB
7.7 KiB
0.1.0-develop.25 (2023-09-01)
Bug Fixes
- fix import (ca1a3dd)
0.1.0-develop.24 (2023-09-01)
0.1.0-develop.23 (2023-09-01)
0.1.0-develop.22 (2023-09-01)
Features
- port listen method (a75c57b)
0.1.0-develop.21 (2023-09-01)
Bug Fixes
- await not needed (9645105)
0.1.0-develop.20 (2023-09-01)
0.1.0-develop.19 (2023-09-01)
0.1.0-develop.18 (2023-09-01)
Bug Fixes
- export S5Node type (1c1ec97)
0.1.0-develop.17 (2023-09-01)
Bug Fixes
- browser returns a Blob, so convert to a buffer if we have a blob (80dd92d)
- missing uri argument for node WS (8b7ffa8)
0.1.0-develop.16 (2023-09-01)
Bug Fixes
- add support for browser WS by checking if we are in node (0a15337)
0.1.0-develop.15 (2023-09-01)
0.1.0-develop.14 (2023-08-31)
Bug Fixes
- make uris optional (a4c5dd5)
0.1.0-develop.13 (2023-08-31)
Bug Fixes
- only set socket if passed (a7b3129)
0.1.0-develop.12 (2023-08-31)
0.1.0-develop.11 (2023-08-31)
0.1.0-develop.10 (2023-08-31)
0.1.0-develop.9 (2023-08-31)
0.1.0-develop.8 (2023-08-31)
Bug Fixes
- fix imports (9305f3d)
0.1.0-develop.7 (2023-08-31)
Bug Fixes
- use URL type from url package not global URL (0af8bb3)
0.1.0-develop.6 (2023-08-31)
Bug Fixes
- add createKeyPair factory that defaults to a random key (42ef635)
0.1.0-develop.5 (2023-08-31)
0.1.0-develop.4 (2023-08-31)
Bug Fixes
- add getter for networkId and hashQueryRoutingTable (6ebc477)
- ed25519.sign arguments are wrong order (5585907)
- fix object references (e342982)
- missing p2p object on S5Config (b5e491b)
- need to store peer, set the id the pass it to onNewPeer (7afc759)
- need to use unpacked data from signed message (35ebf74)
- update registered messages (87d1e6b)
0.1.0-develop.3 (2023-08-31)
0.1.0-develop.2 (2023-08-31)
Bug Fixes
- add main to package.json (4672112)
0.1.0-develop.1 (2023-08-31)
Bug Fixes
- _newBuf needs to reset offset to 0 (31e63f6)
- add registry to services object in interface (22e486e)
- add some exports (5a1dca9)
- check protocol with colon (a4b692b)
- do a truthy check on networkId (68b7ffa)
- fix retry logic (1221d7d)
- import websocket (132f43c)
- need a getter for id (fbffb1d)
- pass the event data, not the event itself (42cd101)
- remove unneeded getPublicKey call (ae40d52)
- unsupported url needs to be a real but dummy one (17ff5fd)
- update import (91a15bd)
- update level imports (68e6c3a)
- we dont need to strip out auth (a021243)
Features
- initial version (2f2ae2f)