Releases: rooseveltframework/roosevelt
Releases · rooseveltframework/roosevelt
0.31.7
0.31.6
0.31.5
0.31.4
0.31.3
0.31.2
0.31.1
0.31.0
- Breaking:
npm run generate-csrf-secretscript removed, as it is no longer necessary due to an internal switch of Roosevelt's CSRF dependency fromcsrf-csrftocsrf-sync. You should delete anycsrfSecret.jsonfiles in yoursecretsdirectory after upgrading Roosevelt, as the file is no longer needed. You should also remove thenpm run generate-csrf-secretfrom your package.json. - Added
expressVersionparam which lets you decide which version of Express to use. Choose between either4or5. This option exists because there are significant differences between Express 4 and Express 5. Default:5. - Added glob pattern support to CSRF route exemption param.
- Removed
enableCLIFlagsparam which has been obsolete for some time and didn't actually do anything. - Changed the deprecation checker to only run in development mode and added a new param
deprecationChecksthat will let you disable it entirely. - Updated dependencies.
0.30.7
- Added new
onBeforeControllersevent. - Added new
html.folderPerPageparam. - Made it easier to debug HTML validation errors on static sites.
- Fixed bugs associated with the
stopServer()method. - Fixed bugs associated with using a
roosevelt.config.jsonfile in your app. - Fixed a bug that could cause middleware errors not to flow through the middleware stack correctly.
- Copyedited documentation significantly.
- Updated dependencies.
0.30.6
- Added
onBeforeStaticsevent. - Altered
makeBuildArtifactslog to be a warning. - Fixed writing JS file log to be properly classified as
infoinstead oflog. - Fixed a bug that could cause the static site generator to not write new files even if the file has changed.
- Updated dependencies.