roosevelt
Advanced tools
Changelog
0.25.0
allowlist
to the views bundler will now implicitly disable exposeAll
.secretsDir
param to secretsPath
.Changelog
0.24.0
app.get('routes')
, onReqAfterRoute
, onReqBeforeRoute
, onReqStart
, and onStaticAssetsGenerated
.app.httpServer
to app.get('httpServer')
and app.httpsServer
to app.get('httpsServer')
.onBeforeMiddleware
.start
and stop
method shorthands for startServer
and stopServer
respectively.Changelog
0.23.2
toobusy
feature since it is temperamental and the dependency is no longer maintained.wildcardMatch
to use minimatch
under the hood.html-minifier
with html-minifier-terser
since html-minifier-terser
is better-maintained.Changelog
0.23.1
*
route) to the end of the stack every time a new route is added, even if the route is added at runtime so that you can dynamically add routes while the app is running.Changelog
0.23.0
cores
feature since it is largely redundant now thanks to the widespread popularity of tools like pm2. Also removed various deprecated cluster module support as well.Changelog
0.22.16
helmet
by setting the helmet
param to false.Changelog
0.22.15
Changelog
0.22.14
mode: "development"
and devtool: "source-map"
automatically to your Webpack bundles in development mode.Changelog
0.22.13
form-action
directive has been set to null
. This makes it possible to submit forms to other domains in production mode.