Skip to content

Latest commit

 

History

History
115 lines (86 loc) · 6.74 KB

File metadata and controls

115 lines (86 loc) · 6.74 KB

1.2.1 (2026-04-08)

Fixes & improvements

  • refactor: single kill confirmation queue (86ea498)
  • refactor: simplify internals (65a394f)

1.2.0 (2026-04-07)

Fixes & improvements

  • refactor: optimize internal polling flow (cad5b6f)
  • docs: update usage examples (29e4f93)
  • refactor: internal code imprs (64fe5bb)

Features

  • feat: ensure kill confirmation (3307702)

1.1.0 (2026-04-06)

Features

  • feat: enhance ps args scheme to extend compat range (46f6bf0)

1.0.0 (2025-09-26)

Features

  • feat: support win2025 flow (#15) (f199620)

BREAKING CHANGES

  • win-2025 uses pwsh to obtain process list tree instead of wmic (f199620)

0.1.4 (2025-07-13)

Fixes & improvements

  • fix: handle perm errors on bin resolver (123733b)

0.1.3 (2025-07-11)

Fixes & improvements

  • fix: enhance bin search (c7acafc)
  • fix: update @webpod/ingrid to v1.1.1 (e5d0285)

0.1.2 (2025-06-27)

Fixes & improvements

  • fix: update @webpod/ingrid to v1.0.0 (a548fea)

0.1.1 (2025-04-01)

Fixes & improvements

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.