aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-28Missing receiver docs (#2026)Marcin Aman
2021-07-27Remove extra `fun` keyword in functional interface signature (#2040)vmishenev
2021-07-27Bump korte-jvm from 2.2.0 to 2.3.1 (#2036)dependabot[bot]
Bumps [korte-jvm](https://github.com/korlibs/korge-next) from 2.2.0 to 2.3.1. - [Release notes](https://github.com/korlibs/korge-next/releases) - [Commits](https://github.com/korlibs/korge-next/commits/v2.3.1) --- updated-dependencies: - dependency-name: com.soywiz.korlibs.korte:korte-jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-23Add numeric types of annotation parameter value (#2035)vmishenev
2021-07-22Fix overflow in throws tables (#2028)Marcin Aman
2021-07-22Bump 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-20Remove limitation on minimal matched length (#1978)Marcin Aman
2021-07-19Minor: rename `buildNewLine` (#1987)Mike Sinkovsky
* minor: rename `DefaultRenderer.buildNewLine` to `buildLineBreak` to better describe what it actually does. * minor: rename `CommonmarRenderer.appendNewLine` to `buildNewLine` for consistency.
2021-07-16Bump dokka version to 1.5.20Marcin Aman
2021-07-13plugin configuration changing from fqPluginName=json^^fqPluginName=json.. to ↵Suraj Sahani
`fqPluginName=json...` (#2019) * plugin configuration typo fix * Reverting back separator with quotation marks is it okay?
2021-07-12Changing from intellij to intelliJ (#2020)Suraj Sahani
changing to uppercase.
2021-07-12Handle NBSP and other html entries (#2005)Marcin Aman
2021-07-12Bump org.eclipse.jgit (#2018)dependabot[bot]
Bumps org.eclipse.jgit from 5.11.0.202103091610-r to 5.12.0.202106070339-r. --- updated-dependencies: - dependency-name: org.eclipse.jgit:org.eclipse.jgit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-09Add missing text styles in html (#2007)Marcin Aman
2021-07-09Add gradle version check (#2006)Marcin Aman
2021-07-09Bump com.github.node-gradle.node from 3.0.1 to 3.1.0 (#2014)dependabot[bot]
Bumps com.github.node-gradle.node from 3.0.1 to 3.1.0. --- updated-dependencies: - dependency-name: com.github.node-gradle.node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-09Bump assertk-jvm from 0.23.1 to 0.24 (#2013)dependabot[bot]
Bumps [assertk-jvm](https://github.com/willowtreeapps/assertk) from 0.23.1 to 0.24. - [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.23.1...v0.24) --- updated-dependencies: - dependency-name: com.willowtreeapps.assertk:assertk-jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-08Bump korte-jvm from 2.0.7 to 2.2.0 (#1989)dependabot[bot]
Bumps [korte-jvm](https://github.com/korlibs/korte) from 2.0.7 to 2.2.0. - [Release notes](https://github.com/korlibs/korte/releases) - [Commits](https://github.com/korlibs/korte/compare/v2.0.7...v2.2.0) --- updated-dependencies: - dependency-name: com.soywiz.korlibs.korte:korte-jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-08Bump jacksons (#2010)Marcin Aman
2021-07-07Update the docs to 1.5.0Kamil Doległo
2021-07-07Fix Gradle plugin marker publicationKamil Doległo
2021-07-06Fix Gradle plugin application (#2000)Kamil Doległo
Default dependency to dokka-base in dokkaPluginConfiguration was changed to a regular dependency. Applying client-side plugins overrode the default dokka-base dependency thus changing the version to a (possibly) lower one. This could lead to unpredictable Dokka crashes due to the inconsistency between the Gradle runner and dokka-base versions. Dependencies can still be manually removed from the configuration in specific projects, if needed (not likely)
2021-07-06Change jekyll links to be .html (#1990)Marcin Aman
2021-07-05Flatten 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
2021-06-28Bump gradle/wrapper-validation-action from 1.0.3 to 1.0.4 (#1984)dependabot[bot]
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1.0.3...v1.0.4) --- updated-dependencies: - dependency-name: gradle/wrapper-validation-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-25Cleanup paragraphs and tables in GFM renderer (#1946)Mike Sinkovsky
* GFM renderer: cleanup paragraphs * GFM renderer: cleanup tables * GFM renderer: add tests for wrong header in table Table with extra cell in row is really generated by `all-modules-page` plugin * Remove commented-out lines * Add BriefCommentPreprocessor which inserts a line break between a signature and a brief comment Fixed a bug with `mapTransform` function which replaces table headers with their contents Co-authored-by: Kamil Doległo <kamil.doleglo@interia.pl>
2021-06-23Add maven central publication (#1688)Kamil Doległo
* Add OSSRH repositories * Rewrite Gradle plugin publication * Add publication version assertion * Use Nexus publish plugin for publishing to Sonatype * Remove explicit publishing from s3 tests * Don't document Dokka for local publication * Fix a bug with closing Sonatype repository * Bump internal Dokka version * Move publication version check to the validate task * Fix Gradle plugin publication * Bump Dokka and gradle plugin-publish versions * Do not run Dokka for test tasks * Do not fail all runs in a workflow * Reduce JVM memory limit
2021-06-23Bump cirrus-actions/rebase from 1.3.1 to 1.5 (#1920)dependabot[bot]
Bumps [cirrus-actions/rebase](https://github.com/cirrus-actions/rebase) from 1.3.1 to 1.5. - [Release notes](https://github.com/cirrus-actions/rebase/releases) - [Commits](https://github.com/cirrus-actions/rebase/compare/1.3.1...1.5) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-23Bump gradle/wrapper-validation-action from 1 to 1.0.3 (#1917)dependabot[bot]
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1 to 1.0.3. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1...v1.0.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-22Logging in CLI (#1976)Marcin Aman
2021-06-22Multilanguage docs inheritance (#1951)Marcin Aman
* Multilanguage docs inheritance * Add map to store inherit doc entries
2021-06-21Don't use older dir from previous runs in versioning (#1963)Marcin Aman
2021-06-21Cachable task (#1905)Marcin Aman
* Add tests for Gradle caching scenarios and adjust tasks to honor caching such that tests pass * Make dokka tasks cachable * Make dokka tasks cachable * Make dokka tasks cachable * Fix gradle assertion Co-authored-by: Volker Leck <volker.leck@gmail.com>
2021-06-21Remove extra dash (#1968)Rachel M. Carmena
2021-06-15Remove JDK 8 on windows due to OOM and bump kotlin version in test (#1971)Marcin Aman
2021-06-03Fix code blocks on Extension Points page (#1948)Márton Braun
2021-05-31Fix rendering html in briefs (#1931)Marcin Aman
2021-05-28Add all rendering strategies to CommonMark renderer and enforce exhaustive ↵Kamil Doległo
matches (#1944)
2021-05-27GFM renderer: sanitize line ends (#1936)Mike Sinkovsky
* GFM renderer: sanitize line ends * GFM renderer: sanitize line ends in table cell
2021-05-21Bump Gradle to 7.0 (#1926)Kamil Doległo
2021-05-17Fix preserving spaces in Javadoc comments (#1923)Kamil Doległo
Fixes #1895
2021-05-17Extract properties to AbstractDokkaLeafTask (#1922)Kamil Doległo
2021-05-06Bump compiler to 1.5.0 (#1856)Marcin Aman
* Bump compiler to 1.5.0 * Include Api changes
2021-05-06Fix 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-05Upgrade sass-loader (#1904)Ryan Nett
2021-05-05Add 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-05-04Adds a supertype for leaf dokka tasks that defines dokkaSourceSets (#1891)Ryan Nett
* Adds a supertype for leaf dokka tasks that defines dokkaSourceSets * Extract implementation of dokkaSourceSets to AbstractDokkaLeafTask
2021-04-29Make module name optional in cli (#1850)Marcin Aman
2021-04-29Update tests with kotlin 1.5-RC and gradle 7.0 (#1857)Marcin Aman
* Update tests with kotlin 1.5-RC and gradle 7.0 * Update tests with kotlin 1.5-RC and gradle 7.0
2021-04-28Fix wrong version in README.mdMarcin Aman