Skip to content

Latest commit

 

History

History
117 lines (42 loc) · 4.24 KB

CHANGELOG.md

File metadata and controls

117 lines (42 loc) · 4.24 KB

1.2.0 (2024-07-08)

Features

  • differentiate plugin log from vite log (#19) (943016d)

1.1.0 (2023-11-16)

Features

  • allow installing with vite 5 (close #23) (0e912e2)

1.0.5 (2022-12-09)

Features

  • add vite 4 as a valid peer dependency (#13) (d4aa4cc)

1.0.4 (2022-08-09)

Bug Fixes

  • wrapping of single string path in plugin arguments (close #9) (7f62e0f)

1.0.3 (2022-07-21)

Bug Fixes

  • "Conflicting peer dependency" (#8) (91cbc71)

1.0.2 (2022-07-21)

Bug Fixes

1.0.1 (2022-07-04)

Features

  • export configuration interface (#5) (d2c1bde)

1.0.0 (2022-01-05)

Bug Fixes

  • default export in "type": "module" vite projects (7c2a625)

Features

0.2.2 (2021-05-05)

Bug Fixes

  • Update typings. Plugin => PluginOption (d944c48)

0.2.1 (2021-03-20)

Features

  • Add delay to offset slow template compilation in Rails (e69c6b6)

0.2.0 (2021-03-20)

  • Switch to use Vite's watcher instead of creating a new one with chokidar.

0.1.3 (2021-03-18)

  • Move chalk and chokidar as dependencies since only npm v7 installs peerDependencies.

0.1.2 (2021-03-18)

  • Add vite-plugin keyword to the package to make it easier to find.

0.1.1 (2021-03-17)

Bug Fixes

  • Remove postinstall hooks on released package (99db8e2)

0.1.0 (2021-03-16)