v1.1.0
Overview
This release contains a new flag added by @pineman (thank you!) that allows an optional controllers glob pattern to be passed. This enables developers who are using an unconventional directory structure to still have Chusaku annotate their controllers. e.g. You may be using a tool like packs-rails to restructure your directory structure.
What's Changed
- fix typo assert by @pineman in #38
- Also look for controllers outside /app by @pineman in #37
- build: bump to v1.1.0 by @nshki in #39
New Contributors
Full Changelog: v1.0.1...v1.1.0