Skip to content

Latest commit

 

History

History
83 lines (57 loc) · 2.44 KB

50-changes.adoc

File metadata and controls

83 lines (57 loc) · 2.44 KB

Change Log

v0.14 (2023-06-28)

  • Add configuration to post-process routes comments ({uri-github-issues}/109[issue #109]).

  • Remove use of more internal APIs

v0.13 (2023-01-24)

  • Remove usage of internal Gradle API org.gradle.api.internal.artifacts.dsl.LazyPublishArtifact

  • Update wrapper to Gradle 6.9.3

  • Clean unused imports

v0.12 (2021-06-10)

  • Fix compatibility with upcoming Gradle 8.0

  • Thank you to our community contributors:

  • iaco86 - Add support for Play 2.8

v0.11 (2021-01-22)

  • Fix compatibility with upcoming Gradle 7.0

v0.10 (2020-10-15)

  • Thank you to our community contributors:

  • cmsr - TwirlCompiler support for dependency injection

  • novokrest - NPE when compiling routes with Play 2.3.X

  • clemstoquart - Fix deprecated code relying on ProjectLayout.configurableFiles()

  • arjunchhabra - Add preliminary support for Play 2.7.X

  • JospehChiu - Release automation

v0.9 (2019-08-20)

  • Add workaround for multiple SLF4J bindings on classpath for runPlay

v0.8 (2019-08-07)

  • Restore compatibility with Gradle 5.1.1 and added test coverage for Gradle 5.1.1-5.5.1

v0.7 (2019-08-02)

  • Update to build with Gradle 5.5.1

  • Use the Provider-API to carry dependencies for PlayRun instead of explicit dependencies. Previously, PlayRun depended on build explicitly, which required tests to run before PlayRun could run.

v0.6 (2019-04-29)

  • Generate a proper Class-Path manifest entry with runtime classpath

v0.5 (2019-04-10)

  • IDEA plugin should allow users to modify source directories

v0.4 (2019-02-18)

  • Rework plugins to rely on Java/Scala plugin configurations

v0.3 (2019-02-08)

  • Move classes from package org.gradle.scala.internal.reflect from Gradle core into plugin code base.

v0.2 (2019-02-08)

  • Ensure compatibility with Gradle 5.2 ({uri-github-issues}/82[issue #82]).

  • Fix test code in basic and advanced samples ({uri-github-issues}/74[issue #74]).

  • Improve Javadoc for public API ({uri-github-issues}/80[issue #80]).

  • Samples can be run as standalone projects ({uri-github-issues}/76[issue #76]).

v0.1 (2018-12-14)

  • Initial version of plugin.