Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-17 | Update kotlinx-serialization diffs (#1769) | Marcin Aman | |
* Update kotlinx-serialization diffs * Update kotlinx-serialization diffs | |||
2021-03-17 | Bump org.eclipse.jgit from 5.9.0.202009080501-r to 5.11.0.202103091610-r (#1782) | dependabot[bot] | |
Bumps org.eclipse.jgit from 5.9.0.202009080501-r to 5.11.0.202103091610-r. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
2021-03-17 | Update issues templates | Marcin Aman | |
2021-03-16 | Create dependabot.yml (#1781) | Marcin Aman | |
2021-03-15 | Update documentation for 1.4.30 | Kamil Doległo | |
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-11 | Make Gradle plugin use `api` instead of `implementation` for core (#1771) | Kamil Doległo | |
Fixes #1724 | |||
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-03 | Bump artefacts to 1.4.30 (#1726) | Marcin Aman | |
* 1.4.30-RC * Bump artefacts to 1.4.30 | |||
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-26 | Add dependabot | Marcin Aman | |
2021-02-24 | Fix parameters on cli and bump kotlinx.cli (#1755) | Marcin Aman | |
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-03 | Reenable kotlinx-serialization (#1708) | Kamil Doległo | |
2021-02-01 | Update urls to fonts (#1717) | Marcin Aman | |
2021-02-01 | Update gradle to 6.8.1 (#1716) | Marcin Aman | |
2021-02-01 | Resolve trove issue (#1715) | Marcin Aman | |
2021-01-22 | Update link to stdlib on S3 | Kamil Doległo | |
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-18 | Add information about template to docs (#1700) | Marcin Aman | |
2021-01-18 | Fix a bug with not creating Gradle configurations for partial tasks | Kamil Doległo | |
2021-01-14 | Footer customisation (#1691) | Marcin Aman | |
2021-01-08 | Fix empty table cells on multimodule pages | Kamil Doległo | |
2021-01-08 | Fix displaying unresolved receiver types in DRI | Marcin Aman | |
2021-01-07 | Change logging level for conflicting documentation and remove unused ant file | Marcin Aman | |
2021-01-05 | Versioning (#1654) | Błażej Kardyś | |
* Adding versioning mechanism for multimodule * Versioning improvement * Refactor configuration, add ordering * Fix integration tests * Change packages, unignore test Co-authored-by: Marcin Aman <marcin.aman@gmail.com> | |||
2021-01-05 | Fix a bug with inserting template commands instead of link text (#1685) | Kamil Doległo | |
Some test methods were dropped intentionally, as using them can lead to subtle bugs. The same methods are available in the base-test-utils module |