Skip to content

Releases: sindresorhus/ps-list

v8.1.1

26 Dec 11:47
Compare
Choose a tag to compare
  • Fix process name being truncated on macOS (#55) 8acb5c4

v8.1.0...v8.1.1

v8.1.0

17 Jan 18:47
Compare
Choose a tag to compare

v8.0.0...v8.1.0

v8.0.0

04 Nov 13:32
Compare
Choose a tag to compare

Breaking

v7.2.0...v8.0.0

v7.2.0

17 Jun 09:03
Compare
Choose a tag to compare
  • Improve compatibility with various systems and reduce the chance of the bundled binary triggering false-positive virus alerts (#43) c7937c5

v7.1.0...v7.2.0

v7.1.0

26 May 03:03
Compare
Choose a tag to compare
  • Improve performance and Unicode support on Windows (#40) 564f5b6

v7.0.0...v7.1.0

v7.0.0

11 Feb 22:26
Compare
Choose a tag to compare

Breaking

Breaking for TypeScript users

  • Only use a CommonJS export for the TypeScript definition (reason)
    You need to change import psList from 'ps-list'; to import psList = require('ps-list');

Enhancements

  • Improve performance by using one ps execution internally instead of multiple when possible (#30) 285f434
  • Don't show the console window on Windows 92346b4

v6.3.0...v7.0.0

v6.3.0

31 Mar 12:00
Compare
Choose a tag to compare
  • Refactor TypeScript definition to CommonJS compatible export (#31) 9c6f89d

v6.2.0...v6.3.0

v6.2.0

08 Mar 08:31
Compare
Choose a tag to compare

v6.1.0...v6.2.0

v6.1.0

20 Jan 15:28
Compare
Choose a tag to compare
  • Add uid property for macOS and Linux (#25) 254d24d

v6.0.0

13 Oct 15:16
Compare
Choose a tag to compare

Breaking:

  • Requires Node.js 8. 50606e1
  • The .cmd property was removed on Windows since it was not correct. 537ec94

Other:

  • 5x faster performance on Windows. 537ec94
  • Added .ppid property on Windows. 537ec94