Skip to content

Releases: mattbrictson/nextgen

0.20.0

16 Aug 23:44
7befa74
Compare
Choose a tag to compare

✨ New Features

Full Changelog: v0.19.0...v0.20.0

0.19.0

10 Aug 00:40
f70c82f
Compare
Choose a tag to compare

Nextgen now generates apps using the newly-released Rails 7.2! 🎉

The Rails 7.2 rails new command adds features that were previously provided by nextgen, like GitHub Actions and RuboCop. Nextgen allows you to opt-in or out of these built-ins via a new interactive prompt:

Rails can preinstall the following. Which do you need?
‣ ⬢ Brakeman
  ⬢ GitHub Actions CI
  ⬢ RuboCop
  ⬡ devcontainer files

Where possible, nextgen augments these new Rails features with its own enhancements. For example, if you choose to add ESLint, nextgen will add an ESLint job to the GitHub Actions CI template that Rails now provides out of the box.

See #81 for a more detailed list of changes in this release.

✨ New Features

🐛 Bug Fixes

Full Changelog: v0.18.0...v0.19.0

0.18.0

03 Aug 16:16
20f5066
Compare
Choose a tag to compare

✨ New Features

🏠 Housekeeping

Full Changelog: v0.17.1...v0.18.0

0.17.1

25 Jul 01:25
312856c
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix uninitialized constant Thor in generated Rakefile under Rails 7.2 (#74) @mattbrictson
  • Use yarn install --check-files instead of deprecated yarn check (#72) @mattbrictson

🏠 Housekeeping

Full Changelog: v0.17.0...v0.17.1

0.17.0

09 Jul 05:02
384346c
Compare
Choose a tag to compare

✨ New Features

🐛 Bug Fixes

  • Fix minor indentation issue with Vite additions to application.rb (#69) @mattbrictson

🏠 Housekeeping

  • Update rubocop-performance requirement from 1.21.0 to 1.21.1 (#70) @dependabot

Full Changelog: v0.16.0...v0.17.0

0.16.0

22 Jun 00:40
4de09e1
Compare
Choose a tag to compare

✨ New Features

  • Upgrade upload-artifact action to v4 in generated CI workflow (#68) @mattbrictson

🏠 Housekeeping

Full Changelog: v0.15.0...v0.16.0

0.15.0

26 May 23:44
867409f
Compare
Choose a tag to compare

✨ New Features

🏠 Housekeeping

Full Changelog: v0.14.0...v0.15.0

0.14.0

30 Apr 05:06
20454e7
Compare
Choose a tag to compare

⚠️ Breaking Changes

📚 Documentation

Full Changelog: v0.13.0...v0.14.0

0.13.0

12 Apr 15:20
44f0b7f
Compare
Choose a tag to compare

✨ New Features

Full Changelog: v0.12.0...v0.13.0

0.12.0

02 Apr 19:27
910b783
Compare
Choose a tag to compare

✨ 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

🏠 Housekeeping

Full Changelog: v0.11.0...v0.12.0