Skip to content

Releases: ToToTec/CmdOption

0.7.1

03 Feb 07:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.0...0.7.1

0.7.0

12 Oct 07:13
Compare
Choose a tag to compare

CmdOption 0.7.0 - 2020-03-13

Changelog

  • Stop parsing options after a parameter was set with new method CmdlineParser.setStopAcceptOptionsAfterParameterIsSet(boolean).
  • Improved the test suite
  • Use mill as build tool
  • Removed Support for Java 5. CmdOption now requires at least Java 6.

0.6.0

24 Oct 12:07
Compare
Choose a tag to compare

CmdOption 0.6.0 - 2017-10-24

  • Added CmdlineParser.validate() to detect configuration errors
  • Extended documentation
  • Added new ByteHandler which supports Byte and byte fields and setter methods.
  • Added OSGi Manifest

0.5.0

09 Oct 12:12
Compare
Choose a tag to compare

CmdOption 0.5.0 - 2017-10-09

  • Added new LongHandler which support Long and long fields and setter method.
  • New UsageFormatter2 interface that accepts a PrintStream and default implementation DefaultUsageFormatter2.
  • Deprecated interface UsageFormatter and methods CmdlineParser.usage(StringBuilder) and CmdlineParser.setUsageFormatter(UsageFormatter)
  • Use Polyglot Maven (Scala) as build system
  • Added support for aggregated short options via new method CmdlineParser.setAggregateShortOptionsWithPrefix(String)