-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
# EFX Toolkit 0.2.0 Release Notes | ||
# EFX Toolkit 1.0.0 Release Notes | ||
|
||
The EFX Toolkit for Java developers is a library that enables the transpilation of [EFX](https://docs.ted.europa.eu/eforms/latest/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. | ||
In this release we added an implementation of EFX grammar for SDK 1.x.x. | ||
|
||
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. | ||
We also made improvements in the way multiple versions of the SDK can be supported. | ||
|
||
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 |