Releases: delegateas/ExpressionEngine
Releases · delegateas/ExpressionEngine
v2.0.0-dev.4
Bug Fixes
- Replaced duplicate square brackets with parenthesis (1ef2bf6)
v2.0.0
2.0.0 (2021-07-20)
⚠ BREAKING CHANGES
- Converted Parse to be async
Features
- Converted Parse to be async (19644a9)
Bug Fixes
- Fixed #36 by not accepting ',', '.', '?' as valid characters when dot-indexing (7f888b3)
- Fixed ValueContainer.cs and AccessValueRule.cs to support the new structure (e093f1c)
v2.0.0-dev.3
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)
v2.0.0-dev.2
Bug Fixes
- Fixed #36 by not accepting ',', '.', '?' as valid characters when dot-indexing (7f888b3)
v2.0.0-dev.1
⚠ BREAKING CHANGES
- Converted Parse to be async
Features
- Converted Parse to be async (19644a9)
Bug Fixes
- Fixed ValueContainer.cs and AccessValueRule.cs to support the new structure (e093f1c)
v1.3.1
1.3.1 (2021-07-07)
Bug Fixes
- changed ExpressionGrammar from Singleton to Scoped (c337cd1)
v1.3.1-dev.1
Bug Fixes
- changed ExpressionGrammar from Singleton to Scoped (c337cd1)
v1.3.0
1.3.0 (2021-07-06)
Features
- Added support for dot indexing and boolean constants (327358c)
- Added support for net5.0 which introduced some odd behavior (3939b28)
v1.2.0-dev.2
Features
- Added support for net5.0 which introduced some odd behavior (3939b28)
v1.2.0-dev.1
Features
- Added support for dot indexing and boolean constants (327358c)