Skip to content

Releases: hilleer/kill-port-process

v4.0.2

02 Mar 09:57
65e4a27

Choose a tag to compare

What's Changed

  • build(deps-dev): bump the dev-dependencies group with 2 updates by @dependabot[bot] in #206
  • Fix/locked versioning by @hilleer in #208
  • build(deps-dev): bump minimatch from 9.0.5 to 9.0.9 by @dependabot[bot] in #205
  • build(deps): bump pid-port from 1.0.2 to 2.0.1 by @dependabot[bot] in #207

Full Changelog: v4.0.0...v4.0.2

v4.0.1

02 Mar 08:01
78ae77b

Choose a tag to compare

Full Changelog: v4.0.0...v4.0.1

v4.0.0

26 Feb 21:56
2bb6979

Choose a tag to compare

What's Changed

  • fix: pipe xargs stdout to process.stdout instead of process.stdin by @remorses in #199
  • Chore: add xargs.stdout.resume() for defensive stream handling by @hilleer in #201
  • Use replace pid-from-port with port-to-pid by @hilleer in #204
  • Feat/silent-flag by @hilleer in #162

Breaking changes

  • >= node 20

New Contributors

Full Changelog: v3.2.1...v4.0.0

v3.2.1

27 Nov 13:24

Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.2.1

v3.2.0

25 Sep 15:20

Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.2.0

v3.1.0

21 Jul 06:13

Choose a tag to compare

  • New feature: Kill processes gracefully (unix only). See README for usage details.

#32

v3.0.1

16 Oct 11:54

Choose a tag to compare

v3.0.0

20 Aug 07:23

Choose a tag to compare

Changes

  • Update tests run on node versions to be latest, 14, 12 and 10.
  • Update supported node versions to be >= 10
  • Fix devDependencies security vulnerabilities.

Pull requests

v2.3.0

24 Apr 06:53

Choose a tag to compare

Changes

  • Add node 14 to travis tests.
  • When run on windows, catch errors thrown when getting process id of port.

Pull requests

Required node version >= 6.0.0

16 Jan 15:27

Choose a tag to compare

  • Add required Node version in package.json engines to >= 6.0.0.