Skip to content

Releases: rife2/bld-dokka

1.0.

19 Dec 15:30
d4eec41
Compare
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
Compare
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
Compare
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)