Releases: jshiell/checkstyle-idea
Releases · jshiell/checkstyle-idea
5.67.3
Fix: Bundled configurations now have constant IDs when recreated or ported from earlier versions (#569).
Fix: Bundled configurations are restored if absent.
5.67.2
Fix: NPE in active modules configurations (#576).
5.67.1
Fix: Improve serialisation from legacy formats (#574).
Fix: Fix serialisation of property values (#573).
5.67.0
New: Added Checkstyle 10.3.
Fix: Project paths should now remain relative where possible (#569).
Fix: Fix NPE in module configuration (#570).
5.66.0
New: Added Checkstyle 10.2.
Fix: Save all modified files before reloading rules, to ensure we load what people see (#562) - thanks to @ahus1.
Fix: Improved thread safety on ConfigurationLocation
(#568) - thanks to @ahus1.
5.65.0
Fix: NPE when active config lookup fails (#566).
Fix: Properties not correctly loaded for active files (#565).
New: The toolwindow is now available during indexing (#564) - thanks to @ahus1.
New: We now use SVG icons (#563) - thanks to @ahus1.
5.64.0
New: You can now select multiple active Checkstyle files and scope them individually (#559) - thanks to @JanK411 and @Uschi003.
5.63.0
New: Added Checkstyle 10.1.
5.62.0
New: Added Checkstyle 10.0.
5.61.1
Fixed: Removed left-over log4j artefacts, to allow compatibility with newer EAPs.