Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-05 | Decompose Kotlin/Java analysis (#3034) | Ignat Beresnev | |
* Extract analysis into separate modules | |||
2023-04-25 | Tidy/remove unnecessary imports and suppressions (#2975) | aSemy | |
2023-03-27 | Mark utilities.* API as Dokka-internal (#2937) | Vsevolod Tolstopyatov | |
* Deprecate unused declaration, remove inline declaration (as it's binary compatible), opt-in into internal API at project level * Opt-in into DokkaInternalApi where applicable * Get rid of intermediate test-utils module | |||
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-24 | Mark Plugin Api as experimental (#2743) | Vadim Mishenev | |
2023-02-21 | Initialize nested directories in `TemplateProcessor` | aSemy | |
#2866 | |||
2023-02-20 | Change default logging level of console apps (#2871) | Ignat Beresnev | |
2023-01-19 | Revise README documentation for examples and plugins (#2736) | Ignat Beresnev | |
2022-11-10 | Introduce jackson-databind constraint for 2.12.7.1 (#2733) | Ryan Lewis | |
Fixes CVE-2022-42003 | |||
2022-04-29 | Enable warnings as errors and fix all warnings (#2451) | Ignat Beresnev | |
* Enable warnings as errors and fix all warnings * Enable skip-metadata-version-check compiler setting | |||
2022-04-28 | Fix suddenly appearing all-modules-page/index.md file (#2475) | Ignat Beresnev | |
* Fix suddenly appearing all-modules-page/index.md file * Add a kdoc for `useOutputLocationFromConfig` param | |||
2022-04-19 | Update Jsoup to 1.14.3 (#2448) | Ignat Beresnev | |
* Update Jsoup to 1.14.3 * Fix Jsoup API breaking changes after the update * Fix new Qodana inspections * Replace IllegalStateException with more appropriate NoSuchElementException | |||
2022-02-22 | Fix HTML head and favicon in multi-module projects (#2365) | Vadim Mishenev | |
2021-09-20 | Improve versioning plugin (#2104) | vmishenev | |
- support for single module projects - version navigator is on all pages - dropdown arrow for version navigator | |||
2021-08-25 | Dark mode (#2081) | Marcin Aman | |
2021-08-12 | Webhelp-like frontend | Marcin Aman | |
2021-07-08 | Bump jacksons (#2010) | Marcin Aman | |
2021-07-05 | Flatten multi-module structure (#1980) | Kamil Doległo | |
* Add support for multimodule package lists * Merge package-lists in multi-module generation * Remove double-wrapping of modules in multi-module generation * Handle empty modules in package lists | |||
2021-06-22 | Logging in CLI (#1976) | Marcin Aman | |
2021-06-21 | Don't use older dir from previous runs in versioning (#1963) | Marcin Aman | |
2021-04-14 | Introduce binary compatibility plugin (#1774) | Marcin Aman | |
* Introduce binary compatibility plugin * Update diffs | |||
2021-04-06 | Bump jsoup from 1.12.1 to 1.13.1 (#1783) | dependabot[bot] | |
2021-03-10 | Fix multimodule sourcesets dependencies (#1766) | Marcin Aman | |
2021-02-05 | Deduplicate resources in multimodule (#1711) | Marcin Aman | |
2021-01-21 | Empty modules filtering (#1699) | Marcin Aman | |
2021-01-05 | Versioning (#1654) | Błażej Kardyś | |
* Adding versioning mechanism for multimodule * Versioning improvement * Refactor configuration, add ordering * Fix integration tests * Change packages, unignore test Co-authored-by: Marcin Aman <marcin.aman@gmail.com> |