Skip to content

Releases: detroitenglish/cloudflare-workers-webpack-boilerplate

v2.2.0

23 May 12:32
Compare
Choose a tag to compare

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

18 Mar 22:46
Compare
Choose a tag to compare

Changes;

  • Add example.metadata.json to example worker deployment to demonstrate CF Secret Vault variables
  • Add documentation and configuration details for including metadata secrets files
  • Various Improvements to e.g. logging and error messages via cf-worker-webpack-plugin v2.0.1

v2.0.0

19 Feb 23:21
Compare
Choose a tag to compare

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 uses ENABLED_PATTERNS and DISABLED_PATTERNS for routes. The previous ROUTE_PATTERNS is no more
  • ALL existing patterns not present in either of the above are馃挘 DELETED 馃挘 without prejudice

v1.0.4

31 Aug 14:44
Compare
Choose a tag to compare

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

29 Aug 15:07
94016ca
Compare
Choose a tag to compare

First stable release! And strict semver going forward.

Huge thanks to the Cloudflare Community for all the help, insights and support 馃帀