Skip to content

Releases: Pulover/Eval

v1.2.8

28 Dec 22:43
Compare
Choose a tag to compare
  • Fixed bug with named operators.

v1.2.7

20 Nov 16:51
Compare
Choose a tag to compare
  • Fixed problems with quotes in strings.

v1.2.6

16 Nov 13:43
Compare
Choose a tag to compare
  • Fixes issue with strings concatenation.

v1.2.5

13 Nov 17:12
Compare
Choose a tag to compare
  • Fixed bug with multiple compare operators.

v1.2.4

09 Nov 20:42
Compare
Choose a tag to compare
  • Fixed bug when assigning {} object.
  • Fixed bug with key-pair objects.
  • Fixed problem with quoted strings inside objects.

v1.2.3

01 Nov 22:16
Compare
Choose a tag to compare
  • Fixed math operations as strings being evaluated (removed temporary fix from v1.2.0).

v1.2.2

26 Oct 16:37
Compare
Choose a tag to compare
  • Fixing bugs with subtraction.

v1.2.1

08 Oct 01:28
Compare
Choose a tag to compare
  • Fixed subtraction problem.

v1.2.0

26 Sep 20:55
Compare
Choose a tag to compare
  • Fixed bugs in math operations with subtraction.
  • Fixed bug with negative signs before parenthesis.
  • Fixed bug in assignments.

v1.1.7

07 Aug 16:50
Compare
Choose a tag to compare
  • Fixed bug when assigning a variable to a ternary operation.