JCommander v1.58 Release Notes

Release Date: 2016-10-04 // over 7 years ago
  • 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