Skip to content

Commit

Permalink
Merge pull request #23 from YummYume/chore/v3-changeset
Browse files Browse the repository at this point in the history
Improve changset for v3
  • Loading branch information
YummYume authored Nov 11, 2024
2 parents 5bafb57 + 24a0af5 commit 70e20cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .changeset/polite-books-serve.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
'bun-stimulus-plugin': major
---

## BREAKING CHANGES
Full compatibility with Stimulus naming convention

#### BREAKING CHANGES

- 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 be `my-controller`.

## Dev Changes
#### Dev Changes

- Update ESLint to flat config, update dependencies.
- Remove test for `directorySeparator` option.
Expand Down

0 comments on commit 70e20cc

Please sign in to comment.