Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

56 lines (32 loc) · 1.74 KB

esbuild-plugin-stimulus Changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.5 - 2022-01-21

Version 0.1.5 adds support for .tsx and .jsx file extensions.

Added

  • Permit .tsx and .jsx extensions to be used (#8)

0.1.4 - 2022-01-21

Version 0.1.4 was skipped due to an improper release.

0.1.3 - 2022-01-21

Version 0.1.3 was skipped due to an improper release.

0.1.2 - 2021-09-11

Version 0.1.2 fixes several bugs from the initial release.

Fixed

  • Permit hyphens as part of controller suffix (#3)
  • Use all parent components during directory recursion (#6)
  • Rewrite underscored directories to hyphens (#6)

0.1.1 - 2021-09-11

Version 0.1.1 was skipped due to an improper release.

0.1.0 - 2021-03-17

First public release.