All Versions
85
Latest Version
Avg Release Cycle
50 days
Latest Release
605 days ago

Changelog History
Page 8

  • v0.6.1 Changes

    March 06, 2017

    🛠 Fixed

    • 📦 Detection of unnecessary "same package" imports (no-unused-imports).
    • 👕 FileNotFoundException while scanning FS (#36).
  • v0.6.0 Changes

    March 01, 2017

    🔄 Changed

    • kotlin-compiler version to 1.1.0 (from 1.1-M04).
  • v0.5.1 Changes

    February 28, 2017

    🛠 Fixed

    • 👕 Unnecessary spacing around angle brackets in case of super<T> (#34).
  • v0.5.0 Changes

    February 20, 2017

    🛠 Fixed

    • Redundant space inserted between } and !! (curly-spacing).

    🔄 Changed

    • 👕 indent rule to allow "Method declaration parameters -> Align when multiline" (as this option is (unfortunately) "on" by default in Intellij IDEA) (#26).
  • v0.4.0 Changes

    February 01, 2017

    🛠 Fixed

    • NPE in case of "Permission denied" (while scanning the file system).

    🔄 Changed

    • kotlin-compiler version to 1.1-M04 (from 1.0.6).
  • v0.3.1 Changes

    January 25, 2017

    🛠 Fixed

    • 👕 Unused infix function call import false positive (#25).
  • v0.3.0 Changes

    January 11, 2017

    ➕ Added

    • 👍 *.kts (script) support.

    🔄 Changed

    • kotlin-compiler version to 1.0.6 (from 1.0.3).
  • v0.2.2 Changes

    October 11, 2016

    🛠 Fixed

    • 👕 no-wildcard-imports rule (kotlinx.android.synthetic excluded from check) (#16).
  • v0.2.1 Changes

    September 13, 2016

    🛠 Fixed

    • curly-spacing false negative in case of }?..
  • v0.2.0 Changes

    September 05, 2016

    ➕ Added

    • 👌 Support for 3rd party "ruleset"s.

    🔄 Changed

    • 👕 ktlint -F output (it now includes lint errors that cannot be fixed automatically).

    🛠 Fixed

    • 👕 ktlint -F --debug error count.
    • Glob implementation (previously it was prone to catastrophic backtracking).
    • 👕 Redundant semicolon false positive in case of enum (#12).
    • 👕 Unused operator import false positive (#13).