Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-28 | Add all rendering strategies to CommonMark renderer and enforce exhaustive ↵ | Kamil Doległo | |
matches (#1944) | |||
2021-05-27 | GFM renderer: sanitize line ends (#1936) | Mike Sinkovsky | |
* GFM renderer: sanitize line ends * GFM renderer: sanitize line ends in table cell | |||
2021-05-17 | Fix preserving spaces in Javadoc comments (#1923) | Kamil Doległo | |
Fixes #1895 | |||
2021-05-06 | Bump compiler to 1.5.0 (#1856) | Marcin Aman | |
* Bump compiler to 1.5.0 * Include Api changes | |||
2021-05-06 | Fix line separator issues (#1887) | Ryan Nett | |
* Fix line separator issues * Test fix * Handle just CR as well, add better test * Add escaped \r\n to tests | |||
2021-05-05 | Upgrade sass-loader (#1904) | Ryan Nett | |
2021-05-05 | Add ability to specify older versions as a list of files (#1890) | Ryan Nett | |
* Specify older versions as a list of files, add option to use directory * Allow specifying older version directory as well * Cleanup * Update API export * Update versioning docs | |||
2021-04-21 | Make anchors stable (#1851) | Marcin Aman | |
* Make anchors stable * Remove backing field from merged and all in CompositeSourceSetID | |||
2021-04-21 | Fix suppressing enum entries by inheritance filter (#1866) | Marcin Aman | |
2021-04-14 | Introduce binary compatibility plugin (#1774) | Marcin Aman | |
* Introduce binary compatibility plugin * Update diffs | |||
2021-04-14 | Fix missing annotations in GFM and unresolved static imports (#1845) | Marcin Aman | |
* Fix missing unresolved links in GFM * Fix missing links to elements imported as static | |||
2021-04-14 | Fix visibility on enum entry property (#1828) | Marcin Aman | |
2021-04-14 | Handle html in kdoc (#1805) | Marcin Aman | |
2021-04-08 | Bump kotlinx html to 0.7.3 (#1819) | Marcin Aman | |
* Bump kotlinx html to 0.7.3 * Update repositories | |||
2021-04-06 | Suppress inherited members (#1814) | Marcin Aman | |
2021-04-06 | Bump jsoup from 1.12.1 to 1.13.1 (#1783) | dependabot[bot] | |
2021-04-06 | Fix some compiler warnings (#1812) | Kamil Doległo | |
2021-03-26 | Reintroduce multimodule documentation (#1804) | Marcin Aman | |
2021-03-17 | Bump com.github.node-gradle.node from 2.2.4 to 3.0.1 (#1790) | dependabot[bot] | |
* Bump com.github.node-gradle.node from 2.2.4 to 3.0.1 Bumps com.github.node-gradle.node from 2.2.4 to 3.0.1. Signed-off-by: dependabot[bot] <support@github.com> * Adjust configuration after migrating to never gradle node plugin Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcin Aman <marcin.aman@gmail.com> | |||
2021-03-15 | Fix not escaping module name in DefaultExternalModuleLinkResolver (#1777) | Kamil Doległo | |
2021-03-12 | Bump korte to 2.0.7 (#1773) | Marcin Aman | |
2021-03-10 | Fix multimodule sourcesets dependencies (#1766) | Marcin Aman | |
2021-03-10 | Add sourceset name to source label (#1767) | Marcin Aman | |
2021-03-10 | Headers in tables (#1768) | Marcin Aman | |
2021-03-04 | Fix clashing properties and external links ordering (#1765) | Marcin Aman | |
2021-03-04 | Fix memory leak caused by coroutines (#1751) | Kamil Doległo | |
* Fix memory leak caused by coroutines * Catch all exceptions that might fail the build Co-authored-by: Marcin Aman <marcin.aman@gmail.com> | |||
2021-03-04 | Obvious functions should also work for interfaces (#1763) | Marcin Aman | |
2021-03-01 | Add ability to suppress obvious functions like equals, toString... (#1758) | Marcin Aman | |
* Add ability to suppress obvious functions like equals, toString... * Add ability to suppress obvious functions like equals, toString... | |||
2021-03-01 | Add explicit exceptions in markdown and allow for empty link destinations ↵ | Marcin Aman | |
(#1757) | |||
2021-03-01 | Create documentation for versioning (#1748) | Marcin Aman | |
* Create documentation for versioning * Create documentation for versioning | |||
2021-03-01 | Bump markdown to 0.2.0 and fix negation in links being interpreted as img ↵ | Marcin Aman | |
(#1754) * Bump markdown library to 0.2.0 * Render shorthand images as link with text | |||
2021-03-01 | Suppress tag support (#1742) | Marcin Aman | |
* Suppress tag support * Support Hide tag in javadoc * Extract hide tag to be in separate plugin | |||
2021-02-19 | Add legacy KotlinWebsite format to recognized link formats (#1750) | Kamil Doległo | |
2021-02-16 | Fix displaying default java visibility (#1738) | Marcin Aman | |
2021-02-16 | Be more explicit about what went wrong in package and module docs (#1737) | Marcin Aman | |
2021-02-12 | Delete .DS_Store (#1743) | sya-ri | |
2021-02-08 | More explicit exception message when dokka failes to get package list | Marcin Aman | |
2021-02-05 | Fix links to method parameters from documentation (#1713) | Kamil Doległo | |
2021-02-05 | Deduplicate resources in multimodule (#1711) | Marcin Aman | |
2021-02-05 | Annotations for parameters (#1710) | Marcin Aman | |
* Annotations for parameters * Annotations for parameters | |||
2021-02-04 | add detection of JvmSynthetic (#1718) | Valentin Rocher | |
2021-02-04 | JvmOverloads (#1712) | Valentin Rocher | |
* add JvmOverloads support and static modifier for top-level functions * apply requested changed * revert auto-imports | |||
2021-02-01 | Update urls to fonts (#1717) | Marcin Aman | |
2021-01-22 | Add tests for nested classes in Kotlin as Java | Kamil Doległo | |
2021-01-22 | Fix incorrect DRI conversion in KotlinAsJava modes for nested definitions | Kamil Doległo | |
2021-01-21 | Empty modules filtering (#1699) | Marcin Aman | |
2021-01-20 | Annotations for parameters (#1704) | Marcin Aman | |
2021-01-20 | Bring back displaying jvm name when KaJ is not present (#1702) | Marcin Aman | |
2021-01-14 | Footer customisation (#1691) | Marcin Aman | |
2021-01-08 | Fix empty table cells on multimodule pages | Kamil Doległo | |