- Add an optional parameter, { nestedMode: true }, to reduce controller identifier length.
- Allow matching controllers without prefix in sidecar directories (fix #3).
- Fix regexp to avoid namespacing controllers incorrectly (fix #1).
- Add keywords and fix repo URL.
- Allow a
/components
prefix to the filename for simpler integration when using view components.
- Allow a
/controllers
prefix to the filename so that the helpers can be used in the Stimulus HMR plugin.
- Initial version