Releases: delegateas/ExpressionEngine
Releases · delegateas/ExpressionEngine
v2.0.0-dev.11
16 Feb 00:20
Compare
Sorry, something went wrong.
No results found
v2.0.0-dev.10
25 Jan 11:58
Compare
Sorry, something went wrong.
No results found
Bug Fixes
added unit test and hotfix with .result (d0a6f1a )
v2.0.0-dev.9
23 Nov 14:13
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Added float and integer conversion function (27a7997 )
v2.0.0-dev.8
23 Nov 12:01
Compare
Sorry, something went wrong.
No results found
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
23 Nov 10:15
Compare
Sorry, something went wrong.
No results found
Features
Added float and int conversion functions (eb4be7e )
Bug Fixes
Logic in FormatNumberFunction.cs (9be42cf )
v3.1.0
19 Nov 09:56
Compare
Sorry, something went wrong.
No results found
3.1.0 (2021-11-19)
Features
Added all math functions to function list (10fa243 )
v2.0.0-dev.6
19 Nov 09:50
Compare
Sorry, something went wrong.
No results found
Features
Added all math functions to function list (10fa243 )
v3.0.0
16 Nov 11:33
Compare
Sorry, something went wrong.
No results found
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
16 Nov 11:25
Compare
Sorry, something went wrong.
No results found
⚠ 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
21 Jul 10:47
Compare
Sorry, something went wrong.
No results found
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 )