Releases: TypescriptPrime/parsing
Releases · TypescriptPrime/parsing
2.0.1
Immutable
release. Only release title and notes can be modified.
2.0.0
Immutable
release. Only release title and notes can be modified.
- chore: rename main func
Full Changelog: 1.1.0...2.0.0
1.1.0
Immutable
release. Only release title and notes can be modified.
Full Changelog: 1.0.4...1.1.0
1.0.4
- build: update devDependencies
Full Changelog: 1.0.3...1.0.4
1.0.3
- chore: mention
esbuilddirectly indevDependencies.
Full Changelog: 1.0.2...1.0.3
1.0.2
- Add
keywordsanddescriptionproperty in/package.json.
Full Changelog: 1.0.1...1.0.2
1.0.1
- Fix a potential prototype-pollution vulnerability by using
Object.create(null)to create theOptionsresult instead of{}.
Full Changelog: 1.0.0...1.0.1
1.0.0
Initial release.
- Add
PreProcessingfunction to return a filteredprocess.argvwith only options and their values. - Add
PostProcessingfunction to parse a list of CLI-style arguments into a structured options object and positional arguments.