Skip to content

Releases: jbock-java/jbock

v3.4.003

21 Dec 22:20
Compare
Choose a tag to compare
  • rename withOutputStream -> withHelpStream
  • improvements to generated code

v3.4.002

21 Dec 22:21
Compare
Choose a tag to compare
  • improvements to generated code

v3.4.001

20 Dec 18:52
Compare
Choose a tag to compare
  • Semantic version numbers from now on: MAJOR . MINOR, where major version corresponds to annotations version
  • More meaningful compile-time error messages
  • Default online help gets a 2-space left indent, and an empty line after synopsis
  • Less generated code
  • printOnlineHelp and printWrap methods become accessible

v3.4

06 Dec 21:58
Compare
Choose a tag to compare

Use annotations 3.4

a3.4

06 Dec 21:59
Compare
Choose a tag to compare

Rename annotations

  • CommandLineArguments -> Command
  • Parameter -> Option
  • PositionalParameter -> Param

DO NOT USE

06 Dec 21:57
Compare
Choose a tag to compare

DO NOT USE

v3.0.3

29 Nov 22:50
Compare
Choose a tag to compare

This should have been the 3.0.0 release but 3.0.0, 3.0.1 and 3.0.2 were botched.
There was also a botched 3.0 release.
The previous valid release was 2.9.1.
Compared to 2.9.1 there were some breaking changes:

  • update to annotations 3.2
  • parse() is now side-effect free (doesn't print anything) (parseOrExit() is unchanged)

a3.2

29 Nov 22:45
Compare
Choose a tag to compare

This should have been the 3.0 release but 3.0 and 3.1 were botched.
The previous valid version was 2.7.
Compared to 2.7 there were some breaking changes:

  • rename longName -> value
  • rename shortName -> mnemonic
  • rename position -> value
  • remove missionStatement

DO NOT USE

29 Nov 22:53
Compare
Choose a tag to compare

Botched release, do not use

DO NOT USE

29 Nov 22:51
Compare
Choose a tag to compare

Botched release, do not use