Skip to content

v1.4.0

Compare
Choose a tag to compare
@nshki nshki released this 08 Oct 01:28
· 2 commits to main since this release
6fe24ad

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