Skip to content

Releases: expr-lang/expr

v1.8.0

26 Mar 15:31
Compare
Choose a tag to compare

aa52e70 Fix type checker for filter builtin
e027ff6 Add markdown format to docgen
0f43d1f Expose file.Error type for better error handling

v1.7.1

19 Mar 08:58
Compare
Choose a tag to compare

546dfc9 Add double type-check when a patch is present

v1.7.0

16 Mar 13:35
Compare
Choose a tag to compare

d92e2ec Make conf top-level package
16e2929 Add expr.Patch func

v1.6.0

10 Mar 07:20
28f06f1
Compare
Choose a tag to compare

28f06f1 Add constant expression feature
75e0078 Make type checking non-strict by default

v1.5.10

04 Mar 13:13
Compare
Choose a tag to compare

05175c9 Improve runtime errors

v1.5.9

04 Mar 08:12
Compare
Choose a tag to compare

e498575 Remove source pointer in error if wide chars are used
13d13fd Add support for $ symbol in identifiers

v1.5.8

04 Mar 06:42
Compare
Choose a tag to compare

b72131b Add support for trailing comma in arrays and maps

v1.5.7

02 Mar 12:06
Compare
Choose a tag to compare

947771f Fix type checker for range operator
d06fea9 Fix lexer to emit correct location with range operator

v1.5.6

02 Mar 10:48
Compare
Choose a tag to compare

9217dda Fix exponent parse error
2482543 Add memory budget
07dcc3d Allow undefined function with AllowUndefinedVariables option is on

v1.5.5

27 Feb 06:11
Compare
Choose a tag to compare

5cb0507 Improve checker for builtins
10df616 Add info about builtins and operators to docgen tool