- Put your changes here...
- Added preload markup and meta description to sample app.
- Changed default CSS compiler to SASS.
- Updated various dependencies.
- Updated
rooseveltConfig.json
to account for the latest changes in Roosevelt. - Updated various dependencies.
- Updated
.gitignore
to account for the latest changes in Roosevelt. - Updated various dependencies.
- Updated
.gitignore
to account for the latest changes in Roosevelt. - Updated various dependencies.
- Updated generator to account for breaking changes in Roosevelt.
- Fixed a bug that displayed
undefined
as the directory name on the app start instructions. - Updated various dependencies.
- Added generator version to console output.
- Various dependencies updated.
- Altered default global model to prevent a common race condition.
- Various dependencies updated.
- Added
eslint-plugin-html
to the default devDependency list. - Fixed typo in CLI output when app is generated.
- Various dependencies updated.
- Various dependencies updated.
- Fixed issue that would cause
npx mkroosevelt
to return an undefined variable in its output. - Refactored deprecated APIs.
- Various dependencies updated.
- Fixed bug with template rendering in generated apps.
- Various dependencies updated.
- Various refactoring.
- Various dependencies updated.
- Fixed bug resulting in a non-fatal error when generating apps.
- Enabled source-maps on webpack by default.
- Pinned deps.
- Various dependencies bumped.
- Improvements to the SPA variant of the generator.
- Various dependencies bumped.
- Added a README.md to the list of files generated for sample apps.
- Improved clarity of command line output.
- Improved docs.
- Various dependencies bumped.
- Fixed certs generator npm script.
- Various dependencies bumped.
- Various dependencies bumped.
- Various fixes related to CSS preprocessor linting scripts.
- Removed support for stylus CSS preprocessor for now because it was broken and too difficult to fix in a short turnaround.
- Fixed compatibility with
mkroosevelt
in node v17+. - Removed
install-deps
flag, as newer versions of yeoman won't allow this to work in subdirectories. - Added
certs
directory to generated .gitignore. - Updated dependency versions for generated apps.
- Remove obsolete
node-forge
andyeoman-assert
dependencies. - Various dependencies bumped.
- Generator will now only generate apps that use HTTPS by default. It will also generate a self-signed cert for you. Non-secure HTTP can still be used, but you have to enable it manually after the app is generated.
- Various dependencies bumped.
- Added option to generate isomorphic app (comes with bootstrapping for Roosevelt's single page app support) off by default.
- Refactored sample app to improve some defaults.
- Various dependencies bumped. Notably large refactors were needed to update dependencies this time, mostly due to breaking changes with Stylelint.
- Generator now generates apps with deferred scripts by default.
- Various dependencies bumped.
- Added some additional Webpack config defaults to make it easier to bundle third party dependencies without needing to add additional Webpack configs manually.
- Dropped Node 15 support. Added Node 16 support.
- Various dependencies bumped.
- Fixed bug that caused custom app names not to propagate correctly into the generated app if the the app was generated using the
mkroosevelt
command. - Removed husky and lint-staged from the default deps in generated apps.
- Suppressed unnecessary logs in tests.
- Various dependencies bumped.
- Removed deprecated code from generator.
- Dropped Node 12.
- Various dependencies bumped.
- Fixed custom app name supplied via CLI.
- Various dependencies bumped.
- Fixed missing favicon from generated app.
- Bumped default version of Node.js required to run the sample app.
- Various dependencies bumped.
- Fixed some typos in the generated files.
- Various dependencies bumped.
- Updated to Roosevelt 0.19.0.
- Various dependencies bumped.
- Updated to Roosevelt 0.18.3.
- Various dependencies bumped.
- Updated to Roosevelt 0.18.x.
- Various dependencies bumped.
- Updated to Roosevelt 0.17.x.
- Generated Roosevelt config is now placed in rooseveltConfig.json.
- Various dependencies bumped.
- Updated to Roosevelt 0.16.x. Matched generator major and minor version to Roosevelt version, thus the big jump in version numbers.
- Various dependencies bumped.
- Various dependencies bumped.
- Updated to Roosevelt 0.15.x.
- Various dependencies bumped.
- Updated to Roosevelt 0.14.x.
- Fixed sample app's package.json formatting.
- Various dependencies bumped.
- Updated to Roosevelt 0.13.x.
- Updated default .gitignore created by the generator.