🔭 Overview
Fixes:
- input type is subtype of target type
- Interfaces were only considered if no neighbors for super type were found
📄 Docs
You can find the wiki for this version here.
To visit this version's javadocs click here.
📦 Download / Usage
Gradle
repositories {
mavenCentral()
}
dependencies {
implementation("io.github.kaktushose:proteus:0.2.3")
}
Maven
<dependency>
<groupId>io.github.kaktushose</groupId>
<artifactId>proteus</artifactId>
<version>0.2.3</version>
</dependency>
What's Changed
- Fix some subtype cases by @Goldmensch in #20
Full Changelog: v0.2.2...v0.2.3