Skip to content

Releases: XRM-OSS/Xrm-Templating-Language

Release v3.9.17

30 Dec 10:42

Choose a tag to compare

✨ Add 'With' function to be able to save expressions into variables to reuse them

Release v3.9.16

28 Dec 23:20

Choose a tag to compare

✨ Reintroduce FormatString in a safe and user friendly manner, you can build a formatted string and access parameters using $index, like $0, $1, ...

Release v3.9.15

28 Dec 18:58

Choose a tag to compare

🐛 Bugfix: Deprecating FormatString, user experience is bad due to escaping curly braces (with double curly braces) clashing with the TokenMatcher. We'll come back with a better user experience.

Release v3.9.14

28 Dec 17:18

Choose a tag to compare

🐛 Bugfix: Fix handling of escape characters in strings
✨ Added FormatString function for formatting whole strings with parameters whereas the existing Format function formats only a single value
✨ Added OutputParameters to InterpreterConfig to support additional output

Release v3.9.13

19 Dec 15:38

Choose a tag to compare

🐛 Bugfix: Fix issue in execution of custom handlers

v3.9.12

19 Dec 14:47

Choose a tag to compare

✨ Allow overwriting default function handlers and adding new ones

Release v3.9.11

18 Dec 16:06

Choose a tag to compare

✨ Performance improvements

Release v3.9.10

16 Dec 16:10

Choose a tag to compare

✨ New Feature: Allow for custom snippet table

Release v3.9.9

26 Jul 20:18
744a7b5

Choose a tag to compare

✨ New Feature: Nuget to support all C# framework versions

Release v3.9.8

18 Jul 12:30
60e02a0

Choose a tag to compare

🐛 Bugfix: Added missing files to nuget package