Skip to content

v0.2.0

Compare
Choose a tag to compare
@lukeed lukeed released this 15 Aug 00:33
· 4 commits to master since this release

Features

  • Add config.subdomain option for workers.dev support (#7, #9): 3a26e6a, ae4ccd0
    Include subdomain: true in your cfw configuration file to deploy to your account's subdomain.

  • Add config.module option for deploying Module Worker: 6ffc62a
    Include module: true in your cfw configuration file to deploy a Module Worker.

  • Add config.usage option for Worker's Usage Model: 557a000
    Relies on account default; valid options are "bundled" and "unbound"

  • Minify build output by default: 6f19b63
    Disable via the --no-minify argument.

  • Upgrade to [email protected] version: 039d5ac, 57176e9

Patches

  • (types) Make Globals type more strict w/ string-inference: ef16501

Chores