Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-17 | Fix setup js deps (#2258) | Vadim Mishenev | |
* Add checker of KLIB resolving * Fix setup of JS deps in `AnalysisEnvironment` * Update JS integration test | |||
2021-12-15 | Bump coroutines to 1.6.0 in integration test (#2276) | Vadim Mishenev | |
2021-12-13 | Bump de.undercouch.download to 4.1.2 (#2268) | Vadim Mishenev | |
* Bump de.undercouch.download to 4.1.2 * Remove bintray repository | |||
2021-11-18 | Update version of `SerializationGradleIntegrationTest` to 1.3.1 (#2228) | vmishenev | |
2021-09-28 | Support JS KLib (#2159) | vmishenev | |
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-07-22 | Bump kotlin 1.5.21 (#2031) | Marcin Aman | |
* bump kotlin to 1.5.21 * Bump binary compatibility plugin * update stdlib submodule * Bump IJ to 202.8194.7 | |||
2021-06-21 | Don't use older dir from previous runs in versioning (#1963) | 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-04-08 | Bump kotlinx html to 0.7.3 (#1819) | Marcin Aman | |
* Bump kotlinx html to 0.7.3 * Update repositories | |||
2021-03-26 | Fix configuration for suppressing obvious functions (#1789) | Marcin Aman | |
* Fix suppressObviousFunctions not being present in task configuration * Docs | |||
2021-03-17 | Update kotlinx-serialization diffs (#1769) | Marcin Aman | |
* Update kotlinx-serialization diffs * Update kotlinx-serialization diffs | |||
2021-02-03 | Reenable kotlinx-serialization (#1708) | 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 | Bump dokka version to 1.4.20.2 | Marcin Aman | |
2020-11-19 | Adjust integration tests to the new package options API | Marcin Aman | |
2020-11-13 | Add integration tests for Kotlin projects | Kamil Doległo | |
2020-10-07 | Make logo replaceable #1339 (#1488) | Marcin Aman | |
2020-09-30 | Add integration test for linking between projects | Kamil Doległo | |
2020-09-04 | Javadoc version number is always 0.0.1 #1406 | Marcin Aman | |
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-31 | Let root package be represented as [root] to the user | sebastian.sellmair | |
2020-08-20 | Fix convention for ExternalDocumentationLink#packageListUrl | sebastian.sellmair | |
2020-08-19 | Integration Test: it-multiplatform-0: Use `configureEach` | sebastian.sellmair | |
2020-08-19 | Fix tests after the Gradle plugin update | Kamil Doległo | |
2020-08-19 | Refactor location providers | Kamil Doległo | |
2020-08-14 | Update Gradle version to 6.6 | sebastian.sellmair | |
2020-08-14 | Extract `kotlinSourceSet()` from `GradleDokkaSourceSetBuilder` | Kamil Doległo | |
2020-08-14 | Use java.net.URL consistently across Gradle Plugin API surface | 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 | Cover GradleDokkaSourceSetBuilder with tests | 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-08-12 | Implement DocumentableFilterSuppressedTransformer | sebastian.sellmair | |
2020-07-31 | Add js target back to Multiplatform0GradleIntegrationTest | sebastian.sellmair | |
2020-07-31 | Re/de-shadow kotlin-compiler artifact | sebastian.sellmair | |
2020-07-31 | Submit failing test for Kotlin/Native being unable to resolve CPointer | sebastian.sellmair | |
2020-07-30 | Use `cache-redirector` repositories for Gradle integration tests | sebastian.sellmair | |
2020-07-23 | Add link to androidx documentation by default for Android projects | sebastian.sellmair | |
2020-07-20 | Re-introduce default DokkaCollectorTask, run on all submodules by default, ↵ | sebastian.sellmair | |
add Collector0IntegrationTest | |||
2020-07-20 | Fix style issues introduced with dokka-cli-json | sebastian.sellmair | |
2020-07-17 | Add kotlin-eap repository consistently to the project | sebastian.sellmair | |
2020-07-14 | Add TODO in it-multimodule-0 | sebastian.sellmair | |
2020-07-13 | BasicGradleIntegrationTest: Cover dokkaSourceSet configureEach | sebastian.sellmair | |
2020-07-13 | Remove chunk from `it-basic` | sebastian.sellmair | |
2020-07-13 | Remove `global` dokka source set (in favor of configureEach) | sebastian.sellmair | |