Skip to content

Latest commit

 

History

History
76 lines (34 loc) · 3.21 KB

CHANGELOG.md

File metadata and controls

76 lines (34 loc) · 3.21 KB

1.5.2 (2022-10-31)

Bug Fixes

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

1.5.1 (2022-07-10)

Bug Fixes

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

1.5.0 (2022-04-19)

Features

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

1.4.1 (2022-03-29)

Bug Fixes

1.4.0 (2022-03-23)

Features

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

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

Features

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

1.3.0 (2022-03-13)

Features

1.2.0 (2022-02-25)

Features

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

1.1.0 (2021-11-10)

Features

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

1.0.1 (2021-10-04)

Bug Fixes

1.0.0 (2021-09-27)

Forked from expression-eval v5.0.0. Many thanks to @donmccurdy for the initial package