v1.0.0 #37
aSemy
announced in
Announcements
v1.0.0
#37
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
Full Changelog: v0.0.4...v1.0.0
📚 Use Dokkatoo to document Dokkatoo #32
The Dokkatoo API is now documented using... Dokkatoo! Check it out: https://adamko-dev.github.io/dokkatoo/
📢 Reduce logging noise #34
Debug logging has been reduced. Dokkatoo is now quieter. A few warnings have also been fixed.
✂ remove Dokka code from public API, replace with equivalents #35
Dokkatoo no longer has a public dependency on Dokka. This makes development more flexible, but should have no impact if you have applied Dokkatoo solely via its Gradle Plugin ID.
ℹ️ If you have depended on Dokkatoo via its Maven coordinates, you probably also had to depend on Dokka Core. This should no longer be necessary:
⚠ Breaking change - Improve Dokka plugin parameters DSL #36
Configuration for Dokka Plugins has been refactored.
There is no migration support for this in the code. If you would like some help migrating please make an issue or discussion.
Example migration:
Should be replaced with:
This discussion was created from the release v1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions