Releases: jbock-java/jbock
Releases · jbock-java/jbock
v3.4.003
- rename
withOutputStream
->withHelpStream
- improvements to generated code
v3.4.002
- improvements to generated code
v3.4.001
- 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
andprintWrap
methods become accessible
v3.4
Use annotations 3.4
a3.4
Rename annotations
- CommandLineArguments -> Command
- Parameter -> Option
- PositionalParameter -> Param
DO NOT USE
DO NOT USE
v3.0.3
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
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
Botched release, do not use
DO NOT USE
Botched release, do not use