Releases: delegateas/ExpressionEngine
Releases · delegateas/ExpressionEngine
v4.0.0
4.0.0 (2022-08-23)
⚠ BREAKING CHANGES
- Removed the abstract class Function in favor of IFunction
- Redesigned the way functions are resolved
- Concat function does not validate input is string
Features
- Convert value container internal representation to object (c455604)
- Function Definitions (0efcfad), closes #59
- Redesigned the way functions are resolved (526a434), closes #47 #58
Bug Fixes
- Concat function does not validate input is string (6290a57)
- Fixed negative numbers not getting parsed (1a9db71), closes #77
Code Refactoring
- Removed the abstract class Function in favor of IFunction (02de1d7)
v4.0.0-dev.4
v4.0.0-dev.3
4.0.0-dev.3 (2022-05-25)
Features
- Convert value container internal representation to object (c455604)
v4.0.0-dev.2
4.0.0-dev.2 (2022-03-18)
⚠ BREAKING CHANGES
- Removed the abstract class Function in favor of IFunction
- Redesigned the way functions are resolved
Features
Code Refactoring
- Removed the abstract class Function in favor of IFunction (02de1d7)
v4.0.0-dev.1
4.0.0-dev.1 (2022-03-18)
⚠ BREAKING CHANGES
- Concat function does not validate input is string
Features
Bug Fixes
- Concat function does not validate input is string (6290a57)
v3.2.1-dev.1
v3.2.0
3.2.0 (2022-02-25)
Features
- Added datetime support (7abc6cc)
- Added float and int conversion functions (eb4be7e)
- Added json Serializer for ValueContainer (f177a68)
Bug Fixes
- Added addFunction to services (bf9b461)
- Added float and integer conversion function (27a7997)
- added missing guid serialization (68bcdbf)
- added node version 16 (5fe6a85)
- added unit test and hotfix with .result (d0a6f1a)
- Async bug in string interpolation (e87f1a6), closes #62 #60
- Comparison. CompareTo can now compare different types, e.g. int and float (8760370)
- Fixed Array Parsing (526eb42)
- Logic in FormatNumberFunction.cs (9be42cf)
- Parser can now read floats (ac59f8f)