Skip to content

Releases: 6utt3rfly/jse-eval

v1.5.2

31 Oct 16:19
Compare
Choose a tag to compare

1.5.2 (2022-10-31)

Bug Fixes

  • use correct binding for member and function calls (e5207e3)

v1.5.1

10 Jul 03:06
Compare
Choose a tag to compare

1.5.1 (2022-07-10)

Bug Fixes

  • update evaluatorCallback types (this, and access to class properties) (#64) (49a857f), closes #63

v1.5.0

19 Apr 06:22
Compare
Choose a tag to compare

1.5.0 (2022-04-19)

Features

  • add _value to each node during evaluation (0a3067b)

v1.4.1

29 Mar 06:54
Compare
Choose a tag to compare

1.4.1 (2022-03-29)

Bug Fixes

v1.4.0

23 Mar 04:36
Compare
Choose a tag to compare

1.4.0 (2022-03-23)

Features

  • update build system for ESM/CJS (40051d6), closes #54

v1.4.0-beta.1

22 Mar 21:29
Compare
Choose a tag to compare
v1.4.0-beta.1 Pre-release
Pre-release

1.4.0-beta.1 (2022-03-22)

Features

  • update build system for ESM/CJS (40051d6), closes #54

v1.3.0

13 Mar 22:27
Compare
Choose a tag to compare

1.3.0 (2022-03-13)

Features

v1.2.0

25 Feb 07:50
Compare
Choose a tag to compare

1.2.0 (2022-02-25)

Features

  • add jsep Compound expression support (6393994), closes #49

v1.1.0

10 Nov 22:35
Compare
Choose a tag to compare

1.1.0 (2021-11-10)

Features

  • Add right-associative binary operator support (8e60bb2)

v1.0.1

04 Oct 15:24
Compare
Choose a tag to compare

1.0.1 (2021-10-04)

Bug Fixes