Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-09 | Add gradle version check (#2006) | Marcin Aman | |
2021-07-08 | Bump jacksons (#2010) | Marcin Aman | |
2021-07-07 | Fix Gradle plugin marker publication | Kamil Doległo | |
2021-07-06 | Fix Gradle plugin application (#2000) | Kamil Doległo | |
Default dependency to dokka-base in dokkaPluginConfiguration was changed to a regular dependency. Applying client-side plugins overrode the default dokka-base dependency thus changing the version to a (possibly) lower one. This could lead to unpredictable Dokka crashes due to the inconsistency between the Gradle runner and dokka-base versions. Dependencies can still be manually removed from the configuration in specific projects, if needed (not likely) | |||
2021-07-06 | Change jekyll links to be .html (#1990) | 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-23 | Add maven central publication (#1688) | Kamil Doległo | |
* Add OSSRH repositories * Rewrite Gradle plugin publication * Add publication version assertion * Use Nexus publish plugin for publishing to Sonatype * Remove explicit publishing from s3 tests * Don't document Dokka for local publication * Fix a bug with closing Sonatype repository * Bump internal Dokka version * Move publication version check to the validate task * Fix Gradle plugin publication * Bump Dokka and gradle plugin-publish versions * Do not run Dokka for test tasks * Do not fail all runs in a workflow * Reduce JVM memory limit | |||
2021-06-22 | Logging in CLI (#1976) | Marcin Aman | |
2021-06-21 | Cachable task (#1905) | Marcin Aman | |
* Add tests for Gradle caching scenarios and adjust tasks to honor caching such that tests pass * Make dokka tasks cachable * Make dokka tasks cachable * Make dokka tasks cachable * Fix gradle assertion Co-authored-by: Volker Leck <volker.leck@gmail.com> | |||
2021-05-21 | Bump Gradle to 7.0 (#1926) | Kamil Doległo | |
2021-05-17 | Extract properties to AbstractDokkaLeafTask (#1922) | Kamil Doległo | |
2021-05-04 | Adds a supertype for leaf dokka tasks that defines dokkaSourceSets (#1891) | Ryan Nett | |
* Adds a supertype for leaf dokka tasks that defines dokkaSourceSets * Extract implementation of dokkaSourceSets to AbstractDokkaLeafTask | |||
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 | |
* Introduce binary compatibility plugin * Update diffs | |||
2021-04-14 | Add ability to document generated files (#1832) | Marcin Aman | |
2021-04-06 | Suppress inherited members (#1814) | Marcin Aman | |
2021-03-26 | Fix configuration for suppressing obvious functions (#1789) | Marcin Aman | |
* Fix suppressObviousFunctions not being present in task configuration * Docs | |||
2021-03-26 | Bump kotlinx-cli-jvm from 0.3.1 to 0.3.2 (#1784) | dependabot[bot] | |
Bumps kotlinx-cli-jvm from 0.3.1 to 0.3.2. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
2021-03-26 | Reintroduce multimodule documentation (#1804) | Marcin Aman | |
2021-03-11 | Make Gradle plugin use `api` instead of `implementation` for core (#1771) | Kamil Doległo | |
Fixes #1724 | |||
2021-03-01 | Add ability to suppress obvious functions like equals, toString... (#1758) | Marcin Aman | |
* Add ability to suppress obvious functions like equals, toString... * Add ability to suppress obvious functions like equals, toString... | |||
2021-02-24 | Fix parameters on cli and bump kotlinx.cli (#1755) | Marcin Aman | |
2021-01-18 | Fix a bug with not creating Gradle configurations for partial tasks | Kamil Doległo | |
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> | |||
2020-12-28 | Use maven directly to download additional dependencies (#1644) | Andreas Dangel | |
* Use maven instead of aether to resolve additional dependencies Aether is still used, but now indirectly by maven. Using maven directly allows to reuse all the configurations like repositories, mirrors, proxies and the local repository. | |||
2020-12-03 | Update migration guide for 1.4.20 | Marcin Aman | |
2020-12-02 | Fix gradle passing 'unspecified' version to dokka configuration (#1650) | Marcin Aman | |
2020-11-27 | Changing how multimodule location provider works and improving gfm link ↵ | Błażej Kardyś | |
substitution | |||
2020-11-27 | Adding multimodule all modules page creation for gfm | Błażej Kardyś | |
2020-11-27 | Fixing tests after moving SingleGeneration to base | Błażej Kardyś | |
2020-11-27 | Moving SingleGeneration to base pluing | Błażej Kardyś | |
2020-11-27 | Implement immediate temaplates resolution | Paweł Marks | |
2020-11-27 | Add templating commands to the html format | Paweł Marks | |
2020-11-27 | Extracting dokka generation to the dedicated extension point | Paweł Marks | |
2020-11-18 | Add matchingRegex (#598) | Martin Bonnin | |
* add matchingRegex as a simpler replacement for `prefix` * remove useless check * added a note about the order of the matchingRegex | |||
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-30 | Set aether authn when getting artifacts | Stephen Byrne | |
When getting artifacts via aether for the plugins classpath, set authentication on the remote repositories. Without this, dokka fails if remote repositories require authentication. | |||
2020-09-10 | Update migration guide with correct property name | Kamil Doległo | |
2020-09-04 | Javadoc version number is always 0.0.1 #1406 | Marcin Aman | |
2020-09-01 | Also add KotlinCompile#classpath to final classpath calculation | sebastian.sellmair | |
2020-08-31 | Remove unnecessary blank lines | 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 ↵ | sebastian.sellmair | |
concept of `moduleDisplayName` | |||
2020-08-25 | - Move `test` projects into semantic parent projects | sebastian.sellmair | |
- Implement new `:test-utils` project - Resolve requirement for Android SDK installation | |||
2020-08-25 | Add first version of MIGRATION.md to help users migrating to new dokka | sebastian.sellmair | |
2020-08-25 | Fix external links to Android and Androix documentations | Kamil Doległo | |
2020-08-25 | Relative paths fix | Andrzej Ratajczak | |
2020-08-24 | GradleSourceLinkBuilder: Use canonicalPath instead of absolutePath | sebastian.sellmair | |