Skip to content

Releases: rickbusarow/kotlin-gradle-extensions

0.1.12

22 Feb 20:51
Compare
Choose a tag to compare

[0.1.12] — 2024-02-22

🆕 Added

  • Add the basic getValue(...) delegate extensions for providers by @RBusarow in #164
  • named(regex: Regex) extensions by @RBusarow in #169
  • add Project.kotlinJvmExtension____ extensions by @RBusarow in #170

🧰 Maintenance

Full Changelog: 0.1.11...0.1.12

0.1.11

28 Jan 17:41
Compare
Choose a tag to compare

[0.1.11] — 2024-01-28

🆕 Added

🧰 Maintenance

  • fix(deps): update kotlin and compiler plugins to v1.9.22 by @renovate in #156
  • Update dependency com.rickbusarow.kgx:kotlin-gradle-extensions to v0.1.10 by @renovate in #140
  • Update dependency com.github.gmazzo.buildconfig to v5.3.5 by @renovate in #141
  • Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.24.0 by @renovate in #143
  • Update rickBusarow.kase to v0.7.0 by @renovate in #142
  • Update dependency com.squareup:kotlinpoet to v1.16.0 by @renovate in #145
  • Update dependencyAnalysis to v1.29.0 by @renovate in #144
  • Update rickBusarow.kase to v0.8.0 by @renovate in #146
  • Update styfle/cancel-workflow-action action to v0.12.1 by @renovate in #150
  • Update dependency com.github.ben-manes:gradle-versions-plugin to v0.51.0 by @renovate in #148
  • Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.25.0 by @renovate in #149
  • Update rickBusarow.kase to v0.9.1 by @renovate in #147
  • chore(deps): update plugin com.gradle.enterprise to v3.16.2 by @renovate in #152
  • Renovate config updates by @RBusarow in #154

Full Changelog: 0.1.10...0.1.11

0.1.8

28 Jan 17:16
Compare
Choose a tag to compare

[0.1.8] - 2023-10-31

Added

  • add ObjectFactory extension functions for property delegates

Fixed

  • add missing @InternalGradleApiAccess opt-ins to some internal functions
  • move some non-internal extensions out of the internal package

0.1.10

09 Jan 02:43
Compare
Choose a tag to compare

[0.1.10] — 2024-01-08

🆕 Added

  • add common with____{...} callback extensions to PluginManager and PluginContainer by @RBusarow in #131
  • add orElse and convention extensions for providers and properties by @RBusarow in #138

Full Changelog: 0.1.9...0.1.10

0.1.9

04 Dec 01:45
Compare
Choose a tag to compare

[0.1.9] — 2023-12-03

Added

  • org.jetbrains.kotlin.gradle.dsl.JvmTarget extensions to/from Int in #98
  • VersionCatalog extension delegates in #99
  • move SourceSetName -> ConfigurationName extensions from SourceSetName.kt to ConfigurationName.kt in #101
  • add GradleLazy<T> in #106

🧰 Maintenance

  • Update github.release to v2.5.1 in #68
  • Update kotest to v5.8.0 in #79
  • Update junit5 monorepo to v5.10.1 in #80
  • Update KtLint things in #81
  • Update rickBusarow.ktlint to v0.2.1 in #82
  • Update dependency com.github.gmazzo.buildconfig to v4.2.0 in #86
  • Update detekt to v1.23.4 in #88
  • Update dependency gradle to v8.5 in #92
  • Update dependency com.squareup:kotlinpoet to v1.15.2 in #93
  • Update actions/setup-java action to v4 in #94
  • explicitly set the internal KtLint version in #96
  • Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.23.2 in #97
  • misc build-logic cleanup in #100
  • Update dependency com.github.ben-manes:gradle-versions-plugin to v0.50.0 in #103
  • Update dependencyAnalysis to v1.27.0 in #105

Full Changelog: 0.1.8...0.1.9

0.1.7

26 Oct 03:10
Compare
Choose a tag to compare

[0.1.7] - 2023-10-25

Fixed

  • SourceSetName.___Config() functions now return correct values for main source sets

0.1.6

13 Oct 03:32
Compare
Choose a tag to compare

[0.1.6] - 2023-10-12

Added

  • added the DomainObjectName type #69

Full Changelog: 0.1.5...0.1.6

0.1.5

10 Oct 13:17
Compare
Choose a tag to compare

[0.1.5] - 2023-10-10

What's Changed

Added

  • more syntactic sugar around whenElementRegistered {}
  • Project.projectDependency(...) and DependencyHandler.project(...) #58

🧰 Maintenance

  • symlink gradle files into build-logic
  • remove kotlin-gradle-plugin-api-gradle76 dependency declaration #55
  • consume KGX internally #57

Full Changelog: 0.1.4...0.1.5

0.1.4

09 Sep 16:35
Compare
Choose a tag to compare

[0.1.4] - 2023-09-09

Changed

  • revert Kotlin version to 1.8.10

Full Changelog: 0.1.2...0.1.3

0.1.3

08 Sep 00:32
Compare
Choose a tag to compare

[0.1.3] - 2023-09-07

Fixed

  • replace leftover "doks" copy-pasta (#46)

Other Changes

  • lower the published JVM target to 1.8 (down from 11) (#47)

Full Changelog: 0.1.2...0.1.3