Skip to content

Releases: twisterghost/patchwire

v0.4.0

Choose a tag to compare

@twisterghost twisterghost released this 12 Sep 18:48
  • Added ClientManager.disconnectClient
  • Changed interface for clientDropped event on ClientManager
  • Improved handling of client errors and disconnects

v0.3.0

Choose a tag to compare

@twisterghost twisterghost released this 12 Sep 17:58

Changes:

  • Removed Client.batchSend
  • Data blobs are now padded with a whitespace string for clients to separate individual commands that arrive in batches
  • Batches of data are now all sent normally as opposed to in {batch: true} wrappers
  • Updated dependencies and tests

v0.2.0

Choose a tag to compare

@twisterghost twisterghost released this 11 Sep 02:27

New

  • Tick Mode: Send out commands from the server in set intervals to synchronize data

Internals

  • Improved code documentation
  • Improved test coverage

v0.1.2

Choose a tag to compare

@twisterghost twisterghost released this 06 Sep 16:35

Bugfixes

  • Fixed a bug where dropped clients weren't being removed from ClientManager instances.

v0.1.0

Choose a tag to compare

@twisterghost twisterghost released this 06 Sep 02:23

Initial release! You can find this on npm as well