Releases: elementbound/nlon
Releases · elementbound/nlon
v1.2.1
What's Changed
- fix: Peer.send to support any message type
- feat: Implement Peer method to initiate correspondence without sending data
- feat: Always run read handlers on Correspondence#next
Full Changelog: v1.0.1...v1.2.1
v1.0.1
Description
Patch release fixing a missing index.mjs file in nlon-socket
What's Changed
- Fix/add missing index by @elementbound in #38
Full Changelog: v1.0.0...v1.0.1
v1.0.0
npm: nlon | nlon-socket | nlon-websocket
Description
Initial release, including:
- (nlon) Reference implementation of the protocol
- (nlon-socket) A TCP socket adapter for nlon
- (nlon-websocket) A WebSocket adapter for nlon
- Content + scripting for the site
What's Changed
- Implement Server by @elementbound in #1
- Feat/consolidate server client by @elementbound in #15
- Add PR template by @elementbound in #17
- Chore/update utap by @elementbound in #22
- Feat/websocket example by @elementbound in #21
- Perf/cleanup closed by @elementbound in #28
- Feat/expose connections by @elementbound in #29
- Add JSDoc workflow by @elementbound in #32
- Doc/protocol by @elementbound in #30
- Chore/tidy packages by @elementbound in #35
- Fix failing build by @elementbound in #37
Full Changelog: https://github.com/elementbound/nlon/commits/v1.0.0