8.0.0 (2024-09-03)
nopt
now supports node^18.17.0 || >=20.5.0
a8e567c
#174 run template-oss-apply (@hashtagchris)5429145
#172 bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])5eeda97
#173 postinstall for dependabot template-oss PR (@hashtagchris)bff360b
#173 bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])
7.2.1 (2024-05-04)
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)
008c672
#125 add fallback option to use function when looking up types (@lukekarrys)082bad3
#124 allow settingtypeDefault
onnopt
andclean
lib methods (@lukekarrys)
7.1.0 (2023-03-08)
7.0.0 (2022-11-02)
nopt
is now compatible with the following semver range for node:^14.17.0 || ^16.13.0 || >=18.0.0
6.0.0 (2022-07-20)
- This drops support for node 6 through 10 and non-LTS versions of node12 and node14
-
linting (0cb6aa8)
-
replace deprecated String.prototype.substr() (#85) (40c686f)
-
@npmcli/[email protected] (56e6c7e)
- fix abbrev requirement to use proper spec (b8c751a)
fb9b1ce
Merged so many patches at once that the code fencing (@adius) added got broken. Sorry, (@adius)! (@othiym23)
651d447
When parsing String-typed arguments, if the next value is""
, don't simply swallow it. (@samjonester)
3370ce8
Simplify initialization. (@elidoran)356e58e
StoreArray.isArray(types[arg])
for reuse. (@elidoran)0d95e90
Interpret single-item type arrays as a single type. (@samjonester)07c69d3
Simplify key-value extraction. (@elidoran)39b6e5c
Only callDate.parse(val)
once. (@elidoran)934943d
Useosenv.home()
to find a user's home directory instead of assuming it's always$HOME
. (@othiym23)
326ffff
Fix/tmp
test to work on Windows. (@elidoran)c89d31a
Only run Windows tests on Windows, only run Unix tests on a Unix. (@elidoran)affd3d1
Refresh Travis to run the tests against the currently-supported batch of npm versions. (@helio-frota)55f9449
[email protected]
(@othiym23)
5271229
Use JavaScript code block for syntax highlighting. (@adius)c0d156f
The code sample in the README hadmany2: [ oneThing ]
, and now it hasmany2: [ two, things ]
. (@silkentrance)