Skip to content

Releases: OP-TED/efx-toolkit-java

EFX Toolkit for Java 1.0.1

23 Sep 13:14
Compare
Choose a tag to compare

EFX Toolkit 1.0.1 Release Notes

The EFX Toolkit for Java developers is a library that enables the transpilation of EFX expressions and templates to different target languages. It also provides an implementation that turns an EFX expression into XPath.

This patch adds a temporary workaround for basic number formatting. The issue will be addressed properly in the next major release of the SDK.

You can download the latest EFX Toolkit from Maven Central.
Maven Central

Documentation for the EFX Toolkit is available at: https://docs.ted.europa.eu/eforms/latest/efx-toolkit

This version of the EFX Toolkit has a compile-time dependency on the following versions of eForms SDK versions and uses the EFX grammar that each version provides:

  • eForms SDK 0.6.x
  • eForms SDK 0.7.x
  • eForms SDK 1.x.x

EFX Toolkit for Java 1.0.0

16 Sep 12:43
Compare
Choose a tag to compare

EFX Toolkit 1.0.0 Release Notes

The EFX Toolkit for Java developers is a library that enables the transpilation of EFX expressions and templates to different target languages. It also provides an implementation that turns an EFX expression into XPath.

In this release we added an implementation of EFX grammar for SDK 1.x.x.

We also made improvements in the way multiple versions of the SDK can be supported.

You can download the latest EFX Toolkit from Maven Central.
Maven Central

Documentation for the EFX Toolkit is available at: https://docs.ted.europa.eu/eforms/latest/efx-toolkit

This version of the EFX Toolkit has a compile-time dependency on the following versions of eForms SDK versions and uses the EFX grammar that each version provides:

  • eForms SDK 0.6.x
  • eForms SDK 0.7.x
  • eForms SDK 1.x.x

EFX Toolkit for Java 0.2.0

12 Jul 14:09
Compare
Choose a tag to compare
Pre-release

EFX Toolkit 0.2.0 Release Notes

The EFX Toolkit for Java developers is a library that enables the transpilation of EFX expressions and templates to different target languages. It also provides an implementation that turns an EFX expression into XPath.

In this release we added support for the new EFX language features that were introduced with eForms SDK 0.7.0.

We also reorganized the code of the toolkit so that it can function with multiple versions of the SDK. You can use our approach as an example on how you can handle several incompatible versions of the SDK from one application that needs to read them.

You can download the latest EFX Toolkit from Maven Central.
Maven Central

Documentation for the EFX Toolkit is available at: https://docs.ted.europa.eu/eforms/latest/efx-toolkit

This version of the EFX Toolkit has a compile-time dependency on the following versions of eForms SDK versions and uses the EFX grammar that each version provides:

  • eForms SDK 0.6.x
  • eForms SDK 0.7.x

EFX Toolkit for Java 0.1.1

20 May 08:25
e789d76
Compare
Choose a tag to compare
Pre-release

EFX Toolkit 0.1.1 Release Notes

EFX Toolkit 0.1.1 fixes an issue that we overlooked with 0.1.0 that was preventing us from publishing the EFX Toolkit to Maven Central.

You can download the latest EFX Toolkit from Maven Central.
Maven Central

EFX Toolkit for Java 0.1.0

20 May 07:00
16250d0
Compare
Choose a tag to compare
Pre-release

EFX Toolkit 0.1.0 Release Notes

This is the first release of the EFX toolkit, a Java library for the eForms Expression Language (EFX)

The EFX Toolkit for Java developers is a library that enables the transpilation of EFX expressions and templates to different target languages. It also provides an implementation that turns an EFX expression into XPath.

The documentation is available at: https://docs.ted.europa.eu/eforms/latest/efx-toolkit

This version depends on the eForms SDK version 0.6.2, and uses the EFX grammar that it provides.