Release v0.0.21
New http
feature flag
A feature flag (http
) was introduced to begin migrating from custom request and response types to widely used types in the http
crate. See the README for more information.
What's Changed
- chore(deps-dev): bump vite from 4.4.9 to 4.5.2 by @dependabot in #458
- chore(deps-dev): bump miniflare from 3.20230922.0 to 3.20231030.2 by @dependabot in #457
- chore(deps-dev): bump undici from 5.25.3 to 5.28.3 by @dependabot in #455
- chore(deps-dev): bump postcss from 8.4.27 to 8.4.35 by @dependabot in #456
- update/use workspace dependencies (wasm_bindgen, etc) by @NicoZweifel in #472
- Introduce
http
feature forhttp
crate types by @kflansburg in #477
New Contributors
- @NicoZweifel made their first contribution in #472
Full Changelog: v0.0.20...v0.0.21