Skip to content

Releases: delegateas/ExpressionEngine

v2.0.0-dev.4

21 Jul 08:36
32fbe74
Compare
Choose a tag to compare
v2.0.0-dev.4 Pre-release
Pre-release

2.0.0-dev.4 (2021-07-21)

Bug Fixes

  • Replaced duplicate square brackets with parenthesis (1ef2bf6)

v2.0.0

20 Jul 11:05
048098f
Compare
Choose a tag to compare

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

20 Jul 15:36
c7174be
Compare
Choose a tag to compare
v2.0.0-dev.3 Pre-release
Pre-release

2.0.0-dev.3 (2021-07-20)

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

19 Jul 13:38
9247288
Compare
Choose a tag to compare
v2.0.0-dev.2 Pre-release
Pre-release

2.0.0-dev.2 (2021-07-19)

Bug Fixes

  • Fixed #36 by not accepting ',', '.', '?' as valid characters when dot-indexing (7f888b3)

v2.0.0-dev.1

19 Jul 09:27
7a674a7
Compare
Choose a tag to compare
v2.0.0-dev.1 Pre-release
Pre-release

2.0.0-dev.1 (2021-07-19)

⚠ 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

07 Jul 12:34
9fccc2f
Compare
Choose a tag to compare

1.3.1 (2021-07-07)

Bug Fixes

  • changed ExpressionGrammar from Singleton to Scoped (c337cd1)

v1.3.1-dev.1

07 Jul 12:06
18e1717
Compare
Choose a tag to compare
v1.3.1-dev.1 Pre-release
Pre-release

1.3.1-dev.1 (2021-07-07)

Bug Fixes

  • changed ExpressionGrammar from Singleton to Scoped (c337cd1)

v1.3.0

06 Jul 11:39
6b212bb
Compare
Choose a tag to compare

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

06 Jul 11:29
c774d68
Compare
Choose a tag to compare
v1.2.0-dev.2 Pre-release
Pre-release

1.2.0-dev.2 (2021-07-06)

Features

  • Added support for net5.0 which introduced some odd behavior (3939b28)

v1.2.0-dev.1

06 Jul 07:22
8c2e541
Compare
Choose a tag to compare
v1.2.0-dev.1 Pre-release
Pre-release

1.2.0-dev.1 (2021-07-06)

Features

  • Added support for dot indexing and boolean constants (327358c)