Skip to content

Latest commit

 

History

History
125 lines (67 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

125 lines (67 loc) · 2.48 KB

Changelog

Added

Changed

Deprecated

Fixed

Removed

Updated

0.6.8 - 2024-04-19

Changed

  • JetBrains compiler to Android compiler in HubdleKotlinComposeFeatureExtension

Fixed

  • buildScan::publishAlways is incompatible with configuration cache

0.6.7 - 2024-04-18

Changed

  • com.gradle.enterprise:com.gradle.enterprise.gradle.plugin -> com.gradle:com.gradle.develocity-gradle-plugin
  • allow publishing with non Kotlin dev versions

0.6.6 - 2024-04-09

Updated

  • dependencies

0.6.5 - 2024-03-28

Added

  • build directory to sonar.exclusions property

0.6.4 - 2024-03-26

Added

  • org.jetbrains.kotlin.ir.symbols.UnsafeDuringIrConstructionAPI opt in Compiler feature

Fixed

  • AddChangelogItemTask fails if there is no version in the changelog

Removed

  • priorities

0.6.3 - 2024-02-13

Added

  • withPlugin function to hubdle
  • withPlugins function to hubdle
  • generate lifecycle task

Changed

  • Compiler tasks dependencies
  • Android version to be not strictly
  • Kotlin version to be not strictly

Fixed

  • MergeChangelogTask adds the same updated dependency multiple times with different versions

0.6.2 - 2024-02-05

Changed

  • tag prefix to p for Hubdle Gradle plugin

Fixed

  • generateProjectData task not being wired with the Kotlin source set

0.6.1 - 2024-02-04

Fixed

  • accessing to publishPlugins when it is not registered

0.6.0 - 2024-02-04

Added

  • tests task to run all Test tasks
  • fixChecks task
  • applyFormat depends on fixChecks task
  • dumpApi depends on fixChecks task

Removed

  • allTests task