-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'efx-2' into prepare/2.0.0-alpha.1
- Loading branch information
Showing
2 changed files
with
30 additions
and
6 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,11 +1,29 @@ | ||
# SDK 2.0.0 Release Notes | ||
# eForms SDK 2.0.0-alpha.1 Release Notes | ||
|
||
SDK 2.0.0 introduces a new, more expressive version of EFX (the eForms Expression Language) which allows us to improve the visualisation of eForms notices, as well as the expressiveness and readability of business rules. | ||
SDK 2.0.0-alpha.1 is the first in a series of pre-releases of the upcoming eForms SDK 2.0.0. | ||
|
||
Some of the changes introduced with eForms SDK 2, are not backwards compatible with earlier releases. Applications that use SDK 1.x,x, will need to be updated to use the new version of the SDK. | ||
## Caution: Pre-release | ||
Please be aware that **this is a pre-release version** intended to give you a chance to preview and follow the development of the next major version of the SDK. | ||
|
||
A detailed list of changes as well as a complete migration guide are available in the [eForms SDK 2 "Welcome" document](https://docs.ted.europa.eu/home/eforms/sdk2/). | ||
## Objective | ||
The goal of SDK 2 is to introduce a new, more expressive version of EFX (the eForms Expression Language) which will us to improve the visualisation of eForms notices, as well as the expressiveness and readability of business rules. | ||
|
||
The documentation for the SDK is available at <https://docs.ted.europa.eu/eforms/latest>. The source for this documentation is maintained in the [eforms-docs](https://github.com/OP-TED/eforms-docs) repository. | ||
## Contents | ||
In short, SDK 2.0.0-alpha.1 consists of a development version of EFX-2, and a development version of SDK 1.9.0. | ||
|
||
- SDK 2.0.0-alpha.1 is being released to provide access to the updated grammar of EFX-2. | ||
- The remaining contents of SDK 2.0.0-alpha.1 are borrowed from the current development version of SDK 1.9.0. | ||
|
||
A detailed list of changes as well as a complete migration guide are being made available in the [eForms SDK 2 "Welcome" document](https://docs.ted.europa.eu/home/eforms/sdk2/). This documentation evolves as the development of SDK 2 progresses, and therefore it may not be fully updated at all times until the eventual release of SDK 2.0.0. | ||
|
||
A comprehensive list of changes between SDK 1.8.0 and SDK 2.0.0-alpha.1 can be seen at <https://github.com/OP-TED/eForms-SDK/compare/1.8.0...2.0.0-alpha.1>. | ||
|
||
## Backwards compatibility | ||
|
||
A comprehensive list of changes between SDK 1.7.0 and SDK 2.0.0 can be seen at <https://github.com/OP-TED/eForms-SDK/compare/1.7.0...2.0.0>. | ||
Some of the changes introduced with eForms SDK 2, are not backwards compatible with earlier versions. Applications that use SDK 1.x,x, will need to be updated to use the new version of the SDK. More specifically SDK 2.0.0-alpha.1 introduces breaking changes in the EFX grammar. | ||
|
||
Further pre-release versions will follow. Future alpha versions my introduce further breaking changes. | ||
|
||
--- | ||
|
||
The documentation for the SDK is available at <https://docs.ted.europa.eu/eforms/latest>. The source for this documentation is maintained in the [eforms-docs](https://github.com/OP-TED/eforms-docs) repository. |
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