New
-
Allow args to be specified in "CommandLine" format on Windows; a pre-escaped
stringthat will be used as is #41var pty = require('pty'); pty.spawn('cmd', '/d /c "dir "test folder""');
-
Distribute TypeScript declaration files (.d.ts typing files) with the npm module #50
Bug fixes
Correctly expose the process ID of the shell process on Windows #45(not fixed #67)- Fix process handle and pointer leaks #49
- Support building on Alpine Linux #40
- Support building on FreeBSD #42
Deprecations
forkandcreateTerminalhave been deprecated in favor ofspawn#43