Skip to content

Releases: rooseveltframework/roosevelt

0.21.6

10 Jan 16:15
3b0949e
Compare
Choose a tag to compare
  • The certs-generator script's default name has been changed to generate-certs. The config auditor will now expect it to be named that.
  • The config-audit script's default name has been changed to audit-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

16 Aug 20:10
0e3ab9c
Compare
Choose a tag to compare
  • allowlist and blocklist in static site generator feature now supports wildcard matching, e.g. dir/*.
  • Various dependencies updated.

0.21.4

12 Aug 04:38
264f0bc
Compare
Choose a tag to compare
  • Added allowlist and blocklist to the static site generator feature.
  • Fixed bug with the static site generator feature that required absolute paths for including child templates in a main template.
  • Various dependencies updated.

0.21.3

10 Aug 15:25
ae58903
Compare
Choose a tag to compare
  • When versionedPublic is true, Roosevelt will no longer deposit static HTML pages into the versioned directory.
  • Various dependencies updated.

0.21.2

09 Aug 04:15
b9443a8
Compare
Choose a tag to compare
  • Fixed bug where the config auditor would complain about the makeBuildArtifacts param being set to string.
  • Static site generator will now run the HTML validator against rendered templates in dev mode only.
  • Various dependencies updated.

0.21.1

05 Aug 20:00
e24c752
Compare
Choose a tag to compare
  • 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

03 Aug 15:09
4e1fdee
Compare
Choose a tag to compare
  • Breaking: htmlMinifier param renamed and expanded to html. You will need to update your Roosevelt config.
    • Added feature html.sourcePath, html.models, and html.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.
  • 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

29 Jul 13:45
a4f9a28
Compare
Choose a tag to compare
  • makeBuildArtifacts will now accept a new value of 'staticsOnly' which will allow Roosevelt to create static files but skip the creation of the MVC directories.
  • initServer can now also be called as init instead.
  • Various dependencies updated.

0.20.0

21 Jul 14:19
f91a138
Compare
Choose a tag to compare
  • Breaking: Renamed generateFolderStructure to makeBuildArtifacts.
  • 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 notably file.path is now file.filepath and file.name is now file.originalname.
  • Removed checkDependencies.

0.19.14

12 Jul 21:32
81ea2ec
Compare
Choose a tag to compare
  • Fixed bug that required admin permissions to start an app in Windows.