Releases: mattbrictson/nextgen
Releases · mattbrictson/nextgen
0.31.0
✨ New Features
- Replace annotate gem with Rails 8-compatible annotaterb (#142) @mattbrictson
Full Changelog: v0.30.0...v0.31.0
0.30.0
Nextgen now generates apps using Rails 8.0 instead of Rails 7.2. As a result, Ruby 3.2+ is now required.
⚠️ Breaking Changes
- Drop support for Ruby 3.1 (Rails 8 requires 3.2+) (#141) @mattbrictson
✨ New Features
- Generate new apps using Rails 8.0 (#140) @mattbrictson
Full Changelog: v0.29.0...v0.30.0
0.29.0
✨ New Features
- Run RuboCop via overcommit with
-c
, to match bin and rake behavior (#137) @mattbrictson - Replace deprecated stylelint plugin with built-in alternative (#135) @mattbrictson
🐛 Bug Fixes
- Fix trailing whitespace in generated capybara.rb file (#138) @mattbrictson
🏠 Housekeeping
- Update rubocop requirement from 1.66.1 to 1.68.0 (#139) @dependabot
- Fix YAML indentation in overcommit config (#136) @mattbrictson
Full Changelog: v0.28.2...v0.29.0
0.28.2
🐛 Bug Fixes
- Fix bug where
rails new
could use 8.0.0.rc1 instead of the intended 7.2.1 (#134) @mattbrictson - Fix bug where pgcli_rails was not offered as an option (#133) @mattbrictson
Full Changelog: v0.28.1...v0.28.2
0.28.1
🐛 Bug Fixes
- Ensure generated lint and RSpec CI jobs also use ubuntu-24.04 (#132) @mattbrictson
Full Changelog: v0.28.0...v0.28.1
0.28.0
✨ New Features
- Increase Node requirement from 18 to 20 (current LTS) (#80) @mattbrictson
- Opt into GitHub Actions ubuntu-24.04 runner for CI workflow (#129) @mattbrictson
- Add erb_lint job to generated GitHub Actions CI workflow (#128) @mattbrictson
🐛 Bug Fixes
- Copy
.ruby-version
so thatbundle install
works in Docker (#131) @mattbrictson
🏠 Housekeeping
- Fix circular require warning when running tests (#130) @mattbrictson
- Replace deprecated
erblint
/erb-lint
with preferrederb_lint
(#127) @mattbrictson
Full Changelog: v0.27.1...v0.28.0
0.27.1
📚 Documentation
- Regenerate examples with Rails 7.2.1 and latest nextgen features (#126) @mattbrictson
- Recommend the latest version of Homebrew PostgreSQL (17) (#124) @mattbrictson
🏠 Housekeeping
- Update rubocop-performance requirement from 1.21.1 to 1.22.1 (#125) @dependabot
Full Changelog: v0.27.0...v0.27.1
0.27.0
✨ New Features
- Support generating apps with npm instead of yarn (#122) @mattbrictson
- Improve system test performance with
--disable-gpu
(#119) @mattbrictson
🐛 Bug Fixes
- Fix
Benchmark.ms
deprecation warning on Rails 8 (#123) @mattbrictson - Fix misleading Action Mailer commit message (#121) @mattbrictson
- Commit Gemfile.lock after adding Gemfile
ruby
declaration (#120) @mattbrictson
Full Changelog: v0.26.0...v0.27.0
0.26.0
✨ New Features
- Remove dotenv workaround now that kamal supports dotenv 3.x (#115) @mattbrictson
🐛 Bug Fixes
- Properly identify Rails main version as 8.0.0.beta1 (#116) @mattbrictson
📚 Documentation
- Clarify that Rails 8 will require Ruby 3.2+ (#117) @mattbrictson
Full Changelog: v0.25.0...v0.26.0
0.25.0
✨ New Features
- Remove sprockets option for Rails 8 apps (#114) @mattbrictson
Full Changelog: v0.24.0...v0.25.0