Skip to content

Releases: SpineEventEngine/bootstrap

1.9.0

22 May 11:10
b088ca2
Compare
Choose a tag to compare

This public release brings the compatibility with the Spine release in version 1.9.0.

Similar to the previous releases, this update still works on top of Gradle 6.x and Java 8.

1.8.2

29 Jun 11:48
10b6154
Compare
Choose a tag to compare

This is a public release of Spine's bootstrap Gradle plugin.

With this update, the plugin now supports Spine libraries in version 1.8.2.

Please note this plugin is still compatible with Java 8 and Gradle 6.x. This is going to change with the planned Spine 2.0 release bringing the introduction of Java 11 support and the update of the supported Gradle major version.

1.8.0

20 Dec 16:57
5f5a9c5
Compare
Choose a tag to compare

This public release brings the compatibility with the Spine release in version 1.8.0.

1.7.0

16 Dec 12:36
1eee27f
Compare
Choose a tag to compare

This release brings the support of Spine components in version 1.7.0.

Dart support

This release brings experimental support for configuring spine-dart and Protobuf code generation for Dart projects.

For the Dart project setup instructions please see #74.

Compare v1.6.0 and v1.7.0.

1.6.0

10 Sep 10:28
00a4531
Compare
Choose a tag to compare

With this release the bootstrap plugin receives support for more automated project configurations [#65].

Library dependencies

It's now possible to add some of the Spine libraries to project dependencies through the API provided by the plugin. This includes:

  • the Google Cloud Datastore storage implementation:
spine.enableJava {
    withDatastore()
}
  • web API library:
spine.enableJava().webServer()
  • web library with integration over the Firebase Realtime Database:
spine.enableJava().firebaseWebServer()

IDEA configuration

If both Bootstrap and the idea plugin are applied, Bootstrap configures the idea plugin, so that the IDE displays sources and generated sources as expected.

Infrastructure

The project build scripts are migrated to Kotlin [#50].

1.5.0

09 Mar 14:24
f66800d
Compare
Choose a tag to compare

This release brings the support of Spine components in version 1.5.0.

1.3.0

18 Dec 11:23
0399dbe
Compare
Choose a tag to compare

A public release of Spine Bootstrap plugin.

1.2.0

10 Nov 10:42
eafee55
Compare
Choose a tag to compare

A public release of Spine Bootstrap plugin.

1.1.2

27 Sep 12:54
03a8b0b
Compare
Choose a tag to compare

A public release of Spine Bootstrap plugin.

The plugin sets up all necessary dependencies and configurations to start building Spine-based projects.