Skip to content

Releases: randunel/node-srcds-rcon

2.2.0

20 Feb 12:50
Compare
Choose a tag to compare
Disconnect.

2.1.1

10 Jan 10:51
Compare
Choose a tag to compare
  • integration tests

2.1.0

02 Jan 18:14
Compare
Choose a tag to compare
  • added command timeout
  • handle higher command packets as unexpected and reject

2.0.0

02 Dec 23:57
Compare
Choose a tag to compare

Major release

  • Support for latest node.js versions (4.x and newer)
  • ES6 code
  • Promises
  • No more classes, only objects
  • Error handling
  • Removed commands parsing, all commands must be sent as text now
  • Fixed text separator for multi packet responses

1.1.7

02 Dec 23:40
Compare
Choose a tag to compare
  • final 1.x version
  • node 0.8 compatible