Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-10 | Restructure the project to utilize included builds (#3174) | Ignat Beresnev | |
* Refactor and simplify artifact publishing * Update Gradle to 8.4 * Refactor and simplify convention plugins and build scripts Fixes #3132 --------- Co-authored-by: Adam <897017+aSemy@users.noreply.github.com> Co-authored-by: Oleg Yukhnevich <whyoleg@gmail.com> | |||
2023-08-31 | Enable explicit API mode (#3139) | Ignat Beresnev | |
2023-08-31 | Update copyright (#3149) | Ignat Beresnev | |
* Add the default copyright profile and enable IDEA project settings * Add the license notice file | |||
2023-07-05 | Decompose Kotlin/Java analysis (#3034) | Ignat Beresnev | |
* Extract analysis into separate modules | |||
2022-08-18 | Add deprecation details block (#2622) | Ignat Beresnev | |
2022-08-05 | Add a distinct divider between function/property overloads (#2585) | Ignat Beresnev | |
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 | |||
2022-02-21 | Code cleanups (#2165) | Goooler | |
2022-02-15 | Convert interfaces to functional (#2360) | Goooler | |
2021-07-28 | Fix broken link in kotlinx.serialization (#2038) | Marcin Aman | |
* Fix broken link in kotlinx.serialization * Rename DRIWithSourceSet to DRIWithSourceSets | |||
2020-11-09 | Cleaning querying from plugins where possible | Błażej Kardyś | |
2020-09-08 | Handle same level declared expected classlikes | Andrzej Ratajczak | |
2020-08-17 | Inline `val newContent` in SourceSetMergingPageTransformer | sebastian.sellmair | |
2020-08-17 | Rename `ContentSourceSet` to `DisplaySourceSet` | sebastian.sellmair | |
2020-08-17 | Moving CompositeSourceSetID and ContentSourceSet into `.dokka.model` | sebastian.sellmair | |
2020-08-17 | Implement SourceSetMergingPageTransformer | sebastian.sellmair | |
2020-07-15 | Fix page merging bug that prevented including Kotlin Playground | Kamil Doległo | |
2020-06-25 | Enforces directory for classlikes | Andrzej Ratajczak | |
2020-05-19 | Add a draft version of divergent rendering | Kamil Doległo | |
2020-05-14 | Changing approach from platform-driven to source-set-driven | Błażej Kardyś | |
2020-03-04 | Refactor extras in ContentNodes | Andrzej Ratajczak | |
2020-02-27 | Fix SameMethodNamePageMergerStrategy | Kamil Doległo | |
2020-02-19 | Rename extensions to make them more uniform | Kamil Doległo | |
2020-02-18 | Translators moved to separate packages | Paweł Marks | |
also typo fixed and unnecessary dependencies removed | |||
2020-02-18 | Cleans up page mergers and moves them to base plugin | Paweł Marks | |