Releases: carlobaldassi/ArgParse.jl
Releases · carlobaldassi/ArgParse.jl
v1.2.0
ArgParse v1.2.0
Merged pull requests:
- Remove leftover println in @defaults macro (#131) (@carlobaldassi)
- Allow to control the auto-generated help text formatting (#132) (@carlobaldassi)
- Allow default values convertible to arg_type (#133) (@carlobaldassi)
Closed issues:
v1.1.5
ArgParse v1.1.5
Merged pull requests:
- Correct a typo in show_version doc (#109) (@petershintech)
- Improve the description about range_tester (#111) (@petershintech)
- Schedule CI to run automatically every Sunday (#125) (@omus)
- Run CI against latest Julia release and x86 linux (#126) (@omus)
- Qualify wrap calls to avoid conflict on julia v1.11 (#128) (@Liozou)
Closed issues:
v1.1.4
v1.1.3
v1.1.2
ArgParse v1.1.2
Merged pull requests:
- reduce inference and optimization time (by turning it off) (#104) (@KristofferC)
- Refresh CI infrastructure (#105) (@carlobaldassi)
v1.1.1
ArgParse v1.1.1
Closed issues:
- Use constructors in addition to
convert
to parse unknown types (#95) - Type conversion fails on valid input (#98)
- Parsing failure with as_symbols=true and commands_are_required=false (#100)
Merged pull requests:
- Fall-back to constructors if convert fails (#96) (@carlobaldassi)
- Fix for as_symbols=true when command is nothing (#102) (@carlobaldassi)
v1.1.0
ArgParse v1.1.0
Closed issues:
- Use constructors in addition to
convert
to parse unknown types (#95)
Merged pull requests:
- Small fixes in docs (#94) (@carlobaldassi)
- Fall-back to constructors if convert fails (#96) (@carlobaldassi)
v1.0.1
ArgParse v1.0.1
v1.0.0
ArgParse v1.0.0
Closed issues:
- Mutual exclusion (#25)
- types and metavars when nargs > 1 (#29)
- Pkg.test() with Julia-0.5 fails (#34)
- Parsing string with internal quotes (#36)
- Feature request: Add mutually exclusive options (#58)
- How to add command abbreviation or command alias (#59)
- Any way to use the functionalities within a REPL environment? (#63)
- parse_args() crashes Jupyter/IJulia kernels (#79)
- Feature request: support REPL usage (#83)
- as_symbols not working on :COMMAND entry (#84)
- Idea to update
parse_item
? (#86)
Merged pull requests:
- as_symbols bugfix (#85) (@mattuntergassmair)
- Clarification about options and flags in the docs (#87) (@henriquebecker91)
- REPL mode (#88) (@carlobaldassi)
- Add mutually exclusive and required groups (#89) (@carlobaldassi)
- Add aliases for command arguments (#91) (@carlobaldassi)
- Rename all mutating functions/macros by appending a
!
(#92) (@carlobaldassi)
Use marco version of warn
Fixes a remaining compatibility issue with julia 1.x