aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-02Bump ru.vyarus.mkdocs from 2.0.1 to 2.1.1 (#1811)dependabot[bot]
Bumps ru.vyarus.mkdocs from 2.0.1 to 2.1.1. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-02Bump markdown from 0.2.0 to 0.2.1 (#1806)dependabot[bot]
Bumps [markdown](https://github.com/JetBrains/markdown) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/JetBrains/markdown/releases) - [Commits](https://github.com/JetBrains/markdown/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-30Bump junit from 4.13 to 4.13.2 (#1785)dependabot[bot]
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.2. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.2.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-26Fix configuration for suppressing obvious functions (#1789)Marcin Aman
* Fix suppressObviousFunctions not being present in task configuration * Docs
2021-03-26Bump kotlinx-cli-jvm from 0.3.1 to 0.3.2 (#1784)dependabot[bot]
Bumps kotlinx-cli-jvm from 0.3.1 to 0.3.2. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-26Bump assertk-jvm from 0.22 to 0.23.1 (#1792)dependabot[bot]
Bumps [assertk-jvm](https://github.com/willowtreeapps/assertk) from 0.22 to 0.23.1. - [Release notes](https://github.com/willowtreeapps/assertk/releases) - [Changelog](https://github.com/willowtreeapps/assertk/blob/main/CHANGELOG.md) - [Commits](https://github.com/willowtreeapps/assertk/compare/v0.22...v0.23.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-26Reintroduce multimodule documentation (#1804)Marcin Aman
2021-03-17Bump 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-17Update kotlinx-serialization diffs (#1769)Marcin Aman
* Update kotlinx-serialization diffs * Update kotlinx-serialization diffs
2021-03-17Bump 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-17Update issues templatesMarcin Aman
2021-03-16Create dependabot.yml (#1781)Marcin Aman
2021-03-15Update documentation for 1.4.30Kamil Doległo
2021-03-15Fix not escaping module name in DefaultExternalModuleLinkResolver (#1777)Kamil Doległo
2021-03-12Bump korte to 2.0.7 (#1773)Marcin Aman
2021-03-11Make Gradle plugin use `api` instead of `implementation` for core (#1771)Kamil Doległo
Fixes #1724
2021-03-10Fix multimodule sourcesets dependencies (#1766)Marcin Aman
2021-03-10Add sourceset name to source label (#1767)Marcin Aman
2021-03-10Headers in tables (#1768)Marcin Aman
2021-03-04Fix clashing properties and external links ordering (#1765)Marcin Aman
2021-03-04Fix 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-04Obvious functions should also work for interfaces (#1763)Marcin Aman
2021-03-03Bump artefacts to 1.4.30 (#1726)Marcin Aman
* 1.4.30-RC * Bump artefacts to 1.4.30
2021-03-01Add 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-01Add explicit exceptions in markdown and allow for empty link destinations ↵Marcin Aman
(#1757)
2021-03-01Create documentation for versioning (#1748)Marcin Aman
* Create documentation for versioning * Create documentation for versioning
2021-03-01Bump 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-01Suppress tag support (#1742)Marcin Aman
* Suppress tag support * Support Hide tag in javadoc * Extract hide tag to be in separate plugin
2021-02-26Add dependabotMarcin Aman
2021-02-24Fix parameters on cli and bump kotlinx.cli (#1755)Marcin Aman
2021-02-19Add legacy KotlinWebsite format to recognized link formats (#1750)Kamil Doległo
2021-02-16Fix displaying default java visibility (#1738)Marcin Aman
2021-02-16Be more explicit about what went wrong in package and module docs (#1737)Marcin Aman
2021-02-12Delete .DS_Store (#1743)sya-ri
2021-02-08More explicit exception message when dokka failes to get package listMarcin Aman
2021-02-05Fix links to method parameters from documentation (#1713)Kamil Doległo
2021-02-05Deduplicate resources in multimodule (#1711)Marcin Aman
2021-02-05Annotations for parameters (#1710)Marcin Aman
* Annotations for parameters * Annotations for parameters
2021-02-04add detection of JvmSynthetic (#1718)Valentin Rocher
2021-02-04JvmOverloads (#1712)Valentin Rocher
* add JvmOverloads support and static modifier for top-level functions * apply requested changed * revert auto-imports
2021-02-03Reenable kotlinx-serialization (#1708)Kamil Doległo
2021-02-01Update urls to fonts (#1717)Marcin Aman
2021-02-01Update gradle to 6.8.1 (#1716)Marcin Aman
2021-02-01Resolve trove issue (#1715)Marcin Aman
2021-01-22Update link to stdlib on S3Kamil Doległo
2021-01-22Add tests for nested classes in Kotlin as JavaKamil Doległo
2021-01-22Fix incorrect DRI conversion in KotlinAsJava modes for nested definitionsKamil Doległo
2021-01-21Empty modules filtering (#1699)Marcin Aman
2021-01-20Annotations for parameters (#1704)Marcin Aman
2021-01-20Bring back displaying jvm name when KaJ is not present (#1702)Marcin Aman