Skip to content

Releases: TypescriptPrime/parsing

2.0.1

01 Apr 17:17
Immutable release. Only release title and notes can be modified.
2.0.1
ddfeb56

Choose a tag to compare

2.0.0

02 Mar 12:46
Immutable release. Only release title and notes can be modified.
2.0.0
07c9cb5

Choose a tag to compare

  • chore: rename main func

Full Changelog: 1.1.0...2.0.0

1.1.0

31 Jan 10:53
Immutable release. Only release title and notes can be modified.
1.1.0
1b9aebe

Choose a tag to compare

Full Changelog: 1.0.4...1.1.0

1.0.4

08 Dec 23:24
1.0.4
4546fc2

Choose a tag to compare

  • build: update devDependencies

Full Changelog: 1.0.3...1.0.4

1.0.3

03 Dec 09:02
1.0.3
66d8701

Choose a tag to compare

  • chore: mention esbuild directly in devDependencies.

Full Changelog: 1.0.2...1.0.3

1.0.2

30 Nov 01:33
1.0.2
28619d1

Choose a tag to compare

  • Add keywords and description property in /package.json.

Full Changelog: 1.0.1...1.0.2

1.0.1

30 Nov 01:28
1.0.1
2cd7194

Choose a tag to compare

  • Fix a potential prototype-pollution vulnerability by using Object.create(null) to create the Options result instead of {}.

Full Changelog: 1.0.0...1.0.1

1.0.0

26 Nov 16:39
1.0.0
59479fb

Choose a tag to compare

Initial release.

  • Add PreProcessing function to return a filtered process.argv with only options and their values.
  • Add PostProcessing function to parse a list of CLI-style arguments into a structured options object and positional arguments.