Releases: microsoft/node-pty
Releases · microsoft/node-pty
0.7.5
Bug fixes
- Don't publish test files #202 via @coderaiser
- Also deliver signals other than SIGHUP to all slave processes #169 via @Daniel-Abrecht
Internal improvements
- Updated to [email protected] (fixes compile under node 10) #192 via @Tyriar
- Updated several dev dependencies #183 via @cancerberoSgx
- Disable OSX on TravisCI #173 via @Tyriar
- Integrate VSTS for CI #193 via @Tyriar
- Add several tslint rules #172 via @Tyriar
Documentation
- Added explicit TypeScript typings #182 via @Tyriar
- Improve setup instructions on Windows #184 via @cancerberoSgx
- New real-world use: "atom-xterm" #175 via @amejia1
- New real-world use: "FreeMAN" #171 via @matthew-matvei
- Fix link in README #165 via @levrik
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
Enhancements
Bug fixes
spawn
options are now optional on Windows #115 via @Tyriarpid
is now exposed onITerminal
in the TS declaration #119 via @Tyriar- Throw Node.JS exceptions instead of native exceptions when resize fails #136 via @Tyriar
Documentation
- Don't use >br< in README.md #133 via @ioquatix
- New real-world use: "Script Runner" #132 via @ioquatix
Internal improvements
0.6.10
0.6.9
Enhancements
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', ...)
orITerminal.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