Skip to content

Commit 7641f50

Browse files
chore(main): release 0.8.0
1 parent c2b5e72 commit 7641f50

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.8.0](https://github.com/pkgjs/parseargs/compare/v0.7.1...v0.8.0) (2022-04-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* switch type:string option arguments to greedy, but with error for suspect cases in strict mode (#88)
9+
* positionals now opt-in when strict:true (#116)
10+
* create result.values with null prototype (#111)
11+
12+
### Features
13+
14+
* create result.values with null prototype ([#111](https://github.com/pkgjs/parseargs/issues/111)) ([9d539c3](https://github.com/pkgjs/parseargs/commit/9d539c3d57f269c160e74e0656ad4fa84ff92ec2))
15+
* positionals now opt-in when strict:true ([#116](https://github.com/pkgjs/parseargs/issues/116)) ([3643338](https://github.com/pkgjs/parseargs/commit/364333826b746e8a7dc5505b4b22fd19ac51df3b))
16+
* switch type:string option arguments to greedy, but with error for suspect cases in strict mode ([#88](https://github.com/pkgjs/parseargs/issues/88)) ([c2b5e72](https://github.com/pkgjs/parseargs/commit/c2b5e72161991dfdc535909f1327cc9b970fe7e8))
17+
318
### [0.7.1](https://github.com/pkgjs/parseargs/compare/v0.7.0...v0.7.1) (2022-04-15)
419

520

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pkgjs/parseargs",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"description": "Polyfill of future proposal for `util.parseArgs()`",
55
"main": "index.js",
66
"exports": {

0 commit comments

Comments
 (0)