v1.4.0
Overview
This is minor version bump that includes a new -e/--exclusion-pattern
flag for folks who may want to exclude certain glob patterns from the controller file matching process. This also starts excluding the top-level vendor/
directory of Rails projects by default, which as a side effect should help prevent GitHub Actions workflows from failing because ruby/setup-ruby
stores bundles in vendor/
by default. Big thanks to @G-Rath for reporting in #53!
What's Changed
- feat: add
--exclusion-pattern
flag by @nshki in #54 - test: use Minitest spec style by @nshki in #55
- build: bump to v1.4.0 by @nshki in #56
Full Changelog: v1.3.1...v1.4.0