Releases: rooseveltframework/roosevelt
Releases · rooseveltframework/roosevelt
0.19.14
0.19.13
- Added script to generate self-signed HTTPS certs:
npm run certs-generator
: Generates self-signed HTTPS certs for your app.- Default shorthand:
npm run c
- Script is short for:
node ./node_modules/roosevelt/lib/scripts/certsGenerator.js
- Default shorthand:
- Some refactoring.
- Various dependencies updated.
0.19.12
0.19.11
0.19.10
- Added
roosevelt-router
feature to improve support for writing isomorphic code for SPAs. - Added
isomorphicControllers
config option that will permit Roosevelt to make a list of all your controller files that can be used client-side as well so they can be auto-loaded client-side too. - Altered
clientViews
such that the template list will lack file extensions if the file extension of the template matches the default view engine's file extension. - Breaking: Default
clientViews
output bundle changed from bundle.js to views.js. - Fixed confusing console warning.
- HTML validator frontend scripts moved to
<head>
. - Various dependencies updated.
0.19.9
0.19.8
0.19.7
0.19.6
0.19.5
- Fix for Node 15 / npm 7 regression. Config auditor and deprecation checker will no longer run as postinstall scripts to compensate for INIT_CWD being removed from npm. These checks will be run exclusively on application first run instead (or any time the public folder is removed). (Closes #975)
- Dropped Node 12 support.
- Various dependencies updated.