Skip to content

v2.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@detroitenglish detroitenglish released this 19 Feb 12:56
· 3 commits to 2.x since this 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.