Skip to content

Latest commit

History

History
49 lines (24 loc) 路 2.04 KB

CHANGELOG.md

File metadata and controls

49 lines (24 loc) 路 2.04 KB

3.0.0 (2021-08-16)

See ElMassimo/vite_ruby/pull/116 for features and breaking changes.

1.0.0 (2021-07-22)

Features

  • Watch layouts and partials by default (004e8f1)

0.0.3 (2021-07-05)

Features

  • Add support for Jekyll 3.9
  • Add vite_react_refresh_tag helper

Bug Fixes

  • Ensure non-proxied requests are served with an HTTP status
  • Ensure Ruby 3.0 support

0.0.2 (2021-07-03)

Bug Fixes

  • Do not serve files with custom status in local development server (86cf47b)

0.0.1 (2021-07-02)

Features

  • Build vite assets when generating site and preserve assets correctly (0b9a138)
  • Ignore Vite dir when the dev server is active, add the last build (548a47f)
  • Implement a WEBrick proxy servlet for Jekyll (b5afe03)
  • Implement liquid tags to render script and stylesheet tags (4cbb679)
  • Read mode from JEKYLL_ENV (acd7181)
  • Serve files from the cache when the Vite dev server is down (d695718)
  • Track dependencies on entrypoints (5b8c413)