Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-14 | [backport] Support for {@inheritDoc} including grand inheritance and skip ↵ | Sean McQuillan | |
levels. Original: f100b73 | |||
2018-07-14 | [backport] KT-24149: Fix resolution of links in Javadoc | Simon Ogorodnik | |
Original: edc0581 | |||
2018-07-14 | [backport] KT-24042: Fix structure of content paragraphs in Javadoc parser | Simon Ogorodnik | |
Original: edc0581 | |||
2018-07-14 | [backport] Sort by lowercase name everywhere. | Douglas Sigelbaum | |
Original: 2ca99c2 | |||
2018-07-14 | [backport] Make accessible | Simon Ogorodnik | |
Original: 44ec370 KT-24039: Support Inherited xml attributes | |||
2018-07-14 | KT-24113: Render inner classes names qualified | Simon Ogorodnik | |
2018-07-14 | KT-24109: Fix generation of superclass sequence | Simon Ogorodnik | |
2018-07-14 | KT-24036: Don't show visibility modifiers in summary | Simon Ogorodnik | |
2018-07-14 | [backport] Added logic for inherited constants. | Douglas Sigelbaum | |
Also, switched to using recursively inherited members instead of just inherited members in the immediate super class. Original: 56c3558 | |||
2018-07-14 | Fix checking belonging to public API | Simon Ogorodnik | |
2018-07-14 | [backport] Stabilize signatures to fix linking from Java to Kotlin | Simon Ogorodnik | |
Basically there is 2 ways to get signature, from PSI and from descriptors, and there should be only one way in one session Original: adc09f2 | |||
2018-07-14 | [backport] Use expression body | Douglas Sigelbaum | |
Original: d889d4e | |||
2018-07-13 | Add missing urlEncoded function for JLH | Simon Ogorodnik | |
2018-07-13 | [backport] Fix problems in as-java java-layout-html mode | Simon Ogorodnik | |
Extract common part of LanguageServices & other improvements Original: 853262e | |||
2018-07-13 | [backport] Make possible to group extensions by receiver | Simon Ogorodnik | |
Original: d8e03a3 | |||
2018-07-13 | [backport] Implement inbound links in java layout html | Simon Ogorodnik | |
Original: 4641470 | |||
2018-07-13 | Refactor selecting of inbound link resolvers | Simon Ogorodnik | |
2018-07-13 | [backport] Support constants from Java in KK mode | Simon Ogorodnik | |
Original: 7723826 | |||
2018-07-13 | [backport] Add value for constants from Kotlin | Simon Ogorodnik | |
Original: fab0890 | |||
2018-07-13 | [backport] Support propagating inherited extensions from libraries | Simon Ogorodnik | |
Original: bf2945d | |||
2018-07-13 | [backport] Support deep inheritance with external classes | Simon Ogorodnik | |
Original: 9e65c3d | |||
2018-07-13 | [backport] Show type parameters substitution in class hierarchy | Simon Ogorodnik | |
Original: a06d6a8 | |||
2018-07-13 | [backport] Add package list support for JLH | Simon Ogorodnik | |
Original: 4256adf | |||
2018-07-13 | [backport] Add uri.relativeTo | Simon Ogorodnik | |
Original: cca63f7 | |||
2018-07-13 | Build supertypes via Supertype nodes, not reference | Simon Ogorodnik | |
2018-07-13 | [backport] Make possible to generate signatures on output format side | Simon Ogorodnik | |
Original: 4469044 | |||
2018-07-13 | [backport] Make KotlinLanguageService render parameters | Simon Ogorodnik | |
Original: 7899f8e | |||
2018-07-13 | [backport] Add class hierarchy for JLH | Simon Ogorodnik | |
Original: 33426ea | |||
2018-06-04 | Update bundled kotlin compiler to 1.2.60-dev-157 | Simon Ogorodnik | |
(cherry picked from commit efbcbd5) | |||
2018-05-21 | Bump version | Simon Ogorodnik | |
2018-05-21 | Flush .idea/*.xml changes | Simon Ogorodnik | |
2018-05-18 | Enable suppression of generated files for Android plugin 3.2.0-alpha | Simon Ogorodnik | |
Fix #308 | |||
2018-05-17 | Fix incorrect link to stylesheet in html format | Simon Ogorodnik | |
2018-05-16 | Fix external links to packages with uppercase letters in dokka mode | Simon Ogorodnik | |
Fix #285 | |||
2018-05-16 | Fix link resolution context for inherited docs | Simon Ogorodnik | |
Fix #229 | |||
2018-05-16 | Fix lookup of tools.jar in Maven runner | Simon Ogorodnik | |
Fix #272 | |||
2018-05-16 | Avoid unnecessary logging. | Lukas Niemeier | |
2018-05-07 | Fix ClassCastException when generating JavaDoc | Håvard Kindem | |
Fixes #287 | |||
2018-03-23 | Fix external references to Java enum entries | Simon Ogorodnik | |
Fix #274 | |||
2018-03-07 | Fix early configuration resolving in Gradle Plugin | Simon Ogorodnik | |
Fixes #282 | |||
2018-03-07 | Bind language service back | Simon Ogorodnik | |
2018-02-22 | Merge branch 'refactoring-layout-service' into dev | Simon Ogorodnik | |
2018-02-22 | Bump version | Simon Ogorodnik | |
2018-02-22 | Merge branch 'dev' | Simon Ogorodnik | |
2018-02-21 | Update bundled kotlin compiler | Simon Ogorodnik | |
2018-02-20 | Update publish-plugin and fix publishing | Simon Ogorodnik | |
2018-02-20 | Update plugin-publish-plugin | Tim Yates | |
Hiya, Tim from Gradle here. There was a [bug in versions prior to 0.9.7](https://discuss.gradle.org/t/plugin-authors-please-use-the-latest-plugin-publish-plugin-others-may-result-in-a-broken-upload/23573) of the gradle `plugin-publish-plugin`, where artifacts would sometimes silently not be pushed into the repo. Your plugin has not been affected by the bug yet, but you should still upgrade. This won't fix issue 146 (I'm not sure what has caused the pom differences seen in that issue), but it should avoid any problems publishing future versions | |||
2018-02-01 | Add information on suppress package option | Flamenco | |
2018-02-01 | Fix publication POM for maven-plugin | Simon Ogorodnik | |
2018-01-31 | Fix dependencies in Gradle 4.5 | Simon Ogorodnik | |