Releases: delegateas/ExpressionEngine
Releases · delegateas/ExpressionEngine
v2.0.0-dev.10
Bug Fixes
- added unit test and hotfix with .result (d0a6f1a)
v2.0.0-dev.9
Bug Fixes
- Added float and integer conversion function (27a7997)
v2.0.0-dev.8
Bug Fixes
- Added addFunction to services (bf9b461)
- Comparison. CompareTo can now compare different types, e.g. int and float (8760370)
- Parser can now read floats (ac59f8f)
v2.0.0-dev.7
Features
- Added float and int conversion functions (eb4be7e)
Bug Fixes
- Logic in FormatNumberFunction.cs (9be42cf)
v3.1.0
3.1.0 (2021-11-19)
Features
- Added all math functions to function list (10fa243)
v2.0.0-dev.6
Features
- Added all math functions to function list (10fa243)
v3.0.0
3.0.0 (2021-11-16)
⚠ BREAKING CHANGES
- Moved ValueType to its own file to make the dev experience better
Bug Fixes
- Null coalescing of inner VC (a7d2a86)
Code Refactoring
- Moved ValueType to its own file to make the dev experience better (dcbd887)
v2.0.0-dev.5
⚠ BREAKING CHANGES
- Moved ValueType to its own file to make the dev experience better
Bug Fixes
- Null coalescing of inner VC (a7d2a86)
Code Refactoring
- Moved ValueType to its own file to make the dev experience better (dcbd887)
v2.0.1
2.0.1 (2021-07-21)
Bug Fixes
- Added exception in AccessValueRule.cs to throw when the ValueContainer is neither an object or list. (2f0bd85)
- Bug where indexing didn't work with expressions in strings (0f7a61c)
- Replaced duplicate square brackets with parenthesis (1ef2bf6)