Skip to content

Releases: platan/idea-gradle-dependencies-formatter

release-0.6.1

12 Sep 13:32
release-0.6.1
7245373
Compare
Choose a tag to compare
  • (bugfix) fixed NPE in StringNotationToMapNotationIntention #76

release-0.6.0

12 Feb 20:23
release-0.6.0
6eb8547
Compare
Choose a tag to compare
  • (feature) Sort dependencies in allprojects block and in subprojects block #39
  • (feature) Change notation type on multiple dependencies at once #38
  • (bugfix) Convert a map notation that uses a variable to a string notation properly #42

release-0.5.3

19 Dec 20:50
release-0.5.3
40228b6
Compare
Choose a tag to compare
  • (bugfix) Unable to paste multiple Maven dependencies at once #3

release-0.5.2

09 Apr 19:10
Compare
Choose a tag to compare
  • (bugfix) fixed NPE in MapNotationToStringNotationIntention#getElementPredicate

release-0.5.1

12 Feb 13:43
Compare
Choose a tag to compare
  • (improvement) Run MavenToGradleDependenciesCopyPasteProcessor before built-in CopyPasteProcessors

release-0.5.0

29 Mar 20:47
Compare
Choose a tag to compare
  • (feature) Sort dependencies

release-0.4.0

20 Oct 20:06
Compare
Choose a tag to compare
  • (feature) Convert a map notation to a string notation
  • (bugfix) Convert string notation of a dependency with ext to a map notation

release-0.3.0

22 Sep 20:07
Compare
Choose a tag to compare

Convert a string notation to a map notation

release-0.2.0

08 Sep 20:50
Compare
Choose a tag to compare

Paste a Maven dependency as a Gradle dependency:

  • added support for elements classifier and optional
  • version is skipped for dependency without version

First public release

03 Sep 19:16
Compare
Choose a tag to compare
  • Paste a Maven dependency as a Gradle dependency