Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

42 lines (27 loc) · 1.43 KB

Yumi Gradle Licenser Changelog

1.0.0 - Initial Release

  • Initial release.
  • Added support for JVM-based Gradle projects.
  • Added basic license header syntax.
  • Added license header application and check tasks.

1.1.0

  • Added missing support for the Kotlin multiplatform plugin (#1).
  • Improved functional tests.

1.1.1

  • Fixed Kotlin multiplatform support when the plugin is applied after the licenser (#1).

1.1.2

  • Fixed default inclusion of build directories for verification (#2).

1.2.0

  • Added support for XML-style comments, including a default configuration (#3).
  • Added some extra default file-types for C-style header comments, specifically for common web languages and stylesheet formats (#3).

2.0.0

  • Reworked tasks to work with the configuration cache.
    • Tasks now use inputs.
    • Source files input is now much more flexible.
  • Made several data structures serializable.
  • Switched from PatternFilterable to Set<String> for file matching in HeaderCommentManager as only extensions are matched.
  • Adapted LicenseYearSelectionMode to not consume Project arguments anymore.

2.1.0

  • Made check license tasks incremental.