All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- import map was changed to support
node16resolution in Typescript 4.7 and later. In case you are using this module from CJS, you need to change import paths - now they are the same as in ESM and will be kept as such in the future.
- reverted
externalResourceURLschanges inFSContextto keep API backwards-compatible,
wasm_context- production-ready implementation using WebAssembly to run both in browser and Node.js
- dependencies:
morphic-tsandfp-ts,
- Removed dependencies:
morphic-tsandfp-ts: they are instead bundled within the package itself.
- Tested and benchmarked Node.js implementation.