Skip to content

Releases: detroitenglish/cloudflare-workers-webpack-plugin

v2.0.1

18 Mar 22:29
Compare
Choose a tag to compare

Changes:

  • Improve log messages
  • Provide clearer error messages for failed http requests through axios
  • Prevent empty-string route patterns

v2.0.0-beta.0

19 Feb 12:56
Compare
Choose a tag to compare
v2.0.0-beta.0 Pre-release
Pre-release

v2.x introduces breaking configuration changes intended to rectify behaviors inconsistent with Cloudflare Worker route matching patterns. See this PR for more info

BREAKING CHANGES

  • patterns will throw an error if found in the configuration object
  • enabledPatterns and disabledPatterns config options now allow for properly enabling/disabling worker execution on a pattern-by-pattern basis.