Releases: s0/node-tcnet
v0.5.1
v0.5.0
Minor Changes
-
ffac14f: Make shutdown return a Promise
More cleanly wait for the client's connections to shut-down by returning a
promise that only resolves once the connection is closed. -
e15a550: Improve parsing of TCNetTimePackets
-
d4179de: Remove pioneer module
Removing the pioneer module and related exports as package should remain
vendor-agnostic,
and we don't want to keep this module maintained with the more
disruptive changes we're making. -
f8a2730: Improve interface for TCNetDataPacketMetrics
-
bc54603: Improve parsing of TCNetStatusPacket
-
81c75e4: Improve parsing of TCNetDataPacketMetadata
-
15e2ed3: Consistently use 0-based indexing for layer ID
-
db2eb59: Always emit data and broadcast events
Ensure that data and broadcast packets are always accessible to listeners,
even when the library hasn't added specific handling for it,
or when we're receiving packets that aren't part of a request we've made.
v0.4.0
Minor Changes
- Update build process and dependencies
v0.3.1
Patch Changes
- Fix peer dependency version for pino
v0.3.0
v0.2.0
First release independent of upstream
Minor Changes
- Allow for specifying a custom broadcast listening address