Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-27 | Cleanup and version bump to 1.5.30 | Marcin Aman | |
2021-08-27 | Restore language level to 1.4 | Marcin Aman | |
2021-08-26 | Bump compiler to 1.5.30, language level to 1.5 | Marcin Aman | |
2021-08-25 | Manual highlighting webhelp (#2079) | vmishenev | |
* Add manual code highlighting * Fix test * Add kotlinAsJava highlighting * Add runtime highlighting via Prism * Add copy-button for code block * Add tests and refactor * Replace `<br>` for prism.js * Parse trivial default values Co-authored-by: Marcin Aman <marcin.aman@gmail.com> | |||
2021-08-09 | Property annotation for getter and setter (#2049) | vmishenev | |
2021-07-22 | Bump 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-06-21 | Don't use older dir from previous runs in versioning (#1963) | Marcin Aman | |
2021-04-14 | Introduce binary compatibility plugin (#1774) | Marcin Aman | |
* Introduce binary compatibility plugin * Update diffs | |||
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-04 | Obvious functions should also work for interfaces (#1763) | Marcin Aman | |
2021-02-16 | Fix displaying default java visibility (#1738) | 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-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-20 | Bring back displaying jvm name when KaJ is not present (#1702) | Marcin Aman | |
2021-01-04 | JvmField annotation (#1678) | Marcin Aman | |
2020-12-29 | Parsing of JvmName (#1675) | Marcin Aman | |
* Parsing of JvmName * Make JvmName processor run after KaJ | |||
2020-12-03 | exclude top-level const val from getter generation and show them as public ↵ | Valentin Rocher | |
and static (#1636) | |||
2020-11-27 | Fixing tests after moving SingleGeneration to base | Błażej Kardyś | |
2020-11-12 | Adding function division switch | Błażej Kardyś | |
2020-11-09 | Cleaning querying from plugins where possible | Błażej Kardyś | |
2020-10-30 | Fix parsing first word in deprecated (#1595) | Marcin Aman | |
Fix parsing first word in `Deprecated` annotations, fix `Throws` and `See` tags | |||
2020-10-06 | Addding separate pages for properties | Błażej Kardyś | |
2020-09-28 | Add better handling of functional types in rendered output | Andrzej Ratajczak | |
2020-09-10 | Fix test | Andrzej Ratajczak | |
2020-09-10 | Add tests | Andrzej Ratajczak | |
2020-09-10 | Add TypeAliased bound | Andrzej Ratajczak | |
2020-09-08 | Apply requested changes | Andrzej Ratajczak | |
2020-08-27 | Apply requested changes | Andrzej Ratajczak | |
2020-08-27 | Add handling for generic type parameters variance | Andrzej Ratajczak | |
2020-08-25 | - Move `test` projects into semantic parent projects | sebastian.sellmair | |
- Implement new `:test-utils` project - Resolve requirement for Android SDK installation | |||
2020-08-20 | Fix LinkProvider to link properly all nested generic parameters | Andrzej Ratajczak | |
2020-08-20 | Hide unused generic type variables in constructor | Andrzej Ratajczak | |
2020-08-17 | Fix generic supertypes to hold TypeParameters | Andrzej Ratajczak | |
2020-07-22 | Rename constructors to a classname | Marcin Aman | |
2020-07-14 | Adapt changes from "Simplify publishing configuration and enable sourcejars" | sebastian.sellmair | |
2020-07-14 | Simplify publishing configuration and enable sourcejars | Aurimas Liutikas | |
2020-07-14 | Remove unnecessary grouping in Java Signature Provider that caused signature ↵ | Marcin Aman | |
to be in 2 lines | |||
2020-07-14 | Kotlin as Java should translate class kinds | Marcin Aman | |
2020-07-13 | Java sources in Kotlin-As-Java plugin should have original property visibilites | Marcin Aman | |
2020-07-13 | Draft for showing only first level of inheritance | Marcin Aman | |
2020-07-07 | Add overrides to provided plugins | Paweł Marks | |
2020-07-06 | Enforce workspace unique SourceSetID | sebastian.sellmair | |
2020-06-26 | Adding external url handling | Błażej Kardyś | |
2020-06-25 | Fixed requested changes | Andrzej Ratajczak | |
2020-06-25 | Remove platoformText function | Andrzej Ratajczak | |
2020-06-25 | Make signatures groups be unique per sourceSet data | Andrzej Ratajczak | |