Skip to content

Releases: rooseveltframework/roosevelt

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.

0.19.13

11 Jul 14:54
8eedb37
Compare
Choose a tag to compare
  • 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
  • Some refactoring.
  • Various dependencies updated.

0.19.12

21 Feb 14:46
331586b
Compare
Choose a tag to compare
  • Various dependencies updated.
    • Migrated colors to @colors/colors.

0.19.11

28 Nov 02:35
ce5a994
Compare
Choose a tag to compare
  • Fixed bug that caused isoRequire to only work with absolute paths.
  • Various dependencies updated.

0.19.10

24 Nov 05:11
91425f4
Compare
Choose a tag to compare
  • 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

29 May 18:15
75d4c25
Compare
Choose a tag to compare
  • Made Webpack errors less verbose.
  • Various dependencies updated.

0.19.8

06 May 00:32
96baa35
Compare
Choose a tag to compare
  • Updated for support for Node 16.x. This required a migraiton from node-sass to dart-sass.
  • Dropped official Node 15 support, though it will probably still work. Node 14 remains officially supported.
  • Various dependencies updated.

0.19.7

22 Apr 15:37
5670435
Compare
Choose a tag to compare
  • clientViews allowlist now allows directories.
  • Default command line flags and environment variables recognized by Roosevelt can now be overridden via source-configs.
  • Various dependencies updated.

0.19.6

26 Nov 15:35
ab630ee
Compare
Choose a tag to compare
  • Added onAppExit event.
  • Fixed bug with https feature.
  • Various dependencies updated.

0.19.5

14 Nov 15:19
95dbdd2
Compare
Choose a tag to compare
  • 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.