Skip to content

Patch for 1.0.0-epsilon Version

Pre-release
Pre-release
Compare
Choose a tag to compare
@pavly-gerges pavly-gerges released this 04 Aug 22:58
· 34 commits to master since this release
dd1adcb

What's Changed

  • Testing 1.0.0-epsilon version using snap-jolt by @stephengold.
  • Epsilon-patch: introduced a sanity-check of the stream provider handler for other File locator routines by @Scrappers-glitch in #29
  • Closed for breaking changes.

Full Changelog: 1.0.0-epsilon...1.0.0-epsilon-1

In order to utilize in your project, add the API to your dependencies and make sure mavenCentral() is defined:

repositories {
    mavenCentral()
}
dependencies {
    implementation "io.github.electrostat-lab:snaploader:1.0.0-epsilon-1"
}