Releases: kevcodez/gradle-upgrade-interactive
Releases · kevcodez/gradle-upgrade-interactive
0.8.4
23 Nov 22:26
Compare
Sorry, something went wrong.
No results found
Fixed interpolation of the output directory
0.8.3
21 Nov 13:26
Compare
Sorry, something went wrong.
No results found
Fixed some commonjs imports
Restored colors package (accidentally removed)
0.8.0
27 Oct 12:01
Compare
Sorry, something went wrong.
No results found
Support custom report path, fixes #6
Upgraded all dependencies to latest versions
Switch to ES6 import syntax
Get rid of package lock json
Bumped min Node version 18+
Bumped gradle-versions-plugin version to latest 0.49.0
0.7.4
24 Nov 07:59
Compare
Sorry, something went wrong.
No results found
Upgraded jest, yargs and prompts
List latest version of the versions-plugin
0.7.3
10 Oct 09:17
Compare
Sorry, something went wrong.
No results found
Integrated prettier and reformatted all code
Upgraded libraries
Integrated ora to show a spinner while looking for upgrades
Text adjustments
Preminor and premajor version are colored now aswell
0.7.2
26 Sep 10:38
Compare
Sorry, something went wrong.
No results found
Dependency Upgrades
Updated info to latest version of versions-plugin
0.7.1
06 Sep 10:59
Compare
Sorry, something went wrong.
No results found
Just minor upgrades and raised gradle-versions-plugin to version 0.30.0 (latest as of today)
Release - 0.7.0
25 Mar 15:16
Compare
Sorry, something went wrong.
No results found
Support replacing versions defined with val by extra in kotlin build scripts
val SPRING_BOOT by extra("2.3.0.M3")
dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jdbc:$SPRING_BOOT")
}
Release - 0.6.6
25 Mar 14:52
Compare
Sorry, something went wrong.
No results found
Fix an exception when upgrading gradle wrapper
Release - 0.6.5
23 Mar 17:18
Compare
Sorry, something went wrong.
No results found
Build file paths get resolved using resolve rather than join
Ignore folders starting with a dot and node_modules when searching for build file paths
Use withFileTypes to get directory information, so another call to fs.statSync is obsolete and the performance is increased