- Start using the runtime API version 3
- Use
esbuild
to bundle the source instead oftsc
, which improves the build duration from ~1s to ~100ms - Structure the library to make it easier to test
- Improve documentation
- Fix bugs introduced by v1.0.0
- Debug for errors of the runtime itself and of the dependencies
- Initial release