Skip to content

Releases: palantir/gradle-consistent-versions-idea-plugin

0.10.0

20 Nov 14:02
0.10.0
ec0d522
Compare
Choose a tag to compare

🐛 Fixes

  • Allow for . character in package name during lexing (#87)

0.9.0

15 Nov 16:11
0.9.0
e6c51df
Compare
Choose a tag to compare

🐛 Fixes

  • Parser correctly recovers on error (#82)

0.8.0

14 Nov 13:49
0.8.0
261a597
Compare
Choose a tag to compare

🐛 Fixes

  • Fix plugin verifier issues (#79)

0.7.0

14 Nov 09:57
0.7.0
da0344b
Compare
Choose a tag to compare

✨ Features

  • Naive star version suggestions (#61)

🐛 Fixes

  • Don't write locks if both the locks and props change (#67)
  • Prevent projects with the same start to there name writing locks on each other (#75)

💡 Improvements

  • Order repositories that are read (#71)

0.6.0

05 Nov 16:57
0.6.0
4b1785f
Compare
Choose a tag to compare

🐛 Fixes

  • filter for rc and snapshot in versions (#48)
  • better logging for ConnectException in contents util (#50)
  • Maintain version order from xml (#52)
  • ignore localhost and file system repositories from gcv-maven-repositories.xml (#56)

💡 Improvements

  • Suggest the * wild card match for package names (#51)
  • dynamic reload plugin (#72)

0.5.0

11 Oct 14:16
0.5.0
567295e
Compare
Choose a tag to compare

🐛 Fixes

  • Cache is loaded on first instance and on project refresh (#45)
  • maintain order of repositories read from xml (#46)

💡 Improvements

  • Readme and plugin description improved (#42)

0.4.0

10 Oct 12:49
0.4.0
7d364a0
Compare
Choose a tag to compare

🐛 Fixes

  • lexer working (#17)
  • ignore unknown (#25)
  • Highlight dependency-upgrader comments (#37)

💡 Improvements

  • Settings Page (#27)
  • Read repositories on a per project level (#31)
  • Read gradle cache bin files to get suggestions (#35)

0.3.0

02 Oct 11:44
0.3.0
6ad94dc
Compare
Choose a tag to compare

🐛 Fixes

  • Better plugin description and slightly improved readme (#16)
  • Prevent the \ character causing the version to wrap the next line (#9)

💡 Improvements

  • Mark and pin the latest version during autocomplete suggestion (#11)
  • add caffeine cache to folders (#13)

0.2.0

24 Sep 13:44
0.2.0
949e173
Compare
Choose a tag to compare

💡 Improvements

  • Smarter versions lock writing (#10)

0.1.0

20 Sep 15:23
0.1.0
b1d0523
Compare
Choose a tag to compare

✨ Features

  • Idea intellij plugin for gradle consistent versions (#1)