Skip to content

Releases: jshiell/checkstyle-idea

5.67.3

11 Jun 20:12
f442e70
Compare
Choose a tag to compare

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

06 Jun 17:37
c9c9474
Compare
Choose a tag to compare

Fix: NPE in active modules configurations (#576).

5.67.1

05 Jun 10:52
bb5a037
Compare
Choose a tag to compare

Fix: Improve serialisation from legacy formats (#574).
Fix: Fix serialisation of property values (#573).

5.67.0

04 Jun 11:03
b907c68
Compare
Choose a tag to compare

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

02 May 13:40
a9f75bf
Compare
Choose a tag to compare

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

24 Apr 13:51
ac7a6b1
Compare
Choose a tag to compare

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

16 Apr 21:23
38c67c2
Compare
Choose a tag to compare

New: You can now select multiple active Checkstyle files and scope them individually (#559) - thanks to @JanK411 and @Uschi003.

5.63.0

03 Apr 12:48
e2028a2
Compare
Choose a tag to compare

New: Added Checkstyle 10.1.

5.62.0

01 Mar 22:16
64c11df
Compare
Choose a tag to compare

New: Added Checkstyle 10.0.

5.61.1

20 Feb 20:36
40faecc
Compare
Choose a tag to compare

Fixed: Removed left-over log4j artefacts, to allow compatibility with newer EAPs.