Skip to content

KGCL-Java 0.2.0

Compare
Choose a tag to compare
@gouttegd gouttegd released this 31 Aug 19:54
· 115 commits to master since this release
e1b11a0

Changes since KGCL-Java 0.1.0

  • Java library:
    • Do not fail to parse empty inputs.
    • Allow to use KGCLReader on strings in addition to files.
    • KGCLReader returns an empty list rather than null upon errors.
  • ROBOT apply command:
    • Allow using -k and/or -K options more than once.
    • Add --(no-)reject-file options.

Release artifacts

  • kgcl-0.2.0.jar is the base Java library containing only the code from this project (dependencies are not included);
  • kgcl-robot-plugin-0.2.0.jar additionally includes the dependencies that are not already provided by the standard ROBOT distribution; as such, that file is suitable for use as a ROBOT plugin, if you have a version of ROBOT that supports such plugins;
  • kgcl-robot-standalone-0.2.0.jar includes a full distribution of ROBOT 1.9.4, where the apply command from this project is readily available as a built-in command.