Skip to content

Latest commit

 

History

History
128 lines (83 loc) · 6.42 KB

CHANGELOG.md

File metadata and controls

128 lines (83 loc) · 6.42 KB

Changelog

7.2.1 (2024-05-04)

Bug Fixes

Chores

  • 2bdcfcb #160 bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
  • 0aa1d01 #160 postinstall for dependabot template-oss PR (@lukekarrys)
  • 28cb4e1 #159 bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

7.2.0 (2023-06-15)

Features

  • 008c672 #125 add fallback option to use function when looking up types (@lukekarrys)
  • 082bad3 #124 allow setting typeDefault on nopt and clean lib methods (@lukekarrys)

Bug Fixes

7.1.0 (2023-03-08)

Features

  • 6830137 #116 add lib export to use nopt in non-global mode (#116) (@lukekarrys)

Bug Fixes

7.0.0 (2022-11-02)

⚠️ BREAKING CHANGES

  • nopt is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • f905544 #101 postinstall for dependabot template-oss PR (@lukekarrys)

Dependencies

6.0.0 (2022-07-20)

⚠ BREAKING CHANGES

  • This drops support for node 6 through 10 and non-LTS versions of node12 and node14

Bug Fixes

Dependencies

  • fix abbrev requirement to use proper spec (b8c751a)

v4.0.1 (2016-12-14)

WHOOPS

v4.0.0 (2016-12-13)

BREAKING CHANGES

  • 651d447 When parsing String-typed arguments, if the next value is "", don't simply swallow it. (@samjonester)

PERFORMANCE TWEAKS

TEST & CI IMPROVEMENTS

DOC TWEAKS

  • 5271229 Use JavaScript code block for syntax highlighting. (@adius)
  • c0d156f The code sample in the README had many2: [ oneThing ], and now it has many2: [ two, things ]. (@silkentrance)