Skip to content

Latest commit

 

History

History
52 lines (19 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

52 lines (19 loc) · 1.86 KB

1.1.2 (2022-07-14)

Bug Fixes

  • esm incompatibility with __dirname (1c6d556)

1.1.1 (2022-07-14)

Features

  • update peer dependencies to support Vite 3 (21e11b2)

1.1.0 (2022-01-05)

Bug Fixes

  • default export when using "type": "module" vite project (32447f2)

1.0.1 (2021-09-21)

Bug Fixes

  • avoid running importAnalysisPlugin to enable imports from .js.erb (close #1) (d556196)

1.0.0 (2021-05-07)

Bug Fixes

  • Disable spring by default, users can opt-in but the first time the process will never finish. (9f498fc)
  • Using load has the downside of requiring a server restart (0e87746)

Features

  • Add debug setting to allow the renderer to output more information (18a96af)
  • Create plugin to render ERB files in Ruby (3042390)