Releases: wessberg/ts-evaluator
Releases · wessberg/ts-evaluator
v0.2.0
- feat: add TypeScript v4.7 support. Add new sponsor: scrubtheweb 1e91aab
- feat: fix issues with ShorthandPropertyAssignments. Move jsdom and chalk to optional peer dependencies d963c22
v0.1.0...v0.2.0
v0.1.0
- chore(build): update tsconfig 64415e4
- chore(build): update dependencies ecd7dc7
- BREAKING CHANGE: rename package from @wessberg/ts-evaluator to ts-evaluator e2b221c
- perf: remove runtime dependency on tslib 684fe07
v0.0.29...v0.1.0
v0.0.26
- feat(logical assignment): add support for Logical Assignments 639bc5c
- chore(build): move typings into devDependencies since these are not present in the declarations 12d0d24
- test: run every test for every supported minor version of TypeScript to ensure stability across versions 64fba7d
v0.0.25...v0.0.26
v0.0.25
- test(github actions): setup Github Actions 3d106e0
- feat: 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
v0.0.24...v0.0.25
v0.0.23
- chore(dependencies): bump dependencies 5a320ca
- feat(deasync): make the deasync module an optional dependency since not all environments support it 814e2f8
v0.0.22...v0.0.23