v4.2.0
ExpressoTS 4.2.0
Added 2
- Add scaffold command for Cloudflare Workers micro targets
- Add pack:local --link option to wire a test app to a local build
Fixed 2
- Fix response fidelity and working lifecycle hooks on serverless targets
- Fix request fidelity on Workers and test Worker scaffolds on workerd
What's Changed
- feat(cli): scaffold Cloudflare Workers micro targets by @xgame92 in https://github.com/expressots/expressots/pull/946
- fix(adapter): response fidelity and working lifecycle hooks on serverless targets by @rsaz in https://github.com/expressots/expressots/pull/957
- fix(adapter): request fidelity on Workers; test Worker scaffolds on workerd by @rsaz in https://github.com/expressots/expressots/pull/958
- chore(tooling): add pack:local --link to wire a test app to a local build by @rsaz in https://github.com/expressots/expressots/pull/960
New Contributors
- @xgame92 made their first contribution in https://github.com/expressots/expressots/pull/946
Full Changelog: https://github.com/expressots/expressots/compare/v4.1.1...v4.2.0