Skip to content

Releases: sindresorhus/ps-list

v9.0.0

26 Sep 08:52

Choose a tag to compare

Breaking

Improvements

  • Add process start time and path fields 69124d0

v8.1.1...v9.0.0

v8.1.1

26 Dec 11:47

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

Choose a tag to compare

v8.0.0...v8.1.0

v8.0.0

04 Nov 13:32

Choose a tag to compare

Breaking

v7.2.0...v8.0.0

v7.2.0

17 Jun 09:03

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

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

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

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

Choose a tag to compare

  • Add TypeScript definition (#28) cfc8961

v6.1.0...v6.2.0

v6.1.0

20 Jan 15:28

Choose a tag to compare

  • Add uid property for macOS and Linux (#25) 254d24d