Skip to content

Releases: zachmatson/ArgMacros.jl

v0.2.4

03 Jul 19:50
f0ec2c9
Compare
Choose a tag to compare

ArgMacros v0.2.4

Diff since v0.2.3

Leftover arguments can now be captured with the @positionalleftover macro

v0.2.3

28 Dec 23:00
027480c
Compare
Choose a tag to compare

ArgMacros v0.2.3

Diff since v0.2.2

Switch to taking preformatted description and epilog text. Description and epilog are no longer wrapped.

Closed issues:

  • usage example (#4)
  • Print unwrapped help description and epilog (#5)

Merged pull requests:

  • Print unwrapped help description and epilog (#6) (@serenity4)

v0.2.2

17 Sep 16:38
f4fd607
Compare
Choose a tag to compare

ArgMacros v0.2.2

Diff since v0.2.1

Improved startup times with precompilation directives

v0.2.1

16 Sep 16:00
51d8bba
Compare
Choose a tag to compare

ArgMacros v0.2.1

Diff since v0.2.0

Minor documentation updates

v0.2.0

13 Sep 23:03
1d07e54
Compare
Choose a tag to compare

ArgMacros v0.2.0

Diff since v0.1.3

New argument output formats: output directly as a struct, NamedTuple, or Dict
Some speed improvements, ~12% on testing benchmark for cold start including Julia 1.5.1 startup time
Old @beginarguments macro deprecated

Merged pull requests:

v0.1.3

28 May 00:30
dac537d
Compare
Choose a tag to compare

ArgMacros v0.1.3

Diff since v0.1.2

Additional negative numbers bugfix

v0.1.2

27 May 00:26
0949391
Compare
Choose a tag to compare

ArgMacros v0.1.2

Diff since v0.1.1

Fixed bug where negative numbers could not be parsed. This update also interprets flags as argument values when passed after a flagged argument which requires a value when no value is given for that argument.

Closed issues:

  • Reading arguments with = in the argument value will fail. (#2)

v0.1.0

22 May 00:13
981f7e9
Compare
Choose a tag to compare

ArgMacros v0.1.0

Initial version

v0.1.1

21 May 11:43
afabdc2
Compare
Choose a tag to compare

Release notes:
Bugfixes and documentation updates

0.1.0

21 May 05:02
981f7e9
Compare
Choose a tag to compare

Initial version of ArgMacros