-
7efa22f: Full compatibility with Stimulus naming convention
- Remove the
directorySeparator
option and replace all_
by-
to follow the Stimulus naming convention.
If you previously had a controller named
my_controller
, it will now bemy-controller
.- Update ESLint to flat config, update dependencies.
- Remove test for
directorySeparator
option. - Add tests with controllers named with
_
and-
.
- Remove the
- f564104: Add deprecation notice for the
directorySeparator
option
- bd36e21: Fix type generation and build.
- daf0cee: Exclude src folder from package
- 0e6c277: Lower bundle size by ignoring files.
- 295323a: Rewrite the way to match controllers (using globs) and allow directory-based controllers (#7). This change is non-breaking, but it's a major change in the way the plugin works.
- b68b2d3: Add badges to README.
- 90dc485: Fix a typo in the documentation for bun add.
- d89da55: Added documentation for installation and usage with TypeScript.
- Initial release