Skip to content

Releases: antoine-pous/node-teamspeak3-client

v3.0.3

15 Dec 09:17

Choose a tag to compare

v3.0.3 Pre-release
Pre-release

This is a pre-release, use it only for testing purpose and report any issue

  • Detect when the socket connection is closed before sending a query and return a typed error #9
  • Fix broken registered notifications #10

v3.0.2

28 Nov 19:34

Choose a tag to compare

v3.0.2 Pre-release
Pre-release

This is a pre-release, use it only for testing purpose and report any issue

  • Fix issue #6
  • Fix truncated data from socket chunk
  • Export interfaces into @ts3/query-client/interfaces
  • Add a basic client example
  • Removed dynamic events
  • Made some improvements

v3.0.1

26 Nov 12:17

Choose a tag to compare

v3.0.1 Pre-release
Pre-release

This is a pre-release, use it only for testing purpose and report any issue

  • Fix the process queue issue when the data received starts/ends with carriage return

v2.1.1

28 Sep 12:50

Choose a tag to compare

  • Update teamspeak3-utils dependency

v2.1.0

27 Sep 22:10

Choose a tag to compare

  • Add the ISC license file
  • Corrected code documentation and typo fixes
  • Removed unused stuff
  • ts3Client.antiFlood now return an array with the applied antiflood policy
  • Now enabling whitelist mode emit a warn message
  • Implement .notifyRegister and .notifyUnregister methods
  • Improved messages and errors
  • Rewrited basic example implementing the new methods and an automated welcome message example

v2.0.0

03 Jun 16:55

Choose a tag to compare

  • Remove NPMLogger, now you can use your favorite logger using the events emitted (error, warn, info, verbose)
  • Implement connect method to connect on the server instance
  • Remove the constructor usage
  • Rework the server events, now you can listen all events easily
  • Add some verbose logs
  • Implement some fixes

v1.1.1

24 May 09:50

Choose a tag to compare

Fix wrong assignment

v1.1.0

22 May 08:00

Choose a tag to compare

Implement executeNow and anti-flood management

v1.0.1

22 May 08:00

Choose a tag to compare

Update version

v1.0.0

12 May 10:19

Choose a tag to compare

Initial release