ktlint v0.20.0 Release Notes

Release Date: 2018-03-20 // about 6 years ago
  • โž• Added

    • Ability to load 3rd party reporters from the command-line (e.g. --reporter=<name>,artifact=<group_id>:<artifact_id>:<version>) (#176).
    • --ruleset/--reporter dependency tree validation.

    ๐Ÿ›  Fixed

    • Handling of spaces in --reporter=...,output=<path_to_a_file> (#177).
    • ๐Ÿ‘• +, -, *, /, %, &&, || wrapping (#168).

    ๐Ÿ”„ Changed

    • ๐Ÿ‘• comma-spacing rule to be more strict (#173).
    • no-line-break-after-else rule to allow multi-line if/else without curly braces.