Skip to content

Releases: SabakiHQ/gtp

@sabaki/gtp v1.5.0

30 Nov 14:41
Compare
Choose a tag to compare
  • Add StreamController class for controlling engine over arbitrary communication channels

@sabaki/gtp v1.4.0

10 Nov 13:22
Compare
Choose a tag to compare
  • controller.sendCommand() ensures Promise rejection when engine has stopped while waiting for response

@sabaki/gtp v1.3.0

23 Sep 13:58
Compare
Choose a tag to compare
  • Fix command subscriptions not being removed when killing an engine
  • Add Engine class for writing engines

@sabaki/gtp v1.2.0

23 Sep 09:58
Compare
Choose a tag to compare
  • Ability to subscribe to responses: Every time the engine sends a new line, a callback function will be called.