Releases: bladecoder/blade-ink-java
Blade Ink v1.2.0
Changes
- This release is compatible with the Ink reference implementation v1.2.0.
The blade-ink library is also available in the Maven Central archives.
Using with Gradle
Add the following line to your build.gradle
file under the dependencies section of the core project:
implementation "com.bladecoder.ink:blade-ink:1.2.0"
Then simply right-click the project and choose Gradle->Refresh All
.
Using with Maven
Right-click on your project and choose Maven->Add Dependency
and search for bladecoder. Make sure to choose the most recent version if multiple appear!
Blade Ink v1.1.2
Changes
-
This release is compatible with the Ink reference implementation v1.1.1.
-
This is a bug fix release that fixs #29
The blade-ink library is also available in the Maven Central archives.
Using with Gradle
Add the following line to your build.gradle
file under the dependencies section of the core project:
implementation "com.bladecoder.ink:blade-ink:1.1.2"
Then simply right-click the project and choose Gradle->Refresh All
.
Using with Maven
Right-click on your project and choose Maven->Add Dependency
and search for bladecoder. Make sure to choose the most recent version if multiple appear!
Blade Ink v1.1.1
Changes
-
This release is compatible with the Ink reference implementation v1.1.1.
-
This is a bug fix release that fixs #27
The blade-ink library is also available in the Maven Central archives.
Using with Gradle
Add the following line to your build.gradle
file under the dependencies section of the core project:
implementation "com.bladecoder.ink:blade-ink:1.1.1"
Then simply right-click the project and choose Gradle->Refresh All
.
Using with Maven
Right-click on your project and choose Maven->Add Dependency
and search for bladecoder. Make sure to choose the most recent version if multiple appear!
Blade Ink v1.1.0
Changes
- This release is compatible with the Ink reference implementation v1.1.1.
The blade-ink library is also available in the Maven Central archives.
Using with Gradle
Add the following line to your build.gradle
file under the dependencies section of the core project:
implementation "com.bladecoder.ink:blade-ink:1.1.0"
Then simply right-click the project and choose Gradle->Refresh All
.
Using with Maven
Right-click on your project and choose Maven->Add Dependency
and search for bladecoder. Make sure to choose the most recent version if multiple appear!
Blade Ink v1.0.1
Changes
- Small fix to ensure compatibility with Android SDK earlier than 24.
- This release is compatible with the Ink reference implementation v1.0.0.
The blade-ink library is also available in the Maven Central archives.
Using with Gradle
Add the following line to your build.gradle
file under the dependencies section of the core project:
implementation "com.bladecoder.ink:blade-ink:1.0.1"
Then simply right-click the project and choose Gradle->Refresh All
.
Using with Maven
Right-click on your project and choose Maven->Add Dependency
and search for bladecoder. Make sure to choose the most recent version if multiple appear!
Blade Ink v1.0.0
Changes
- This release is compatible with the Ink reference implementation v1.0.0.
- It supports the new multi flow feature!
The blade-ink library is also available in the Maven Central archives.
Using with Gradle
Add the following line to your build.gradle
file under the dependencies section of the core project:
implementation "com.bladecoder.ink:blade-ink:1.0.0"
Then simply right-click the project and choose Gradle->Refresh All
.
Using with Maven
Right-click on your project and choose Maven->Add Dependency
and search for bladecoder. Make sure to choose the most recent version if multiple appear!
Blade Ink v0.7.4
This release is compatible with the Ink reference implementation v0.9.0.
Changes
- Fix another bug relating to global variable patching.
The blade-ink library is also available in the Maven Central archives.
Using with Gradle
Add the following line to your build.gradle
file under the dependencies section of the core project:
compile "com.bladecoder.ink:blade-ink:0.7.4"
Then simply right-click the project and choose Gradle->Refresh All
.
Using with Maven
Right-click on your project and choose Maven->Add Dependency
and search for bladecoder. Make sure to choose the most recent version if multiple appear!
Blade Ink v0.7.3
This release is compatible with the Ink reference implementation v0.9.0.
Changes
- Fix bug relating to global varaable patching.
The blade-ink library is also available in the Maven Central archives.
Using with Gradle
Add the following line to your build.gradle
file under the dependencies section of the core project:
compile "com.bladecoder.ink:blade-ink:0.7.3"
Then simply right-click the project and choose Gradle->Refresh All
.
Using with Maven
Right-click on your project and choose Maven->Add Dependency
and search for bladecoder. Make sure to choose the most recent version if multiple appear!
Blade Ink v0.7.1
This release is compatible with the Ink reference implementation v0.9.0.
Changes
- Improvements on external functions binding.
The blade-ink library is also available in the Maven Central archives.
Using with Gradle
Add the following line to your build.gradle
file under the dependencies section of the core project:
compile "com.bladecoder.ink:blade-ink:0.7.1"
Then simply right-click the project and choose Gradle->Refresh All
.
Using with Maven
Right-click on your project and choose Maven->Add Dependency
and search for bladecoder. Make sure to choose the most recent version if multiple appear!
Blade Ink v0.7.0
Changes
- This release includes all changes added to the Ink reference implementation [v0.9.0]
The blade-ink library is also available in the Maven Central archives.
Using with Gradle
Add the following line to your build.gradle
file under the dependencies section of the core project:
compile "com.bladecoder.ink:blade-ink:0.7.0"
Then simply right-click the project and choose Gradle->Refresh All
.
Using with Maven
Right-click on your project and choose Maven->Add Dependency
and search for bladecoder. Make sure to choose the most recent version if multiple appear!