github microsoft/node-pty 0.6.3

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

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

Don't miss a new node-pty release

NewReleases is sending notifications on new releases.