Age | Commit message (Expand) | Author |
2023-03-02 | Do not propagate opt-in | vmishenev |
2023-02-24 | Mark Plugin Api as experimental (#2743) | Vadim Mishenev |
2022-02-15 | Convert interfaces to functional (#2360) | Goooler |
2022-02-14 | Fix filtering suppresed extensions (#2348) | Andrzej Ratajczak |
2021-04-06 | Fix some compiler warnings (#1812) | Kamil Doległo |
2020-11-27 | Adding inter-module link resolving template strategy for Gfm | Błażej Kardyś |
2020-11-27 | Adding multimodule all modules page creation for gfm | Błażej Kardyś |
2020-11-27 | Moving SingleGeneration to base pluing | Błażej Kardyś |
2020-11-27 | Extracting dokka generation to the dedicated extension point | Paweł Marks |
2020-11-26 | Fixes from scala3doc (#1630) | Krzysztof Romanowski |
2020-11-13 | Add integration tests for Kotlin projects | Kamil Doległo |
2020-10-07 | Make logo replaceable #1339 (#1488) | Marcin Aman |
2020-10-02 | Make translators run in parallel. | Andrzej Ratajczak |
2020-09-28 | Create java-like api for plugins | Krzysztof Romanwoski |
2020-07-20 | Use jackson for json serialization and parsing | sebastian.sellmair |
2020-07-15 | Use DokkaLogger instead of println and adjust log levels for less verbosity b... | sebastian.sellmair |
2020-07-07 | Change generic Error to IllegalStateException to be thrown when there are con... | Paweł Marks |
2020-07-07 | Add suppression reporting to log | Paweł Marks |
2020-07-07 | Add suppression capabilities for plugins | Paweł Marks |
2020-07-07 | Probably fix the missing adjecent extension bug | Paweł Marks |
2020-07-07 | Add functionality to plugin overrides | Paweł Marks |
2020-07-07 | Refactor Extension DSL and remove fallback mechanism | Paweł Marks |
2020-07-06 | Enforce workspace unique SourceSetID | sebastian.sellmair |
2020-06-25 | Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and use... | Kamil Doległo |
2020-06-25 | Remove kotlin source analysis from :core to :kotlin-analysis (thanks to Afzal... | sebastian.sellmair |
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-04-22 | Fix incorrect plugins paths when project is on a different filesystem than Gr... | Kamil Doległo |
2020-03-18 | Add extension for html preprocessors | Szymon Świstun |
2020-03-17 | Response to comments | Szymon Świstun |
2020-03-17 | Combine multiple applyIf | Szymon Świstun |
2020-03-17 | Add warning when unused extension points are found | Szymon Świstun |
2020-02-18 | Removes last remnants of default extensions | Paweł Marks |
2020-02-18 | Moves location providers and output writers to base plugin | Paweł Marks |
2020-02-18 | Moves comments to content conversion to base plugin | Paweł Marks |
2020-02-18 | Cleans up page mergers and moves them to base plugin | Paweł Marks |
2020-02-18 | Moves PsiToDocumentablesTranslator to the base plugin | Paweł Marks |
2020-02-18 | Renames DocumentationToPagesTranslatero and moves its implementation to base ... | Paweł Marks |
2020-02-18 | Renames DocumentationMerger and moves it to base plugin | Paweł Marks |
2020-02-18 | Adds option to mark extension as fallback | Paweł Marks |
2020-02-18 | Moves DescriptorToDocumentableTransformer to base plugin | Paweł Marks |
2020-02-12 | rename | Szymon Świstun |
2020-02-12 | page merger strategy with tests | Szymon Świstun |
2020-02-12 | page merger strategy | Szymon Świstun |
2020-02-12 | plugin overrides | Szymon Świstun |
2020-02-12 | merger for functions | Szymon Świstun |
2020-02-12 | Removed default file extension extension point | Andrzej Ratajczak |
2020-02-12 | Cleans up file extension redundancy | Andrzej Ratajczak |
2020-02-11 | Adds conditional plugin linking | Andrzej Ratajczak |
2020-02-04 | Implementation of transformable navigation | Paweł Marks |