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
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,17 @@
1
-
# EFX Toolkit 2.0.0-alpha.3 Release Notes
1
+
# EFX Toolkit 2.0.0-alpha.4 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
7
7
## In this release
8
8
9
-
This release fixes an a bug that caused an exception to be thrown by XSLT processors when trying to format sequences of dates or times.
10
-
This bug was reported by a user in [eForms Notice Viewer issue #88](https://github.com/OP-TED/eforms-notice-viewer/issues/88).
9
+
This release fixes an a bug that caused variables and parameters to be in the wrong order in the generated XSL.
10
+
11
+
A "qualifier" parameter was added in various methods, to allow the use of the corresponding new feature in the eForms Core Library 1.4.0.
12
+
13
+
The dependency on ANTLR was updated to version 4.13.1.
14
+
11
15
12
16
## EFX-1 Support
13
17
@@ -22,7 +26,7 @@ The new version of EFX is still under development and will be released with SDK
22
26
23
27
## Breaking changes
24
28
25
-
For users of the Toolkit that have implemented custom transpilers, this release contains a few breaking changes.
29
+
For users of the Toolkit that have implemented custom transpilers, this release contains a few breaking changes from 1.3.0.
26
30
More specifically:
27
31
28
32
- Some additional methods have been added to the SymbolResolver, ScriptGenerator and MarkupGenerator API. As a guide for your implementations please look a the implementations included in the EFX Toolkit for use by the EFX-to-XPath transpilation.
@@ -33,7 +37,7 @@ Users of the Toolkit that only use the included EFX-to-XPath transpiler will not
33
37
34
38
## Future development
35
39
36
-
Further alpha and beta releases of SDK 2 and EFX Toolkit 2 will be issued. While in "alpha" development stage, further braking changes may be introduced. SDK 2 and EFX 2 are expected to continue to be under development through the first quarter of 2024.
40
+
Further alpha and beta releases of SDK 2 and EFX Toolkit 2 will be issued. While in "alpha" development stage, further breaking changes may be introduced.
37
41
38
42
---
39
43
@@ -49,4 +53,4 @@ This version of the EFX Toolkit has a compile-time dependency on the following v
49
53
- eForms SDK 1.x.x
50
54
- eForms SDK 2.0.0-alpha.1
51
55
52
-
It also depends on the [eForms Core Java library](https://github.com/OP-TED/eforms-core-java) version 1.3.0.
56
+
It also depends on the [eForms Core Java library](https://github.com/OP-TED/eforms-core-java) version 1.4.0.
0 commit comments