Skip to content

Releases: codemonstur/jcli

1.5.2

27 May 14:05
Compare
Choose a tag to compare

Patch release to fix the jar file

1.5.1

21 Jul 07:53
Compare
Choose a tag to compare

Compiled with Java 8

1.5.0

11 Feb 17:27
Compare
Choose a tag to compare

Added version option

1.4.0

07 Feb 18:56
Compare
Choose a tag to compare

Added ability to not set the default
Removed the exception hierarchy, just 3 exceptions left

1.3.0

08 Aug 15:04
Compare
Choose a tag to compare

Added default value output to help
Added lists for positionals
Improved error handling for bad input
Added support for Optional<?>
Removed need for 'index' setting in positional

1.2.0

31 Jan 17:53
Compare
Choose a tag to compare

Removed travis building
Improved help logging in builder
Improved error logging for positionals
Updated license
Bump junit from 4.12 to 4.13.1
Cleaned up docs
Disabled preview features

1.1.0

20 Jan 08:11
Compare
Choose a tag to compare

Updated license
Made the defaultValue configuration optional. null will be set instead

1.0.0

07 Dec 10:02
Compare
Choose a tag to compare

The last version added the repeatable arguments feature. The remaining features on the list are all nice to haves,
no longer need to haves. I'm releasing this tool as a production ready version.

0.9.7

06 Dec 20:17
Compare
Choose a tag to compare

Added support for List type

0.9.6

28 Oct 17:15
Compare
Choose a tag to compare

Added an annotation CliUnderscoreIsDash
Added a printHelp call without program name