JCommander v1.71 Release Notes

Release Date: 2017-05-03 // almost 7 years ago

Previous changes from v1.58

  • 2016-09-29

    • โž• Added: IStringConverterInstanceFactory to create converter instances, #279 (@simon04)
    • โž• Added: Allow to specify the @file charset, #286 (@simon04)
    • โž• Added: Converters InetAddressConverter (#288), CharArrayConverter (#289; @garydgregory)
    • ๐Ÿ›  Fixed: When using parseWithoutValidation(), JCommander uses 'parse()' on child commanders, #267 (@simon04)
    • ๐Ÿ›  Fixed: Share all options (such as column size, allow abbreviated options, case sensitivity) with sub commands, see JCommander.Options class, #280 (fixes #155, #244, #261, #274; @simon04)
    • ๐Ÿ›  Fixed: Thread-safe and non-shared converter factories, #284 (@simon04)
    • ๐Ÿ›  Fixed: Skip Path converter when class is not available (Android), #287 (@JesusFreke)
    • โž• Added: JCommander now requires Java 8