Releases: sebastianwessel/quickjs
Releases · sebastianwessel/quickjs
v3.0.0
What's Changed
- node compatibility issue loading wasm failed by @sebastianwessel in #88
Full Changelog: v2.3.1...v3.0.0
v2.3.1
What's Changed
- Fix root scope serialization bug by @sebastianwessel in #83
- V2.3.1 by @sebastianwessel in #84
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- Fix fs issues and update packages by @sebastianwessel in #75
- Update docs for accuracy by @sebastianwessel in #76
- Improve Node timers compatibility by @sebastianwessel in #77
- chore: fix lint by @sebastianwessel in #78
- Doc: add hint for setup with Vite by @sebastianwessel in #79
- Enable fs link and permission tests by @sebastianwessel in #80
- chore: bump to version 2.3.0 by @sebastianwessel in #81
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- chore: add build & test CI by @sebastianwessel in #66
- docs: clarify executionTimeout is in milliseconds by @boringContributor in #67
- version 2.1.2 by @sebastianwessel in #69
- chore: bump dependencies by @sebastianwessel in #70
New Contributors
- @boringContributor made their first contribution in #67
Full Changelog: v2.1.1...v2.2.0
v2.1.1
What's Changed
- docs: fixed typo in backend usage example by @Fabian9799 in #64
- Add @types/bun to devDependencies, delete package-lock.json by @thorn0 in #63
- fix: 59 settimeout in sandbox throws if called with one argument by @sebastianwessel in #62
New Contributors
- @Fabian9799 made their first contribution in #64
- @thorn0 made their first contribution in #63
Full Changelog: v2.1.0...v2.1.1
v2.1.0
v2.0.1
v2.0.0
What's Changed
- doc: add documentation about platform support by @sebastianwessel in #27
- doc: fix test doc #50 by @sebastianwessel in #51
- Version 2.0 by @sebastianwessel in #32
Full Changelog: v1.3.0...v2.0.0
v1.3.0
What's Changed:
Features:
- feat: Typescript support - Run Typescript in the QuickJS sandbox #20 by @sebastianwessel in #21
- feat: Add compileOnly functionality #16 by @sebastianwessel in #18
- feat: Improve node compatibility #14 by @sebastianwessel in #15
- feat: Extend test runner result with summary and global passed flag #17 by @sebastianwessel in #25
Fixes:
- fix: Fails to run on Node.js due to use of the "using" keyword #23 by @sebastianwessel in #24
- fix: Improve setTimeout and setInterval #7 by @sebastianwessel in #26
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- bug: Testrunner does not return the Errors in the response #11 by @sebastianwessel in #12
- feat: Improve custom virtual file system and module loader to allow r… by @sebastianwessel in #13
Full Changelog: 1.1.1...v1.2.0