Skip to content

Releases: JakeSidSmith/jargs

TypeScript/ESM Alpha 1

Pre-release

Choose a tag to compare

@JakeSidSmith JakeSidSmith released this 02 Sep 13:22

Includes automatic inference of tree types

TypeScript/ESM Alpha 0

Pre-release

Choose a tag to compare

@JakeSidSmith JakeSidSmith released this 31 Aug 21:07
v1.0.0-alpha.0

1.0.0-alpha.0

Multi-level tree type inference

Choose a tag to compare

@JakeSidSmith JakeSidSmith released this 27 Mar 14:25
0be7498

Generic Program and Command nodes

Choose a tag to compare

@JakeSidSmith JakeSidSmith released this 25 Mar 17:58
3e12b2b

#32

  • Allow passing generic params to Program and Command nodes

Fix bad Arg/KWArg types

Choose a tag to compare

@JakeSidSmith JakeSidSmith released this 25 Mar 17:46
4b196a4

#31

  • Fix bad Arg/KWArg types (previously removed string instead of undefined)

ReadonlyArrays

Choose a tag to compare

@JakeSidSmith JakeSidSmith released this 25 Mar 17:40
d1d55dd

#30

  • Make all arrays readonly

Small type update

Choose a tag to compare

@JakeSidSmith JakeSidSmith released this 25 Mar 17:30
1143403

#29

  • Allow command to be undefined (and set this as the default)

Type updates

Choose a tag to compare

@JakeSidSmith JakeSidSmith released this 25 Mar 16:33
993c873

Dev upgrades: #26
Type updates: #28

  • Generic tree params
  • Remove undefined from arrays
  • Default command to undefined
  • Callbacks return void
  • Add generic return type for callbacks (defaults to void)
  • Rename parentReturned

P.s. sorry this is the first release, my bad. 😞