1.2.1 (2026-04-08)
1.2.0 (2026-04-07)
- refactor: optimize internal polling flow (cad5b6f)
- docs: update usage examples (29e4f93)
- refactor: internal code imprs (64fe5bb)
- feat: ensure kill confirmation (3307702)
1.1.0 (2026-04-06)
- feat: enhance ps args scheme to extend compat range (46f6bf0)
1.0.0 (2025-09-26)
- feat: support win2025 flow (#15) (f199620)
- win-2025 uses
pwshto obtain process list tree instead ofwmic(f199620)
0.1.4 (2025-07-13)
- fix: handle perm errors on bin resolver (123733b)
0.1.3 (2025-07-11)
0.1.2 (2025-06-27)
- fix: update @webpod/ingrid to v1.0.0 (a548fea)
0.1.1 (2025-04-01)
- perf: up deps (1ca66a9)
0.1.0 (2025-01-29)
- feat: minor code impr, tech release (90295f7)
0.0.1 (2025-01-29)
- 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)
- feat: add
tree.syncandlookup.sync(871d44d) - feat: let
treeopts be optional (7e25163) - feat: provide
treeAPI (611065d) - feat: return pid as
killresponse (b267d07) - feat: promisify responses (c4ff62d)
- publish 0.1.6
- use
lxas default options forpscommand - 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
spawnto replaceexecfor Linux/Unix system - add appVeyor integration
- use Travis for npm publishing
- refactor the implementation of
kill(), now just a wrapper of built-inprocess.kill()
- Publish 0.1.2
- change
commandandargumentmatching to case insensitive.
- 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
- Publish 0.1.0 update table-parser to 0.1.0