Skip to content

Releases: Electrostat-Lab/jSnapLoader

1.0.0-alpha-version

18 Sep 11:07
db5ed1f
Compare
Choose a tag to compare
1.0.0-alpha-version Pre-release
Pre-release

What's Changed

  • platform-dependent API: added platform-dependent PropertiesProvider by @Scrappers-glitch in #12

Full Changelog: 1.0.0-pre-alpha...1.0.0-alpha

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.software-hardware-codesign:snaploader:1.0.0-alpha"
}

1.0.0-pre-alpha

17 Jul 17:47
Compare
Choose a tag to compare
1.0.0-pre-alpha Pre-release
Pre-release

What's Changed

  • jSnapLoader: basic code and architecture by @Scrappers-glitch in #1
  • file-extractor/stream-providers APIs and code optimizations by @Scrappers-glitch in #2
  • Continuous integration and Sonatype publishing by @Scrappers-glitch in #3
  • Fix Windows runtime binary loading crash by @Scrappers-glitch in #6
  • jSnapLoader-core-API: enhancements to core api by @Scrappers-glitch in #7
  • jSnapLoader: ConcurrentNativeBinaryLoader and multi-threading example by @Scrappers-glitch in #8
  • ConcurrentNativeBinaryLoader: added javadoc and license by @Scrappers-glitch in #9
  • jSnapLoader-core: platform libs - opened NativeVariant and internal optimizations by @Scrappers-glitch in #11

Full Changelog: https://github.com/Software-Hardware-Codesign/jSnapLoader/commits/1.0.0-pre-alpha

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.software-hardware-codesign:snaploader:1.0.0-pre-alpha"
}

incubator

13 Jul 16:31
95c82bc
Compare
Choose a tag to compare
incubator Pre-release
Pre-release

This is an incubator version for testing only.

What's Changed

  • jSnapLoader: basic code and architecture by @Scrappers-glitch in #1
  • file-extractor/stream-providers APIs and code optimizations by @Scrappers-glitch in #2

Full Changelog: https://github.com/Software-Hardware-Codesign/jSnapLoader/commits/incubator-version