v0.2.0
Features
-
Add
config.subdomain
option forworkers.dev
support (#7, #9): 3a26e6a, ae4ccd0
Includesubdomain: true
in your cfw configuration file to deploy to your account's subdomain. -
Add
config.module
option for deploying Module Worker: 6ffc62a
Includemodule: 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