github microsoft/node-pty 0.6.9

latest releases: v1.2.0-beta.12, v1.2.0-beta.11, v1.2.0-beta.10...
8 years ago

Enhancements

  • Documented all ITerminal members with jsdoc #107 via @Tyriar

Bug fixes

  • Prevent potential race condition by not resuming the data stream immediately, it is now left up to consumers to either call ITerminal.on('data', ...) or ITerminal.resume() to resume the stream #99 via @Tyriar, @hexa00
  • Improve exception reporting on Windows and prevent possible pointer leaks #102 via @Tyriar, @rprichard
  • Added on and other event emitter function to typings #105 via @Tyriar, @rollandjb

Don't miss a new node-pty release

NewReleases is sending notifications on new releases.