Skip to content

Releases: s0/node-tcnet

v0.5.1

10 Feb 15:33
1db513a

Choose a tag to compare

Patch Changes

  • 663a2a9: Allow simpler logger implementations

v0.5.0

19 Jan 20:28
a5404a2

Choose a tag to compare

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

13 Jan 22:10
2f702fd

Choose a tag to compare

Minor Changes

  • Update build process and dependencies

v0.3.1

16 Nov 17:03
244c244

Choose a tag to compare

Patch Changes

  • Fix peer dependency version for pino

v0.3.0

16 Nov 16:58
51af5d7

Choose a tag to compare

Minor Changes

  • 0212908: Remove usage of console, and introduce logging config using pino

v0.2.0

16 Nov 16:16
b7ed665

Choose a tag to compare

First release independent of upstream

Minor Changes

  • Allow for specifying a custom broadcast listening address