Releases: rooseveltframework/roosevelt
Releases · rooseveltframework/roosevelt
0.21.7
0.21.6
- The
certs-generator
script's default name has been changed togenerate-certs
. The config auditor will now expect it to be named that. - The
config-audit
script's default name has been changed toaudit-config
. The config auditor will now expect it to be named that. allowlist
in CSS preprocessor now supports wildcard matching, e.g.dir/*
.- Various dependencies updated.
0.21.5
0.21.4
0.21.3
0.21.2
0.21.1
- Static site generator can now be supplied models by file instead of by configuration. If model data is not supplied by configuration, Roosevelt will try to automatically load a model from a JS file with the same name alongside the template if it exists instead.
- Static site generator will now run the HTML validator against rendered templates.
- Bumped CI Node versions.
0.21.0
- Breaking:
htmlMinifier
param renamed and expanded tohtml
. You will need to update your Roosevelt config.- Added feature
html.sourcePath
,html.models
, andhtml.output
which lets you generate static HTML pages from the your statics directory by compiling them with a view engine and depositing the output to the public folder at start time.
- Added feature
- Fixed issue with
symlinks
that would cause symlinking to a file rather than a directory to fail in Windows. - Some error message copyediting.
- Some minor refactoring and documentation fixes.
- Various dependencies updated.
0.20.1
0.20.0
- Breaking: Renamed
generateFolderStructure
tomakeBuildArtifacts
. - Various dependencies updated.
- Breaking: Among them,
formidable
was updated which is a breaking change for any app that takes file uploads as property names in req.files have been renamed, most notablyfile.path
is nowfile.filepath
andfile.name
is nowfile.originalname
.
- Breaking: Among them,
- Removed
checkDependencies
.