Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-21 | Add option to merge implicit expect-actual declarations (#2316) | Vadim Mishenev | |
* Add option to merge implicit expect-actual declarations * Merge entries, constructors * Fix StdLib integration test * Add doc | |||
2021-12-23 | Introduce documentedVisibilities setting (#2270) | Ignat Beresnev | |
* Introduce `documentedVisibilities` setting * Remove hardcoded doc generation for Visibility.PUBLIC, correct tests * Add maven, gradle and cli integration tests for documentedVisibilities * Fix maven plugin configuration overriding the default value * Remove test debug prints * Correct an inconsistency with default values and leave a comment of intentions * Add a test for visibility of private setter | |||
2020-12-17 | Multimodule tests (#1670) | Marcin Aman | |
* Multimodule tests * Multimodule tests | |||
2020-11-13 | Add integration tests for Kotlin projects | Kamil Doległo | |
2020-09-30 | Add integration test for linking between projects | Kamil Doległo | |
2020-08-31 | Let root package be represented as [root] to the user | sebastian.sellmair | |
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-19 | Implement ignoring known unresolved links in integration tests | Kamil Doległo | |
2020-08-19 | Adapt integration tests for checking unresolved links | Kamil Doległo | |
2020-08-14 | Simplify Dokka Gradle Plugin | sebastian.sellmair | |
2020-08-12 | Implement DocumentableFilterSuppressedTransformer | sebastian.sellmair | |
2020-07-20 | Re-introduce default DokkaCollectorTask, run on all submodules by default, ↵ | sebastian.sellmair | |
add Collector0IntegrationTest | |||
2020-07-13 | Fix first integration tests | sebastian.sellmair | |
2020-07-13 | Implement basic assertNoUnresolvedHref | sebastian.sellmair | |
2020-07-08 | Implement simple MavenIntegrationTest.kt | sebastian.sellmair | |
2020-07-07 | Implement simple cli integration test | sebastian.sellmair | |