Skip to content

0.6.9

Compare
Choose a tag to compare
@Tyriar Tyriar released this 10 Jul 00:15

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