Releases: Electrostat-Lab/jSnapLoader
Releases · Electrostat-Lab/jSnapLoader
1.0.0-alpha-version
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
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
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