1.0.0-delta-version
Pre-release
Pre-release
What's Changed
- Warning: this is a testing release on the PR branch for scaling the API for professional use-cases.
- The
delta
version adds the following on thegamma
version:- FileLocalizingListener interface to bind user APIs to the FileLocator API lifecycle.
- Validation of the FileLocator streams at the FileLocator levels with the suppression with business exceptions to avoid cryptic formats.
- NativeDynamicLibrary.(...): allows for full directory path designation by overwriting the basename from
LibraryInfo
. - NativeDynamicLibrary#initPlatformLibrary(LibraryInfo): removed the prefixed value
lib
for Windows runtime as a part of the standardization of Windows DLL files.
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-delta"
}