This repository was archived by the owner on Mar 13, 2025. It is now read-only.
v1.2.0
Features
- Added Redis persistence support for π¦ KV, β¨ Cache and π Durable Objects
- Added support for loading scripts from
package.json, closes issue #7. See π» Using the CLI and β‘οΈ Developing with esbuild for more details. - Added
FormDatato the sandbox, closes issue #6 - Added an automatic update checker. See π» Using the CLI for more details.
- π Modules mode is now always enabled when specifying π Durable Objects bindings
Fixes
- Fixed Windows support, closes issue #10
- Fixed issue where scripts were not reloaded correctly when editing script path in
wrangler.toml. Scripts are now always reloaded on options change.Miniflare.reloadScript()is now deprecated. You should useMiniflare.reloadOptions()instead.