Releases: mattbrictson/nextgen
Releases · mattbrictson/nextgen
0.16.0
✨ New Features
- Upgrade upload-artifact action to v4 in generated CI workflow (#68) @mattbrictson
🏠 Housekeeping
- Update rubocop requirement from 1.63.4 to 1.64.1 (#67) @dependabot
Full Changelog: v0.15.0...v0.16.0
0.15.0
✨ New Features
- Defer loading capybara gems until system test is executing (#52) @mattbrictson
- Add
frozen_string_literal
comments and enable RuboCop rule (#66) @mattbrictson
🏠 Housekeeping
- Update rubocop requirement from 1.62.1 to 1.63.4 (#65) @dependabot
Full Changelog: v0.14.0...v0.15.0
0.14.0
⚠️ Breaking Changes
- Drop support for Ruby 3.0 (EOL) (#64) @mattbrictson
📚 Documentation
- Regenerate examples (#63) @mattbrictson
Full Changelog: v0.13.0...v0.14.0
0.13.0
✨ New Features
- Add more color and improve interactivity of menu options (#61) @zhandao
- Skip building vite assets in tests if possible (#51) @mattbrictson
- Explain RAILS_ENV required env var in generated deployment doc (#60) @mattbrictson
- Optionally generate config to support RAILS_ENV=staging (#58) @mattbrictson
- Use
ruby file:
Gemfile syntax if Bundler supports it (#57) @mattbrictson - Support ESLint 9.0 and switch to flat config file format (#59, #62) @mattbrictson
Full Changelog: v0.12.0...v0.13.0
0.12.0
✨ New Features
- Automatically configure default time zone in generated app (#53) @mattbrictson
- Configure Dependabot to keep generated CI workflow up to date (#50) @mattbrictson
- Update generated GitHub Actions workflow to setup-node@v4 (#48) @mattbrictson
🐛 Bug Fixes
- Fix capybara screenshot location to work with CI (#49) @mattbrictson
🏠 Housekeeping
- Update rubocop gems (#54, #55, #56) @dependabot
Full Changelog: v0.11.0...v0.12.0
0.11.0
✨ New Features
- Mark vcr cassettes as generated files via .gitattributes (#42, #45) @mattbrictson
- Recommend dotenv >= 3.0 for newly generated apps (#41) @mattbrictson
🏠 Housekeeping
- Use mighty_test minitest runner for local gem development (#46) @mattbrictson
- Bump release-drafter/release-drafter from 5 to 6 (#44) @dependabot
- Update rubocop requirement from 1.60.2 to 1.61.0 (#43) @dependabot
Full Changelog: v0.10.0...v0.11.0
0.10.0
✨ Notable Changes
- Remove recommendation for Capybara
disable_animation
(#40) @mattbrictson
🏠 Housekeeping
- Update rubocop gems (#37, #38, #39) @dependabot
Full Changelog: v0.9.0...v0.10.0
0.9.0
✨ New Features
- Minor improvements to generated
bin/setup
script (#35) @mattbrictson
🐛 Bug Fixes
- Fix missing Stylelint config in generated
.overcommit.yml
(#34) @mattbrictson
📚 Documentation
- Regenerate example projects using latest version of nextgen (#36) @mattbrictson
Full Changelog: v0.8.0...v0.9.0
0.8.0
✨ New Features
- Upgrade to Stylelint 16 (#33) @mattbrictson
🏠 Housekeeping
- Update rubocop gems (#30, #31, #32) @dependabot
- Add Ruby 3.3 to CI (#29) @mattbrictson
Full Changelog: v0.7.0...v0.8.0
0.7.0
This release improves Vite installation and drops Node 19 support from generated apps.
⚠️ Breaking Changes
- Exclude Node 19 (require Node 18 or 20+) (#26) @mattbrictson
🐛 Bug Fixes
- Ensure Vite installer uses yarn, not npm (#28) @mattbrictson
- Fix Vite install error when
app/javascript
doesn't exist (#25) @mattbrictson
📚 Documentation
- Replace
[!NOTE]
with less-shouty[!TIP]
in READMEs (#23) @mattbrictson
🏠 Housekeeping
- Update to latest Vite dependencies (#27) @mattbrictson
- Simplify test dependencies (#24) @mattbrictson
Full Changelog: v0.6.0...v0.7.0