Age | Commit message (Expand) | Author |
2023-05-31 | Fix missing tab entries for module names with space (#3019) | Ignat Beresnev |
2023-04-25 | Tidy/remove unnecessary imports and suppressions (#2975) | aSemy |
2023-03-17 | Introduce Gradle Version Catalog with type-safe project dependencies (#2884) | aSemy |
2023-03-13 | Migrate buildSrc to composite build (#2912) | Goooler |
2023-03-07 | Use buildSrc convention plugins to configure the Dokka subprojects (#2704) | aSemy |
2023-02-20 | Change default logging level of console apps (#2871) | Ignat Beresnev |
2023-01-10 | Revise documentation (#2728) | Ignat Beresnev |
2022-12-16 | Display `SinceKotlin` everywhere (#2708) | Vadim Mishenev |
2022-04-29 | Enable warnings as errors and fix all warnings (#2451) | Ignat Beresnev |
2022-04-11 | Bump kotlinx-cli-jvm from 0.3.3 to 0.3.4 (#2428) | dependabot[bot] |
2022-03-22 | Remove bintray publish plugins (#2364) | Goooler |
2022-02-15 | Fix loading empty properties by CLI json parser (#2362) | Andrzej Ratajczak |
2022-02-14 | Shutdown coroutines dispatchers after each module pass (#2325) | Ignat Beresnev |
2022-01-12 | Add global settings to JSON dokka cli input (#2292) | Andrzej Ratajczak |
2021-12-23 | Introduce documentedVisibilities setting (#2270) | Ignat Beresnev |
2021-09-01 | Bump kotlinx-cli-jvm from 0.3.2 to 0.3.3 (#2105) | dependabot[bot] |
2021-06-22 | Logging in CLI (#1976) | Marcin Aman |
2021-04-29 | Make module name optional in cli (#1850) | Marcin Aman |
2021-04-28 | Remove bintray from repositories | Marcin Aman |
2021-04-14 | Introduce binary compatibility plugin (#1774) | Marcin Aman |
2021-04-06 | Suppress inherited members (#1814) | Marcin Aman |
2021-03-26 | Bump kotlinx-cli-jvm from 0.3.1 to 0.3.2 (#1784) | dependabot[bot] |
2021-03-26 | Reintroduce multimodule documentation (#1804) | Marcin Aman |
2021-03-01 | Add ability to suppress obvious functions like equals, toString... (#1758) | Marcin Aman |
2021-02-24 | Fix parameters on cli and bump kotlinx.cli (#1755) | Marcin Aman |
2020-11-27 | Changing how multimodule location provider works and improving gfm link subst... | Błażej Kardyś |
2020-11-27 | Implement immediate temaplates resolution | Paweł Marks |
2020-10-07 | Make logo replaceable #1339 (#1488) | Marcin Aman |
2020-10-06 | Change in CLI module name to be optional, but with default value | Andrzej Ratajczak |
2020-09-04 | Javadoc version number is always 0.0.1 #1406 | Marcin Aman |
2020-08-31 | Let module name be configurable withing `AbstractDokkaTask` and remove concep... | sebastian.sellmair |
2020-08-25 | Relative paths fix | Andrzej Ratajczak |
2020-08-14 | Use List for representing classpaths instead of Set | sebastian.sellmair |
2020-08-14 | Replace ExternalDocumentationLink.Builder with factory functions | 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-27 | Correct newer javadoc links | Błażej Kardyś |
2020-07-20 | Address review comments and fix integration tests | Alex Saveau |
2020-07-20 | Improve JSON parsing for CLI | Alex Saveau |
2020-07-14 | Adapt changes from "Simplify publishing configuration and enable sourcejars" | sebastian.sellmair |
2020-07-14 | Simplify publishing configuration and enable sourcejars | Aurimas Liutikas |
2020-07-14 | Introduce some small CLI configuration fixes | Kamil Doległo |
2020-07-13 | Remove `format` from dokka DokkaConfiguration | sebastian.sellmair |
2020-07-07 | Implement simple cli integration test | sebastian.sellmair |
2020-07-06 | Manually disable bintray tasks in root project (https://github.com/bintray/gr... | sebastian.sellmair |
2020-07-06 | Enforce workspace unique SourceSetID | sebastian.sellmair |
2020-07-06 | Replace direct creation of ExternalDocumentationLink with ExternalDocumentati... | Kamil Doległo |
2020-06-25 | Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and use... | Kamil Doległo |
2020-06-25 | Remove kotlin source analysis from :core to :kotlin-analysis (thanks to Afzal... | sebastian.sellmair |