Skip to content

Releases: twisterghost/patchwire

v0.4.0

12 Sep 18:48
Compare
Choose a tag to compare
  • Added ClientManager.disconnectClient
  • Changed interface for clientDropped event on ClientManager
  • Improved handling of client errors and disconnects

v0.3.0

12 Sep 17:58
Compare
Choose a tag to compare

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

11 Sep 02:27
Compare
Choose a tag to compare

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

06 Sep 16:35
Compare
Choose a tag to compare

Bugfixes

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

v0.1.0

06 Sep 02:23
Compare
Choose a tag to compare

Initial release! You can find this on npm as well