Releases: JakeSidSmith/jargs
Releases · JakeSidSmith/jargs
TypeScript/ESM Alpha 1
Includes automatic inference of tree types
TypeScript/ESM Alpha 0
v1.0.0-alpha.0 1.0.0-alpha.0
Multi-level tree type inference
Generic Program and Command nodes
- Allow passing generic params to Program and Command nodes
Fix bad Arg/KWArg types
- Fix bad Arg/KWArg types (previously removed string instead of undefined)
ReadonlyArrays
- Make all arrays readonly
Small type update
- Allow command to be
undefined
(and set this as the default)