Releases: XRM-OSS/Xrm-Templating-Language
Release v2.0.0
This release adds the Array function for creating arrays.
Breaking changes: Fetch parameters and RecordTable columns are no longer flat string parameters, but now need to be passed as strings inside an array using the Array function.
This will allow for more flexibility in defining parameters in the future and will also allow for multiple array parameters in one function.
Release v1.0.7
This release adds the possibility to configure the sdk step rank using the editor.
Release v1.0.6
This release adds a separate logic for HTML templates, such as for emails.
For E-Mails, setting "Is HTML Template" inside the editor will cause all line breaks to be replaced by
HTML tags.
This ensures proper formatting inside the preview and in E-Mail messages themselves.
Release v1.0.5
This release adds the substring and replace functions.
Release v1.0.4
This release further extends the XTL editor.
You can now chose, which field updates trigger the execution.
In addition to that, there are quite a few bug fixes contained in this release.
Release v1.0.3
This release further enhances the XTL editor.
It now also allows you to create new template configurations for your organization and to manage existing ones.
You don't need any other development tools for managing templates anymore.
Release v1.0.2
This is a bugfix release.
It prevents the interpreter from failing if the formula input is empty.
In addition, steps with empty unsecure configuration don't stop the XTL editor from loading a sdk message processing step anymore.
Release v1.0.1
This release adds new features to the XTL editor.
Specifically, it is now possible to directly load your SDK message processing steps for XTL, changing template and execution criteria, and directly updating it from the editor.
Release v1.0.0
This is the first production release.
It adds the possibility to register on post stage / async as well and increases the test coverage.
Release v0.9.3
This release removes issues with line breaks inside template strings and adds a concat function