Skip to content

Commit a1cf4c2

Browse files
committed
Created release branch, updated version in pom, updated changelog.
1 parent c5950a7 commit a1cf4c2

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
1-
# EFX Toolkit 1.0.1 Release Notes
1+
# EFX Toolkit 1.0.2 Release Notes
22

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 provides an implementation that turns an EFX expression into XPath.
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._
44

5-
This patch adds a temporary workaround for basic number formatting. The issue will be addressed properly after the next major release of the SDK.
5+
---
6+
## In this release:
7+
8+
This patch fixes a bug in the translation of shorthand indirect label references (e.g. `#{BT-123-Field}`). The bug affected only fields pointing to XML attributes.
9+
10+
---
611

712
You can download the latest EFX Toolkit from Maven Central.
813
[![Maven Central](https://img.shields.io/maven-central/v/eu.europa.ted.eforms/efx-toolkit-java?label=Download%20&style=flat-square)](https://search.maven.org/search?q=g:%22eu.europa.ted.eforms%22%20AND%20a:%22efx-toolkit-java%22)
914

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

17+
---
18+
1219
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:
1320
- eForms SDK 0.6.x
1421
- eForms SDK 0.7.x
15-
- eForms SDK 1.x.x
22+
- eForms SDK 1.x.x

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>eu.europa.ted.eforms</groupId>
55
<artifactId>efx-toolkit-java</artifactId>
6-
<version>1.0.2-SNAPSHOT</version>
6+
<version>1.0.2</version>
77
<packaging>jar</packaging>
88

99
<name>EFX Toolkit for Java</name>

0 commit comments

Comments
 (0)