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-10-17 | Bump korte aka korlibs-template to 4.0.10 (#3205) | Ignat Beresnev | |
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-08-14 | Refactor and document DisplaySourceSet, deprecate ↵ | Vsevolod Tolstopyatov | |
SelfRepresentingSingletonSet (#3105) * Deprecate internal API SelfRepresentingSingletonSet for removal as being harmful and unimplement it in DisplaySourceSet * Provide no automatic migration for DisplaySourceSet, as there are no mechanisms for that. Manual migration is the replacement of 'dss' to `setOf(dss)` where applicable * Introduce a convenience-member DefaultRenderer.buildContentNode to avoid wrapping DSS into set manually * Document DisplaySourceSet * Replace Iterable<DisplaySourceSet>.sourceSetIDs with more straightforward Iterable<DisplaySourceSet>.computeSourceSetIds(), refactor all the usages, save some allocations * Start caching CompositeSourceSetID properties to avoid excessive allocations * Update integration tests on the latest revision with Knit version where the workaround is applied Fixes #2897 | |||
2023-08-02 | Fix Kotlin Analysis API package name (#3100) | Ignat Beresnev | |
2023-07-05 | Decompose Kotlin/Java analysis (#3034) | Ignat Beresnev | |
* Extract analysis into separate modules | |||
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 | |
* Update KGP to 1.8.20 * Update AGP to be compatible with KGP * Replace `AndroidSourceSet` * Dump API * Update integration tests * Update GH actions tests * Refactor Gradle Runner * Fix `TYPE_MISMATCH_WARNING_FOR_INCORRECT_CAPTURE_APPROXIMATION` * Suppress source sets without compilations Dokka suppresses source sets that do no have compilation since such configuration is invalid, it reports a warning or an error * Introduce `dependsOn` for a new `com.android.build.api.dsl.AndroidSourceSet` * API dump * Add comment * Suppress remaining `TYPE_MISMATCH_WARNING_FOR_INCORRECT_CAPTURE_APPROXIMATION` * Add comment --------- Co-authored-by: Ignat Beresnev <ignat.beresnev@jetbrains.com> | |||
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 | |
Fixes #2803 | |||
2023-01-10 | Revise documentation (#2728) | Ignat Beresnev | |
Co-authored-by: Sarah Haggarty <sarahhaggarty@users.noreply.github.com> | |||
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-08 | Support definitely non-nullable types (#2520) | Vadim Mishenev | |
* Support definitely non-nullable types [Definitely non-nullable types](https://github.com/Kotlin/KEEP/blob/c72601cf35c1e95a541bb4b230edb474a6d1d1a8/proposals/definitely-non-nullable-types.md) are enabled since Kotlin 1.7 | |||
2022-05-19 | Update jquery, jquery-migrate, and jquery-ui in javadoc (#2482) | Richard Harrah | |
* update jquery, jquery-migrate, and jquery-ui update to jquery 3.6.0 update to jquery-migrate 3.4.0 update to jquery-ui 1.13.1 * use minified versions of jquery | |||
2022-05-09 | Refactor to utilize Comparators instead of String keys (#2489) | Ignat Beresnev | |
* Refactor to utilize Comparators instead of String keys | |||
2022-05-05 | Make javadoc pages generation deterministic (#2479) | Ignat Beresnev | |
* Make javadoc pages generation deterministic * Rename `genericQuery` to avoid confusion with Generics | |||
2022-04-29 | Enable warnings as errors and fix all warnings (#2451) | Ignat Beresnev | |
* Enable warnings as errors and fix all warnings * Enable skip-metadata-version-check compiler setting | |||
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 | |
2022-01-24 | Close Input/Output streams (#2319) | Ignat Beresnev | |
* Close Input/Output streams | |||
2021-08-21 | Make briefs contain first paragraph as in spec, resolve issues with i.e. (#2048) | Marcin Aman | |
* Make briefs contain first paragraph as in spec, resolve issues with i.e. * Html and the end | |||
2021-07-30 | Add boolean, nullable types of annotation parameter value | vmishenev | |
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-07-05 | Flatten multi-module structure (#1980) | Kamil Doległo | |
* Add support for multimodule package lists * Merge package-lists in multi-module generation * Remove double-wrapping of modules in multi-module generation * Handle empty modules in package lists | |||
2020-12-16 | Resolve an issue with cross package linking in javadoc (#1659) | Marcin Aman | |
2020-11-27 | Changing how multimodule location provider works and improving gfm link ↵ | Błażej Kardyś | |
substitution | |||
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 | |
2020-10-15 | Make names resulting from clashing DRI-s appear only in navigatable components | Marcin Aman | |
2020-10-08 | Adding configuration mpp check for javadoc | Błażej Kardyś | |
2020-10-06 | Addding separate pages for properties | Błażej Kardyś | |
2020-09-30 | Implement more reliable PackageListService | Kamil Doległo | |
2020-09-14 | Adding javadoc source set based filtering | Błażej Kardyś | |
2020-09-10 | Add TypeAliased bound | Andrzej Ratajczak | |
2020-09-08 | Apply requested changes | Andrzej Ratajczak | |
2020-09-07 | Adding missing subclasses pages | Błażej Kardyś | |
2020-09-04 | Javadoc version number is always 0.0.1 #1406 | Marcin Aman | |
2020-09-03 | Adding more descriptive comment for missing source set for javadoc creation | Błażej Kardyś | |
2020-08-31 | Let root package be represented as [root] to the user | sebastian.sellmair | |
2020-08-28 | Draft for improving code formatting #1346 | Marcin Aman | |
2020-08-28 | Missing javadoc resources on windows | Marcin Aman | |
2020-08-27 | Apply requested changes | Andrzej Ratajczak | |
2020-08-27 | Add handling for generic type parameters variance | Andrzej Ratajczak | |