Skip to content

v5.0.0

Compare
Choose a tag to compare
@gmazzo gmazzo released this 17 Dec 16:14
· 77 commits to main since this release

New Features

Introduced typesafe DSL support for Kotlin and Groovy #100

Breaking changes

  • Plugin classes has been repackaged to com.github.gmazzo.buildconfig
  • BuildConfigField's type and value fields now has a dedicated wrapper class: BuildConfigType and BuildConfigValue
  • Dropped support for JDK8, now targeting JDK11

What's Changed

  • Bump com.android.application from 8.1.3 to 8.1.4 by @dependabot in #92
  • Bump com.squareup:kotlinpoet from 1.14.2 to 1.15.1 by @dependabot in #91
  • Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 by @dependabot in #93
  • Bump com.squareup:kotlinpoet from 1.15.1 to 1.15.3 by @dependabot in #96
  • Bump kotlin from 1.9.20 to 1.9.21 by @dependabot in #94
  • Update Gradle Wrapper from 8.4 to 8.5 by @gmazzo in #95
  • Fix generic tests by @gmazzo in #99
  • Add support for basic generic types by @ZacSweers in #98
  • Bump com.android.application from 8.1.4 to 8.2.0 by @dependabot in #97
  • Introduced Typesafe DSL and support for generic types by @gmazzo in #100
  • Correct plugin classes package by @gmazzo in #102

New Contributors

Full Changelog: v4.2.0...v5.0.0