All Versions
85
Latest Version
Avg Release Cycle
50 days
Latest Release
391 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.29.0 Changes
October 02, 2018 -
v0.28.0 Changes
September 05, 2018 -
v0.27.0 Changes
August 06, 2018๐ Changed
- ๐ ktlint output (report location is now printed only if there are style violations) (#267).
-
v0.26.0 Changes
July 30, 2018๐ Changed
- ๐
max-line-length
rule (multi-line strings are no longer checked) (#262).
- ๐
-
v0.25.1 Changes
July 25, 2018๐ Fixed
- ๐
json
reporter \ and control characters escaping (#256).
- ๐
-
v0.25.0 Changes
July 25, 2018โ Added
- ๐
package-name
rule (#246). - ๐
--editorconfig=path/to/.editorconfig
(#250). - Support for
end_of_line=native
(.editorconfig
) (#225). tab -> space * indent_size
auto-correction (--format
/-F
).
๐ Fixed
- ๐ "Unnecessary semicolon" false positive (#255).
(cannot be auto-corrected)
reporting.- ๐จ OOM in
--debug
mode while trying to printroot=true <- root=false
.editorconfig
chain.
๐ Changed
kotlin-compiler
version to 1.2.51 (from 1.2.50).
- ๐
-
v0.24.0 Changes
June 22, 2018โ Added
- ๐
paren-spacing
rule (#223). - ๐ Report location output (#218, #224).
- ๐ An indication that some lint errors cannot be auto-corrected (#219).
- ๐
Git hook to automatically check files for style violations on push (an alternative to existing
ktlint --install-git-pre-commit-hook
)
๐ (executektlint --install-git-pre-push-hook
to install) (#229). - Support for
end_of_line=crlf
(.editorconfig
) (#225).
๐ Fixed
.editorconfig
path resolution
๐ (you no longer need to be inside project directory for.editorconfig
to be loaded) (#207).- NPE in case of I/O error ([email protected]).
๐ Changed
- ๐
-
v0.23.1 Changes
May 04, 2018๐ Fixed
- ๐
ClassCastException: cannot be cast to LeafPsiElement
(#205).
- ๐
-
v0.23.0 Changes
May 02, 2018โ Added
- ๐
comment-spacing
(#198),
filename
(#194) rules. - ๐
parameter-list-wrapping
left parenthesis placement check (#201). parameter-list-wrapping
auto-correction whenmax_line_length
is exceeded (#200).
๐ Fixed
- ๐ "Unused import" false positive (x.y.zNNN import inside x.y.z package) (#204).
๐ Changed
kotlin-compiler
version to 1.2.41 (from 1.2.40).
- ๐