Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: rife2/bld-dokka

1.0.4

15 Oct 22:28
615f485

Choose a tag to compare

Summary

  • Support for Dokka 2.1.0
  • Support for Kotlin 2.2.0
  • Note: Dokka does not currently support JDK 25

What's Changed in 1.0.4

  • Bump Dokka to version 2.1.0 in 7da011f
  • Bump JUnit version 6.0.0 in c16750a
  • Bump Testing Helpers to version 0.9.4 in de28704
  • Use parameterized tests in 4a954e9
  • Bump Kotlin to version 2.2.20 in f2c2167
  • Add package info in 444faeb
  • Bump PMD extension to version 1.3.3 in a614a4e
  • Bump Upload Pages Artifact action to version 4.0.0 in 9e6c3b5
  • Bump Setup Java action to version 5 in f14b777
  • Bump bld to version 2.3.0 in d7ed488
  • Use setup-kotlin action in 6d8d770
  • Cleanup tests in 314b017
  • Only check kotlinc arguments on Linux in 11a00fd
  • Add OS matrix to include the latest Ubuntu, Windows, and macOS in f2d6167
  • JDK 24 in b1cfaf6
  • Add generic installation instructions in e763ce3
  • Bump AssertJ to version 3.27.3 in 4976d37

Full Changelog: 1.0.3...1.0.4

1.0.3

14 Jan 20:09
1055f05

Choose a tag to compare

Summary

  • Support for bld 2.2.0

What's Changed in 1.0.3

  • Updated copyright for 2025 in 7adae0e
  • Bumped bld to version 2.2.0 in 82da957
  • Bumped AssertJ to version 3.27.2 in 77e3be8
  • Updated Extensions in 600b46a
    • Bumped Exec extension to version 1.0.4
    • Bumped PMD extension to version 1.1.10

Full Changelog: 1.0.2...1.0.3

1.0.2

19 Dec 15:30
d4eec41

Choose a tag to compare

Summary

What's Changed in 1.0.2

  • Bumped dependencies in 7b7a173
    • Bumped Dokka to version 2.0.0
    • Bumped bld PMD extension to version 1.1.7
    • Bumped bld Kotlin extension to version 1.0.3
    • Bumped Kotlin to version 2.0.21
    • Bumped JUnit to version 5.11.4
  • Changed to ConcurrentSkipListMap to preserve order in b8a02dc
  • Added soft assertions in d797c51
  • Added GitHub repository in 0983f32

Full Changelog: 1.0.1...1.0.2

1.0.1

30 Aug 23:50
0703d31

Choose a tag to compare

Summary:

  • Support for bld 2.1.0
  • Support for Kotlin 2.0.20
  • Cleaned up API

Full Changelog: 1.0.0...1.0.1

1.0.0

29 Jul 23:47
1b10f1b

Choose a tag to compare

Summary:

  • Initial release as a standalone extension
  • Added support for bld 2.0.1
  • Ensured exit status is set on failure (6a6d6ce)
  • Fixed invalid boolean arguments (6b6057f)
  • Converted parameters from String to File whenever applicable (af8e211)