Releases: mattbrictson/nextgen
Releases · mattbrictson/nextgen
0.5.1
This release fixes an error in the generated stylelint config, due to the stylelint-declaration-strict-value
plugin not yet supporting stylelint 16.
🐛 Bug Fixes
- Lock stylelint at ^15 for now (#20) @mattbrictson
🏠 Housekeeping
- Update rubocop requirement from 1.57.2 to 1.58.0 (#19) @dependabot
Full Changelog: v0.5.0...v0.5.1
0.5.0
✨ New Features
- Ensure that .cjs files are checked by ESLint and Overcommit (#18) @mattbrictson
- Set package.json type to "module" to support Vite v5 (#17) @mattbrictson
📚 Documentation
- Simplify README and remove wordy About section (#15) @mattbrictson
🏠 Housekeeping
- Increase minimum Node requirement to 18.12 (#16) @mattbrictson
Full Changelog: v0.4.0...v0.5.0
0.4.0
✨ New Features
- Add Trilogy and Bun options (new in Rails 7.1) (#14) @mattbrictson
- Add the option to create a simple GitHub PR template (#11) @mattbrictson
🏠 Housekeeping
- Update rubocop gems (#12, #13) @dependabot
Full Changelog: v0.3.0...v0.4.0
0.3.0
✨ New Features
- Improve Capybara config; extract to separate support file (#10) @mattbrictson
- Use rubocop-rails >= 2.22.0 for better Rails 7.1 support (#9) @mattbrictson
- Enable webmock alongside installing the gem (#7) @mattbrictson
📚 Documentation
- Add vcr to README (#8) @mattbrictson
Full Changelog: v0.2.0...v0.3.0
0.2.0
✨ New Features
- Add optional generator for installing and configuring VCR (#6) @mattbrictson
- Remove Rails 7.1.0 initial migrations workaround (#2) @mattbrictson
📚 Documentation
- Add a screen recording of Nextgen in action (#5) @mattbrictson
- Add example Rails projects generated with Nextgen (#4) @mattbrictson
🏠 Housekeeping
- Set necessary permissions for release-drafter action (#3) @mattbrictson
- Increase minimum Rails version to 7.1.1 (#1) @mattbrictson
Full Changelog: v0.1.0...v0.2.0
0.1.0
Initial release to rubygems 🎉