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.sync
andlookup.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 forps
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 replaceexec
for 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
command
andargument
matching 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