Skip to content

Latest commit

 

History

History
208 lines (64 loc) · 6.88 KB

CHANGELOG.md

File metadata and controls

208 lines (64 loc) · 6.88 KB

1.0.1 (2022-06-07)

1.0.0 (2022-06-07)

Features

  • add TypeScript v4.7 support. Add NODE_ESM preset. Add support for evaluating new.target and import.meta meta properties (dbe0433)

0.2.0 (2022-05-25)

Features

  • add TypeScript v4.7 support. Add new sponsor: scrubtheweb (1e91aab)
  • fix issues with ShorthandPropertyAssignments. Move jsdom and chalk to optional peer dependencies (d963c22)

0.1.0 (2021-05-20)

Performance Improvements

  • remove runtime dependency on tslib (684fe07)

0.0.29 (2021-05-17)

Features

  • typescript: add support for TypeScript 4.3 (a955f91)

0.0.28 (2021-03-17)

Features

  • typescript: add TypeScript 4.2 support (e87b496)

0.0.27 (2020-10-20)

Features

  • add TypeScript 4.1 support (f1d2e28)

0.0.26 (2020-08-07)

Features

  • logical assignment: add support for Logical Assignments (639bc5c)

0.0.25 (2020-03-01)

Features

  • add support for TypeScript v3.8. Add support for passing a specific TypeScript version to the evaluate function. Remove dependency on deasync. Return a Promise when evaluating an await-expression. Disallow evaluating async iterators with the synchronous variant of evaluate (c19e1cc)

0.0.24 (2019-11-09)

Features

  • optional chaining: add support for optional chaining and nullish coalescing (7a79b34)

0.0.23 (2019-10-14)

Features

  • deasync: make the deasync module an optional dependency since not all environments support it (814e2f8)

0.0.22 (2019-09-09)

0.0.21 (2019-05-29)

0.0.20 (2019-04-25)

0.0.19 (2019-03-06)

Bug Fixes

  • bug: fixes an issue with ArrayLiteralExpressions and iterables. (41c6452)

0.0.18 (2018-12-30)

Features

  • reporting: adds a new reporter: reportErrors. This is a reporting hook that will be invoked for each error that is thrown, both when evaluating a result, and for subsequent invocations on, for example, returned function instances. Holds a reference to the error, as well ast the AST node that threw or caused the Error (a65e386)

0.0.17 (2018-12-30)

Bug Fixes

  • bug: fixes an issue where constructor arguments with a [public|protected|private] modifier wouldn't be set on the class instance as instance properties. Fixes #10 (2e091c0)

Features

  • error: errors now point to the Node that caused or threw them. Errors caused by the evaluated code itself such as ThrowStatements will produce ThrownError objects that point to the original error as well as the Node that caused or threw it. Fixes #8 (134b8ef)

0.0.16 (2018-12-30)

0.0.15 (2018-12-30)

0.0.14 (2018-12-30)

Bug Fixes

  • bug: fixes an issue with evaluating a ClassMember such as a MethodDeclaration, PropertyDeclaration, or a GetAccessorDeclaration directly. Fixes #7 (ad8bc78)

0.0.13 (2018-12-29)

0.0.12 (2018-12-29)

0.0.11 (2018-12-28)

0.0.10 (2018-12-28)

0.0.9 (2018-12-19)

0.0.8 (2018-12-18)

0.0.7 (2018-12-16)

0.0.6 (2018-12-16)

0.0.5 (2018-12-16)

0.0.4 (2018-12-16)

0.0.3 (2018-12-16)

0.0.2 (2018-12-16)

0.0.1 (2018-12-16)