Releases: antoine-pous/node-teamspeak3-client
Releases · antoine-pous/node-teamspeak3-client
v3.0.3
v3.0.2
v3.0.1
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
v2.1.0
- 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
- Remove NPMLogger, now you can use your favorite logger using the events emitted (error, warn, info, verbose)
- Implement
connectmethod 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
Fix wrong assignment
v1.1.0
Implement executeNow and anti-flood management
v1.0.1
Update version
v1.0.0
Initial release