Skip to content
This repository was archived by the owner on Dec 3, 2021. It is now read-only.

Releases: ykrasik/jaci

0.4.0

Choose a tag to compare

@ykrasik ykrasik released this 14 Apr 17:16
  • Added support for enum parameters.
  • Added support for nullable parameters and ability to pass null values.
  • Added support for commands in nested inner classes.
  • Added support for libGdx log output to be redirected to Jaci CLI.
  • Solved the issue with toggle key being typed on CLI toggle.

0.3.2

Choose a tag to compare

@ykrasik ykrasik released this 11 Jan 11:06
  • Classes not in the libGdx reflection cache used as fields in a Commands class will no longer crash GWT.

0.3.0

Choose a tag to compare

@ykrasik ykrasik released this 10 Jan 18:03

GWT compatibility:

  • Removed Lombok
  • Removed all code not compatible with GWT (String.format, regex)
  • Abstracted over reflection code, to allow for a reflection provider (java / libGdx)
  • Split jaci-libGdx into 2: jaci-libgdx-cli-java (Java reflection), jaci-libgdx-cli-gwt (libGdx reflection)

0.1.0

Choose a tag to compare

@ykrasik ykrasik released this 16 Jun 18:18

Initial release.

  • libGdx CLI
  • JavaFx CLI