Skip to content

Releases: comonicon/Comonicon.jl

v0.12.6

10 Feb 03:44
Compare
Choose a tag to compare

Comonicon v0.12.6

Diff since v0.12.5

Closed issues:

  • Docstring parsing is truncated by the first . (period) (#149)

Merged pull requests:

v0.12.5

02 Feb 10:55
Compare
Choose a tag to compare

Comonicon v0.12.5

Diff since v0.12.4

Closed issues:

  • support short option = value syntax (#97)
  • empty args main command has wrong number of args (#110)
  • script and project CLI performance regression (#137)
  • add a link to the docs in the README (#165)

v0.12.4

03 Jan 04:20
fbd635f
Compare
Choose a tag to compare

Comonicon v0.12.4

Diff since v0.12.3

Closed issues:

  • Error with 0.12.3 (#163)

Merged pull requests:

v0.12.3

22 Dec 18:45
ca95b7f
Compare
Choose a tag to compare

Comonicon v0.12.3

Diff since v0.12.2

Closed issues:

  • "Bad substitution error" when using other shell than bash (#161)

Merged pull requests:

v0.12.2

12 Dec 04:56
a7c38f9
Compare
Choose a tag to compare

Comonicon v0.12.2

Diff since v0.12.1

Closed issues:

  • Unknown command app when compiling (#159)

Merged pull requests:

v0.12.1

02 Dec 03:15
3279010
Compare
Choose a tag to compare

Comonicon v0.12.1

Diff since v0.12.0

Closed issues:

  • Trouble making app tarball (#151)

v0.12.0

02 Dec 00:35
Compare
Choose a tag to compare

Comonicon v0.12.0

Diff since v0.11.7

Move all the components back into the same repo, given Comonicon itself only needs 0.01s to load,
Move ComoniconTestUtils to the same repo for convenience, future extensions will be in the lib folder
too.

Rewrite the build system to make use of PackageCompiler 2.0 and a few other bug fixs

Closed issues:

  • Error when building (#150)

Merged pull requests:

  • rework the package (#152) (@Roger-luo)
  • CompatHelper: add new compat entry for "Scratch" at version "1.1" (#155) (@github-actions[bot])
  • support shell installation (#156) (@Roger-luo)

v0.11.7

18 Oct 01:34
Compare
Choose a tag to compare

Comonicon v0.11.7

Diff since v0.11.6

Closed issues:

  • Errors and incorrect results using variable numbers of inputs (#141)
  • in correct markdown flag and argument parsing (#144)

Merged pull requests:

v0.11.6

13 Sep 04:15
Compare
Choose a tag to compare

Comonicon v0.11.6

Diff since v0.11.5

Closed issues:

  • Compatibility issue: cannot install on Julia version < 1.3? (#139)
  • Ion example link broken (#142)

Merged pull requests:

  • CompatHelper: bump compat for "Configurations" to "0.16" (#140) (@github-actions[bot])
  • Fix typo in md_to_string() (#143) (@kmsquire)

v0.11.5

04 Jun 23:03
Compare
Choose a tag to compare

Comonicon v0.11.5

Diff since v0.11.4

Closed issues:

  • String input with - doesn't get parsed correctly (even if it is quoted) (#114)
  • cast_args cant handle zero length args (#135)

Merged pull requests: