Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-01 | Bump kotlinx-cli-jvm from 0.3.2 to 0.3.3 (#2105) | dependabot[bot] | |
Bumps [kotlinx-cli-jvm](https://github.com/Kotlin/kotlinx-cli) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/Kotlin/kotlinx-cli/releases) - [Changelog](https://github.com/Kotlin/kotlinx-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-cli/compare/v0.3.2...v0.3.3) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-cli-jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
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 | |
* Introduce binary compatibility plugin * Update diffs | |||
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] | |
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-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 | |
2020-11-27 | Changing how multimodule location provider works and improving gfm link ↵ | Błażej Kardyś | |
substitution | |||
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 ↵ | sebastian.sellmair | |
concept of `moduleDisplayName` | |||
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 ↵ | sebastian.sellmair | |
expected to be distinct | |||
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 ↵ | sebastian.sellmair | |
(https://github.com/bintray/gradle-bintray-plugin/issues/267) | |||
2020-07-06 | Enforce workspace unique SourceSetID | sebastian.sellmair | |
2020-07-06 | Replace direct creation of ExternalDocumentationLink with ↵ | Kamil Doległo | |
ExternalDocumentationLink.Builder | |||
2020-06-25 | Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and ↵ | Kamil Doległo | |
use it instead of SourceSetData | |||
2020-06-25 | Remove kotlin source analysis from :core to :kotlin-analysis (thanks to ↵ | sebastian.sellmair | |
Afzal Najam) | |||
2020-06-18 | Implement default configurations | sebastian.sellmair | |
2020-06-16 | Refactor CLI | Andrzej Ratajczak | |
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 | Update to 1.4-M2, Native fails with an exception | Kamil Doległo | |
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-31 | Pull Request review fixes - defaultLinks method refactored, blank lines removed | Filip Zybała | |
2020-03-31 | Fixed maven and CLI runners stdlib links bug | Filip Zybała | |
2020-03-23 | Gradle Task supporting multimodular projects | Andrzej Ratajczak | |
2020-03-23 | Adds base plugin loading in gradle and cli | Andrzej Ratajczak | |
2020-03-23 | Adds linking plugins in CLI | Andrzej Ratajczak | |