Skip to content

Releases: JavierSegoviaCordoba/hubdle

0.1.0-alpha.21

03 May 13:18
Compare
Choose a tag to compare
0.1.0-alpha.21 Pre-release
Pre-release

Added

  • docs plugin autogenerate .docs and children dirs if they don't exist
  • docs can generate a complete website via mkdocs
  • docs 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 root build.gradle.kts
  • readme-badges-generator rename generateReadmeBadges task to buildReadmeBadges
  • Changelog registers mergeChangelog task instead of merging automatically with patchChangelog
  • 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

27 Apr 20:20
Compare
Choose a tag to compare
0.1.0-alpha.20 Pre-release
Pre-release

Added

  • readme-badges-generator prints Kotlin version

0.1.0-alpha.19

27 Apr 20:20
Compare
Choose a tag to compare
0.1.0-alpha.19 Pre-release
Pre-release
  • No changes

0.1.0-alpha.18

27 Apr 20:20
Compare
Choose a tag to compare
0.1.0-alpha.18 Pre-release
Pre-release

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

27 Apr 20:20
Compare
Choose a tag to compare
0.1.0-alpha.17 Pre-release
Pre-release

Updated

  • Gradle Wrapper to 7.0

0.1.0-alpha.16

27 Apr 20:20
Compare
Choose a tag to compare
0.1.0-alpha.16 Pre-release
Pre-release

Fixed

  • publish-android-library doesn't sign the release publication

0.1.0-alpha.15

27 Apr 20:21
Compare
Choose a tag to compare
0.1.0-alpha.15 Pre-release
Pre-release

Fixed

  • publish-android-library doesn't found any component
  • detekt warnings

0.1.0-alpha.14

27 Apr 20:21
Compare
Choose a tag to compare
0.1.0-alpha.14 Pre-release
Pre-release

Fixed

  • changelog was throwing an exception

0.1.0-alpha.9

27 Apr 20:21
Compare
Choose a tag to compare
0.1.0-alpha.9 Pre-release
Pre-release

Fixed

  • publish-* plugins were not working

0.1.0-alpha.8

27 Apr 20:21
Compare
Choose a tag to compare
0.1.0-alpha.8 Pre-release
Pre-release

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 all publish plugins