Skip to content

Releases: jbock-java/jbock

5.19

Choose a tag to compare

@h908714124 h908714124 released this 23 Oct 05:12
  • toString improvement
  • constructor of generated class is now private

5.18

Choose a tag to compare

@h908714124 h908714124 released this 10 Mar 09:49
0f12d01
  • deprecate parser constructor

5.17

Choose a tag to compare

@h908714124 h908714124 released this 15 Nov 19:00
  • generate toString method

v5.16

Choose a tag to compare

@h908714124 h908714124 released this 30 Apr 17:49
  • add command flag parseOrExitMethodAcceptsList
  • add command flag enableAtFileExpansion
  • remove class SuperResult

This release is breaking if you've been using @SuperCommand.

v5.15

Choose a tag to compare

@h908714124 h908714124 released this 15 Apr 18:15
  • add CommandModel.toBuilder()

v5.14

Choose a tag to compare

@h908714124 h908714124 released this 03 Apr 05:40
  • add SuperCommand annotation
  • handle large commands with more than 255 options
  • performance improvement: re-use standard converters

v5.13

Choose a tag to compare

@h908714124 h908714124 released this 23 Mar 09:55
  • rename Parameters to VarargsParameter
  • allow a non-repeatable Parameter of type List, via converter
  • remove support for vavr's Option

jbock 5.12

Choose a tag to compare

@h908714124 h908714124 released this 15 Sep 10:25
  • make the default conversion for enums case-insensitive
  • allow directories in file converter
  • remove attribute generateParseOrExit
  • add attribute skipGeneratingParseOrExit

jbock 5.11

Choose a tag to compare

@h908714124 h908714124 released this 26 Aug 17:55
  • significantly reduced code generation
  • add publicParser attribute
  • improve EnumConverter error message

jbock 5.10

Choose a tag to compare

@h908714124 h908714124 released this 19 Aug 14:08
  • stop reading the @-file in parse; do it in parseOrExit instead
  • improve some error messages