You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
-
# EFX Toolkit 1.1.1 Release Notes
1
+
# EFX Toolkit 1.2.0 Release Notes
2
2
3
3
_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 includes an implementation of an EFX-to-XPath transpiler._
4
4
5
5
---
6
6
## In this release:
7
7
8
-
- We fixed a bug that was causing (in some cases) the wrong relative XPath to be calculated for fields that point to XML attributes.
9
-
- We fixed an issue with variable scoping in EFX Templates.
10
-
8
+
- We fixed a bug in the `XPathScriptGenerator`that was causing references to fields of type `measure` (duration) to throw an exception when multiple values where matched by the reference.
9
+
- We fixed an issue in the `SdkSymbolResolver` that was causing some code labels to be resolved incorrectly. The `SdkSymbolResolver` now correctly looks for the root codelist associated with a field in the codelist metadata provided in the `codelists` folder, instead of relying on the codelist constraint metadata provided in `fields.json`. _**CAUTION:** If you have implemented your own `SymbolResolver` make sure that your implementation of `getRootCodelistOfField` retrieves the parent codelist information from `codelists/codelists.json` or directly from the `.gc` files in the `codelists` folder of the eForms SDK._
10
+
- We refactored the code to move some common classes to the [eForms Core Java library](https://github.com/OP-TED/eforms-core-java). In the context of this overall refactoring the [eForms Notice Viewer](https://github.com/OP-TED/eforms-notice-viewer) sample application was also affected.
11
11
---
12
12
13
13
You can download the latest EFX Toolkit from Maven Central.
@@ -22,4 +22,4 @@ This version of the EFX Toolkit has a compile-time dependency on the following v
22
22
- eForms SDK 0.7.x
23
23
- eForms SDK 1.x.x
24
24
25
-
It also depends on the [eForms Core Java library](https://github.com/OP-TED/eforms-core-java) version 0.1.1.
25
+
It also depends on the [eForms Core Java library](https://github.com/OP-TED/eforms-core-java) version 1.0.0.
0 commit comments