Releases: detroitenglish/cloudflare-workers-webpack-boilerplate
Releases · detroitenglish/cloudflare-workers-webpack-boilerplate
v2.2.0
New Features:
- Added namespace resource binding support for the newly released, funky-fresh Workers KV 👏
- Added a working Workers KV example to the example worker (requires a Namespace ID provided in
src/example.metadata.json
)
Work in Progress:
- Added preliminary support for passing in options via CLI arguments
v2.1.0
v2.0.0
v2.x introduces breaking configuration changes to rectify pattern handling behavior inconsistent with Cloudflare Worker route-based execution. See this PR for details for more info
BREAKING CHANGES
- The
.env
file now usesENABLED_PATTERNS
andDISABLED_PATTERNS
for routes. The previousROUTE_PATTERNS
is no more - ALL existing patterns not present in either of the above are💣 DELETED 💣 without prejudice
v1.0.4
Changes:
- Add eslint-loader to the build process and cause worker scripts assuming Webpack's default shimming of Node builtins (such as
Buffer
) to fail
v1.0.2
First stable release! And strict semver going forward.
Huge thanks to the Cloudflare Community for all the help, insights and support 🎉