Age | Commit message (Expand) | Author |
2020-09-04 | Javadoc version number is always 0.0.1 #1406 | Marcin Aman |
2020-08-31 | Remove unnecessary trailing comma in defaultConfiguration.kt | sebastian.sellmair |
2020-08-31 | Re-use includes form child tasks for all modules page generation | sebastian.sellmair |
2020-08-31 | Let module name be configurable withing `AbstractDokkaTask` and remove concep... | sebastian.sellmair |
2020-08-14 | Use java.net.URL consistently across Gradle Plugin API surface | sebastian.sellmair |
2020-08-14 | Use List for representing classpaths instead of Set | sebastian.sellmair |
2020-08-14 | Refine and test `GradleSourceLinkBuilder` and SourceLinkDefinition API | sebastian.sellmair |
2020-08-14 | API refinement for AbstractDokkaParentTask and DokkaMultiModuleTask | sebastian.sellmair |
2020-08-14 | Use Gradle's new Property/Provider APIs | sebastian.sellmair |
2020-08-14 | DokkaConfiguration: Use `Set` instead of `List` when collections are expected... | sebastian.sellmair |
2020-08-14 | Simplify Dokka Gradle Plugin | sebastian.sellmair |
2020-07-20 | Use jackson for json serialization and parsing | sebastian.sellmair |
2020-07-20 | Address review comments and fix integration tests | Alex Saveau |
2020-07-20 | Improve JSON parsing for CLI | Alex Saveau |
2020-07-13 | Remove `format` from dokka DokkaConfiguration | sebastian.sellmair |
2020-07-10 | Make external documentation links serializable | Paweł Marks |
2020-07-06 | Enforce workspace unique SourceSetID | sebastian.sellmair |
2020-06-25 | Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and use... | Kamil Doległo |
2020-06-15 | Implement "failOnWarning" option | sebastian.sellmair |
2020-06-15 | Rework dokka configuration and Gradle plugin | Kamil Doległo |
2020-06-10 | Implement `reportUndocumented` option to report undocumented code | sebastian.sellmair |
2020-06-04 | All modules page generation | Błażej Kardyś |
2020-05-20 | Merging of platform dependent hints in sourceset tree | Błażej Kardyś |
2020-05-14 | Changing approach from platform-driven to source-set-driven | Błażej Kardyś |
2020-04-30 | Adds possibility to configure plugins | Andrzej Ratajczak |
2020-03-23 | Gradle Task supporting multimodular projects | Andrzej Ratajczak |
2020-03-23 | Adds linking plugins in CLI | Andrzej Ratajczak |
2020-01-31 | Bump Gradle version, migrate to Kotlin DSL, refactor publishing | Kamil Doległo |