Skip to content

Releases: randunel/node-srcds-rcon

2.2.0

Choose a tag to compare

@randunel randunel released this 20 Feb 12:50
Disconnect.

2.1.1

Choose a tag to compare

@randunel randunel released this 10 Jan 10:51
  • integration tests

2.1.0

Choose a tag to compare

@randunel randunel released this 02 Jan 18:14
  • added command timeout
  • handle higher command packets as unexpected and reject

2.0.0

Choose a tag to compare

@randunel randunel released this 02 Dec 23:57

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

Choose a tag to compare

@randunel randunel released this 02 Dec 23:40
  • final 1.x version
  • node 0.8 compatible