Skip to content

Releases: YummYume/bun-stimulus-plugin

v3.0.0

11 Nov 00:48
49bc758
Compare
Choose a tag to compare

Major Changes

  • 7efa22f: 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

    • Update ESLint to flat config, update dependencies.
    • Remove test for directorySeparator option.
    • Add tests with controllers named with _ and -.

v2.1.1

10 Nov 20:21
77eb042
Compare
Choose a tag to compare

Patch Changes

  • f564104: Add deprecation notice for the directorySeparator option

v2.1.0

03 Mar 23:13
8310490
Compare
Choose a tag to compare

Minor Changes

  • bd36e21: Fix type generation and build.

v2.0.2

03 Mar 22:51
d1d8136
Compare
Choose a tag to compare

Patch Changes

  • daf0cee: Exclude src folder from package

v2.0.1

03 Mar 22:46
05c6508
Compare
Choose a tag to compare

Patch Changes

  • 0e6c277: Lower bundle size by ignoring files.

v2.0.0

03 Mar 21:06
701f6b4
Compare
Choose a tag to compare

Major Changes

  • 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.

v1.0.2

19 Sep 12:34
0653cda
Compare
Choose a tag to compare

Patch Changes

  • b68b2d3: Add badges to README.
  • 90dc485: Fix a typo in the documentation for bun add.

v1.0.1

19 Sep 12:14
882caa1
Compare
Choose a tag to compare

Patch Changes

  • d89da55: Added documentation for installation and usage with TypeScript.