Skip to content

Releases: expr-lang/expr

v1.5.4

26 Feb 09:15
Compare
Choose a tag to compare

79ed70d Fix lexer for floats

v1.5.3

26 Feb 08:13
Compare
Choose a tag to compare

0ea1051 Add count builtin

v1.5.2

25 Feb 11:51
Compare
Choose a tag to compare

17ab719 Improve lexer performance

v1.5.1

25 Feb 10:51
Compare
Choose a tag to compare
  • 8294514 Fix fast call type checker and add error message to pointer accessor outside closure

v1.5.0

25 Feb 07:17
Compare
Choose a tag to compare

Complete rewrite of expr parser from scratch.

v1.4.5

21 Feb 07:15
Compare
Choose a tag to compare
  • 3c6ea97 Fix check for nil interface

v1.4.4

20 Feb 14:01
ab801d4
Compare
Choose a tag to compare
  • ab801d4 Allow passing nil to functions as nil interface{} (#87)
  • 0d28b64 Add error message on running of nil program

v1.4.3

27 Jan 12:09
Compare
Choose a tag to compare
  • Fixed type checked for undefined variables.

v1.4.2

11 Dec 11:11
Compare
Choose a tag to compare
  • Fixed bug with compiling integer values to interface{} types.

v1.4.1

13 Nov 09:42
Compare
Choose a tag to compare
  • Added bounds check for slice operations foo[0:5]