Skip to content

🚀 v0.2.3 | Fix Subtype Pathfinding

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jun 14:34
· 1 commit to main since this release

🔭 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

Full Changelog: v0.2.2...v0.2.3