roosevelt
Advanced tools
Changelog
0.19.5
Changelog
0.19.4
NODE_ENV
.Changelog
0.19.3
Changelog
0.19.2
clientViews
no longer exports a function, instead exporting a JSON object.clientViews
will no longer minify templates by default.clientViews
exposeAll
feature that would cause it to scoop up any system files that might be present in your views directories.clientViews
blocklist mistakenly defaulting to an object instead of an array which could cause crashes in some configurations.Changelog
0.19.1
env
variable that would cause it to be incorrectly set at times.Changelog
0.19.0
localhostOnly
and alwaysHostPublic
defaults were flipped to false and true respectively.alwaysHostPublic
was renamed to hostPublic
.--host-public
command line flag was removed, since it is no logner needed because hostPublic
defaults to true now.production-proxy
to let you opt-in to localhostOnly
and alwaysHostPublic
being set to true and false respectively as before.Changelog
0.18.3
Changelog
0.18.1
passphrase
option from https.p12.passphrase
to https.passphrase
so it can be used for certAndKey configurations as well.Changelog
0.18.0
npm i --no-optional
.separateProcess
from htmlValidator
.port
from htmlValidator
.showWarnings
from htmlValidator
.validatorConfig
to htmlValidator
which respresents a set of rules for the validator to check for.
.htmlValidate.json
placed in the app root.verbose
from frontendReload
.
ROOSEVELT_VALIDATOR
environment variable.ROOSEVELT_AUTOKILLER
environment variable.--attach-validator
and -a
cli flags.--background-validator
and -b
cli flags.--disable-validator-autokiller
, --no-autokiller
, and -n
cli flags.--enable-validator-autokiller
, --html-validator-autokiller
, and -k
cli flags.