Skip to content

Releases: bladecoder/blade-ink-java

Blade Ink v1.1.2

05 Nov 20:12
Compare
Choose a tag to compare

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

22 Oct 17:14
Compare
Choose a tag to compare

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

21 Oct 19:02
Compare
Choose a tag to compare

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

20 Sep 09:24
Compare
Choose a tag to compare

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

24 Feb 11:12
Compare
Choose a tag to compare

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

22 Jun 07:17
Compare
Choose a tag to compare

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

27 Nov 12:32
Compare
Choose a tag to compare

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

07 Sep 11:14
Compare
Choose a tag to compare

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

11 Jun 17:42
Compare
Choose a tag to compare

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!

Blade Ink v0.6.0

10 Jun 10:49
Compare
Choose a tag to compare

Changes

  • This release includes all changes added to the Ink reference implementation [v0.8.3]

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.6.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!