You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -234,10 +234,11 @@ It is exceedingly difficult to provide an API which would both be friendly to th
234
234
235
235
## Version Matchups
236
236
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. |
0 commit comments