Skip to content

Latest commit

 

History

History
65 lines (54 loc) · 4.16 KB

CHANGELOG.md

File metadata and controls

65 lines (54 loc) · 4.16 KB

0.1.0 (2025-01-29)

Features

  • feat: minor code impr, tech release (90295f7)

0.0.1 (2025-01-29)

Fixes & improvements

  • perf(deps): update zurk to v0.10.2 (eca50f0)
  • perf: update zurk to v0.10.0 (be969d9)
  • fix: added missing references to package.json (8bcfb02)
  • perf: up zurk to v0.9.2, up dev deps (64d28a7)
  • perf: update zurk to v0.6.2, up dev deps (3ff0cde)
  • perf: up zurk to v0.6.0 (de0c5fc)
  • perf: up deps (ce8abc3)
  • fix: enhance err handling (2291f50)
  • fix: mix sync methods to default export (8a5ab95)
  • fix: do not require allowImportingTsExtensions (048db11)
  • fix: ppid search should use strict equal cond (3804857)
  • fix(parse): specify format for wmic output (3ae0dcb)
  • fix: extractWmic (2de556f)
  • docs: rn readme (82b3a08)
  • docs: update usage examples (528ed85)
  • fix: let kill opt be a signal shortcut (14fad84)
  • refactor: finalize ts migration (src part) (8aa1a93)
  • refactor: use zurk as spawner (0d19b51)

Features

  • feat: add tree.sync and lookup.sync (871d44d)
  • feat: let tree opts be optional (7e25163)
  • feat: provide tree API (611065d)
  • feat: return pid as kill response (b267d07)
  • feat: promisify responses (c4ff62d)
  • publish 0.1.6
  • use lx as default options for ps command
  • remove debugging console log for kill()
  • add timeout for kill(), default to 30s
  • publish 0.1.5
  • Add parent process ID support for windows
  • use spawn to replace exec for Linux/Unix system
  • add appVeyor integration
  • use Travis for npm publishing
  • refactor the implementation of kill(), now just a wrapper of built-in process.kill()

2016-06-23

  • Publish 0.1.2
  • change command and argument matching to case insensitive.

2016-05-05

  • Publish 0.1.1 update table-parser to 0.1.1
  • Integrate with Travis-CI linux / mac is fully tested now
  • Manually test on Win10 and Win7

2016-04-26

  • Publish 0.1.0 update table-parser to 0.1.0

2015-09-20

  • Publish 0.0.5.
  • Merge #5: Add license type MIT.
  • Merge #6: Allow for stdout to return the data in chunks.