Skip to content

0.6.3

Compare
Choose a tag to compare
@Tyriar Tyriar released this 13 Mar 21:19
· 700 commits to main since this release

New

  • Allow args to be specified in "CommandLine" format on Windows; a pre-escaped string that will be used as is #41

    var 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

  • fork and createTerminal have been deprecated in favor of spawn #43