Age | Commit message (Expand) | Author |
2023-08-30 | Migrate to JUnit 5 and unify used test API (#3138) | Ignat Beresnev |
2023-08-14 | Refactor and document DisplaySourceSet, deprecate SelfRepresentingSingletonSe... | Vsevolod Tolstopyatov |
2023-08-02 | Fix Kotlin Analysis API package name (#3100) | Ignat Beresnev |
2023-07-05 | Decompose Kotlin/Java analysis (#3034) | Ignat Beresnev |
2023-05-31 | Add support for `@author`, `@since`, `@return` Javadoc tags (#2967) | irina-turova |
2023-05-17 | Update KGP to 1.8.20 (#2989) | Vadim Mishenev |
2023-03-27 | Mark utilities.* API as Dokka-internal (#2937) | Vsevolod Tolstopyatov |
2023-02-24 | Mark Plugin Api as experimental (#2743) | Vadim Mishenev |
2023-02-10 | Do not leak implementation details in generated Javadoc links (#2813) | Ignat Beresnev |
2023-01-12 | Default Java constructor (#2795) | Andrey Tyrin |
2023-01-10 | Revise documentation (#2728) | Ignat Beresnev |
2022-11-22 | Fix package and module description truncation in javadoc (#2751) | Marcin K |
2022-11-09 | Fix missing package name in Javadoc format (#2734) | bomberaya |
2022-10-07 | Change log level to INFO for messages about alpha plugin versions (#2693) | Ignat Beresnev |
2022-07-26 | Give notice of alpha version for GFM, Javadoc, Jekyll, KaJ formats (#2550) | Vadim Mishenev |
2022-06-30 | Add enum synthetic functions to documentable model (#2553) | Ignat Beresnev |
2022-06-17 | Handle more corner cases for inherited accessors (#2532) | Ignat Beresnev |
2022-06-08 | Support definitely non-nullable types (#2520) | Vadim Mishenev |
2022-05-31 | Bump Kotlin to 1.7.0-RC (#2508) | Vadim Mishenev |
2022-05-31 | Fix gathering inherited properties (#2481) | Ignat Beresnev |
2022-05-19 | Update jquery, jquery-migrate, and jquery-ui in javadoc (#2482) | Richard Harrah |
2022-05-09 | Refactor to utilize Comparators instead of String keys (#2489) | Ignat Beresnev |
2022-05-05 | Make javadoc pages generation deterministic (#2479) | Ignat Beresnev |
2022-04-29 | Enable warnings as errors and fix all warnings (#2451) | Ignat Beresnev |
2022-04-19 | Update Jsoup to 1.14.3 (#2448) | Ignat Beresnev |
2022-02-21 | Add option to merge implicit expect-actual declarations (#2316) | Vadim Mishenev |
2022-02-21 | Code cleanups (#2165) | Goooler |
2022-02-18 | Fix java getter / setter name generation (#2356) | CharlesG-Branch |
2022-02-15 | Convert interfaces to functional (#2360) | Goooler |
2022-01-27 | Fix resolving DRIs of Enum Entries (#2305) | Andrzej Ratajczak |
2022-01-24 | Close Input/Output streams (#2319) | Ignat Beresnev |
2021-08-30 | Handle `@link` tag | vmishenev |
2021-08-21 | Make briefs contain first paragraph as in spec, resolve issues with i.e. (#2048) | Marcin Aman |
2021-07-30 | Add boolean, nullable types of annotation parameter value | vmishenev |
2021-07-30 | Improve annotations rendering (#2045) | vmishenev |
2021-07-22 | Bump kotlin 1.5.21 (#2031) | Marcin Aman |
2021-07-05 | Flatten multi-module structure (#1980) | Kamil Doległo |
2021-04-14 | Fix visibility on enum entry property (#1828) | Marcin Aman |
2021-03-04 | Obvious functions should also work for interfaces (#1763) | Marcin Aman |
2021-02-16 | Fix displaying default java visibility (#1738) | Marcin Aman |
2021-01-21 | Empty modules filtering (#1699) | Marcin Aman |
2020-12-29 | Parsing of JvmName (#1675) | Marcin Aman |
2020-12-16 | Resolve an issue with cross package linking in javadoc (#1659) | Marcin Aman |
2020-12-03 | exclude top-level const val from getter generation and show them as public an... | Valentin Rocher |
2020-11-27 | Changing how multimodule location provider works and improving gfm link subst... | Błażej Kardyś |
2020-11-27 | Fixing tests after moving SingleGeneration to base | Błażej Kardyś |
2020-11-27 | Moving SingleGeneration to base pluing | Błażej Kardyś |
2020-11-12 | Adding function division switch | Błażej Kardyś |
2020-11-09 | Cleaning querying from plugins where possible | Błażej Kardyś |
2020-10-15 | IsException should also be true when class inherits from Exception (#1558) | Marcin Aman |