Skip to content

Commit 6774908

Browse files
shadowspawnEomm
andauthored
docs: add version matchups for default (#145)
Co-authored-by: Manuel Spigolon <[email protected]>
1 parent 1e3a94a commit 6774908

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,11 @@ It is exceedingly difficult to provide an API which would both be friendly to th
234234
235235
## Version Matchups
236236
237-
| Node.js | @pkgjs/parseArgs |
238-
| -- | -- |
237+
| Node.js | @pkgjs/parseArgs | Changes |
238+
| -- | -- | -- |
239+
| [v18.11.0](https://nodejs.org/docs/latest-v18.x/api/util.html#utilparseargsconfig) | [0.11.0](https://github.com/pkgjs/parseargs/tree/v0.11.0#utilparseargsconfig) | Add support for default values in input `config`. |
240+
| [v16.17.0](https://nodejs.org/dist/latest-v16.x/docs/api/util.html#utilparseargsconfig), [v18.7.0](https://nodejs.org/docs/latest-v18.x/api/util.html#utilparseargsconfig) | [0.10.0](https://github.com/pkgjs/parseargs/tree/v0.10.0#utilparseargsconfig) | Add support for returning detailed parse information using `tokens` in input config and returned properties. |
239241
| [v18.3.0](https://nodejs.org/docs/latest-v18.x/api/util.html#utilparseargsconfig) | [v0.9.1](https://github.com/pkgjs/parseargs/tree/v0.9.1#utilparseargsconfig) |
240-
| [v16.17.0](https://nodejs.org/dist/latest-v16.x/docs/api/util.html#utilparseargsconfig), [v18.7.0](https://nodejs.org/docs/latest-v18.x/api/util.html#utilparseargsconfig) | [0.10.0](https://github.com/pkgjs/parseargs/tree/v0.10.0#utilparseargsconfig) |
241242
242243
----
243244

0 commit comments

Comments
 (0)