Skip to content

Releases: JakeSidSmith/jargs

TypeScript/ESM Alpha 1

02 Sep 13:22
Compare
Choose a tag to compare
Pre-release

Includes automatic inference of tree types

TypeScript/ESM Alpha 0

31 Aug 21:07
Compare
Choose a tag to compare
Pre-release
v1.0.0-alpha.0

1.0.0-alpha.0

Multi-level tree type inference

27 Mar 14:25
0be7498
Compare
Choose a tag to compare

Generic Program and Command nodes

25 Mar 17:58
3e12b2b
Compare
Choose a tag to compare

#32

  • Allow passing generic params to Program and Command nodes

Fix bad Arg/KWArg types

25 Mar 17:46
4b196a4
Compare
Choose a tag to compare

#31

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

ReadonlyArrays

25 Mar 17:40
d1d55dd
Compare
Choose a tag to compare

#30

  • Make all arrays readonly

Small type update

25 Mar 17:30
1143403
Compare
Choose a tag to compare

#29

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

Type updates

25 Mar 16:33
993c873
Compare
Choose a tag to compare

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. 😞