aspargvs
Version:
Parse argv as json object
19 lines (11 loc) • 462 B
Markdown
# Changelog
## Version 0.6.0
- fix subkeys inside automatically indexed array item;
- change `inspect` handler options to expose `node:util.InspectOptions`;
- raise Node.js required version to `>= 14.13.1` (uses `node:` prefixes).
## Version 0.5.1
- fix `unparse` - indexing was broken for arrays of objects;
- update Readme - extra notes about usage in PowerShell.
## Version 0.5.0
Initial release.
Aiming at Node.js version 14 and up.