Skip to content

Releases: kevcodez/gradle-upgrade-interactive

Release 0.4.0

23 Dec 09:31
Compare
Choose a tag to compare
  • Add support for dependencies declared in external files (thanks to @arhohuttunen) - Merged with #3
  • Upgrade yargs and semver to the latest version

Upgrades

26 Nov 20:42
Compare
Choose a tag to compare

Upgraded all dependencies to latest versions.

Semver

08 Sep 17:50
Compare
Choose a tag to compare
  • Depending on the semver version change, the upgrade option is now colored
    • Major version change: red
    • Minor version change: yellow
    • Patch version change: green
  • New CLI option --semver / -s to include specific semver upgrades only (i.e. use -s patch to only include patch upgrades)

Kotlin Support

08 Sep 14:24
Compare
Choose a tag to compare
  • Initial support for kotlin build files (gradle.build.kts)
  • Dependencies are now sorted alphabetically by name
  • Project URL in description

Debug Logging / Error output

01 Sep 17:41
Compare
Choose a tag to compare
  • Output stderr from commands executed, if they fail (i.e. gradle dependencyUpdate/gradle wrapper command)
  • New --debug / -d flag to debug the execution, disabled by default

Error Handling / Colors

01 Sep 16:33
Compare
Choose a tag to compare
  • Colored output for errors
  • Error handling improved
    • Throw early, if build.gradle is not found
  • Output gradle-versions-plugin installation instructions, if the execution command fails

0.1.0

28 Aug 18:13
Compare
Choose a tag to compare
  • Support for passing a dependency resolution revision (release, snapshot, integration). [#1]
  • Show current version with --version

0.0.12

23 Aug 14:33
Compare
Choose a tag to compare

Small bugfix release

  • Do not fail when replacing version variables multiple times

0.0.11

20 Aug 16:55
Compare
Choose a tag to compare

More information in package.json