Skip to content

Commit

Permalink
docs: add version matchups for default (#145)
Browse files Browse the repository at this point in the history

Co-authored-by: Manuel Spigolon <[email protected]>
  • Loading branch information
shadowspawn and Eomm committed Oct 17, 2022
1 parent 1e3a94a commit 6774908
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,11 @@ It is exceedingly difficult to provide an API which would both be friendly to th
## Version Matchups
| Node.js | @pkgjs/parseArgs |
| -- | -- |
| Node.js | @pkgjs/parseArgs | Changes |
| -- | -- | -- |
| [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`. |
| [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. |
| [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) |
| [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) |
----
Expand Down

0 comments on commit 6774908

Please sign in to comment.