Releases: JavierSegoviaCordoba/hubdle
Releases · JavierSegoviaCordoba/hubdle
0.1.0-alpha.21
Added
docs
plugin autogenerate.docs
and children dirs if they don't existdocs
can generate a complete website via mkdocsdocs
autogenerate nav bar by adding Changelog, API docs and Projects- Autogenerate detekt IDEA plugin config in
.idea
directory - Autogenerate ktfmt IDEA plugin config in
.idea
directory
Changed
code-formatter
is applied to all Kotlin projects by adding it in rootbuild.gradle.kts
readme-badges-generator
renamegenerateReadmeBadges
task tobuildReadmeBadges
- Changelog registers
mergeChangelog
task instead of merging automatically withpatchChangelog
- Dokka is automatically applied to all projects that are applying Kotlin Gradle plugin
Removed
jcenter()
Fixed
- module docs generated hasn't
MODULE.md
info - All
publish-*
plugins have using Dokka incorrectly
0.1.0-alpha.20
Added
readme-badges-generator
prints Kotlin version
0.1.0-alpha.19
- No changes
0.1.0-alpha.18
Added
- Add
all-plugins
module which exposes all plugins
Removed
- ktfmt uses the default Spotless ktfmt version instead of indicating the last one
- Detekt version is not needed
Fixed
- Kotlin version is found by checking all the projects instead of from Version Catalog
0.1.0-alpha.17
Updated
- Gradle Wrapper to 7.0
0.1.0-alpha.16
Fixed
publish-android-library
doesn't sign the release publication
0.1.0-alpha.15
Fixed
publish-android-library
doesn't found any componentdetekt
warnings
0.1.0-alpha.14
Fixed
changelog
was throwing an exception
0.1.0-alpha.9
Fixed
publish-*
plugins were not working
0.1.0-alpha.8
Changed
-
Separate
publish
plugin into:-
publish-android-library
-
publish-kotlin-jvm
-
publish-kotlin-multiplatform
-
publish-version-catalog
-
-
Show git diff when
checkIsSignificant
is invoked in allpublish
plugins