Skip to content

Releases: ehmicky/get-bin-path

v11.0.0

28 Oct 22:08
Compare
Choose a tag to compare

Breaking changes

  • Minimal supported Node.js version is now 18.18.0

v10.0.0

13 May 23:29
Compare
Choose a tag to compare

Breaking changes

  • Minimal supported Node.js version is now 16.17.0

v9.0.0

22 Mar 16:32
Compare
Choose a tag to compare

Breaking changes

  • undefined is now always returned when the binary cannot be found. Previously, a random binary was sometimes returned instead. This happens when:
  • When the package.json bin field is a string, the name option (when defined) must match the package.json name field.

v8.0.0

04 Dec 17:21
Compare
Choose a tag to compare

Breaking changes

v7.3.0

04 Dec 14:41
Compare
Choose a tag to compare

Features

  • Reduce package size by 96% (764kB to 31kB)
  • Improve performance

Release 7.2.1

11 Nov 18:56
Compare
Choose a tag to compare

Bug fixes

  • Fix package.json

Release 7.2.0

11 Nov 18:54
Compare
Choose a tag to compare

Features

  • Improve tree-shaking support

Release 7.1.0

16 Aug 19:11
Compare
Choose a tag to compare

Features

  • Reduce npm package size

Release 7.0.0

09 May 20:24
Compare
Choose a tag to compare

Breaking changes

  • Minimal supported Node.js version is now 14.18.0

Release 6.1.0

04 Dec 17:27
Compare
Choose a tag to compare

Features

  • Improve TypeScript types