Skip to content

Releases: delegateas/ExpressionEngine

v4.0.0

23 Aug 18:06
c6575df
Compare
Choose a tag to compare

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

23 Aug 18:31
271a949
Compare
Choose a tag to compare
v4.0.0-dev.4 Pre-release
Pre-release

4.0.0-dev.4 (2022-08-23)

Bug Fixes

  • Add option for getting plain object from .GetValue<> (bc1d0d0)

v4.0.0-dev.3

25 May 08:54
942eec5
Compare
Choose a tag to compare
v4.0.0-dev.3 Pre-release
Pre-release

4.0.0-dev.3 (2022-05-25)

Features

  • Convert value container internal representation to object (c455604)

v4.0.0-dev.2

18 Mar 14:23
d9d614b
Compare
Choose a tag to compare
v4.0.0-dev.2 Pre-release
Pre-release

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

  • Redesigned the way functions are resolved (526a434), closes #47 #58

Code Refactoring

  • Removed the abstract class Function in favor of IFunction (02de1d7)

v4.0.0-dev.1

18 Mar 13:54
55c27a2
Compare
Choose a tag to compare
v4.0.0-dev.1 Pre-release
Pre-release

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

18 Mar 13:46
1ce30ca
Compare
Choose a tag to compare
v3.2.1-dev.1 Pre-release
Pre-release

3.2.1-dev.1 (2022-03-18)

Bug Fixes

  • Fixed negative numbers not getting parsed (1a9db71), closes #77

v3.2.0

25 Feb 09:46
3f3ff05
Compare
Choose a tag to compare

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)

v2.0.0-dev.14

16 Feb 08:11
Compare
Choose a tag to compare
v2.0.0-dev.14 Pre-release
Pre-release

2.0.0-dev.14 (2022-02-16)

Bug Fixes

  • added missing guid serialization (68bcdbf)

v2.0.0-dev.13

16 Feb 07:21
Compare
Choose a tag to compare
v2.0.0-dev.13 Pre-release
Pre-release

2.0.0-dev.13 (2022-02-16)

Bug Fixes

v2.0.0-dev.12

16 Feb 00:50
Compare
Choose a tag to compare
v2.0.0-dev.12 Pre-release
Pre-release

2.0.0-dev.12 (2022-02-16)

Features

  • Added json Serializer for ValueContainer (f177a68)