Skip to content

Latest commit

 

History

History
149 lines (84 loc) · 5.32 KB

CHANGELOG.md

File metadata and controls

149 lines (84 loc) · 5.32 KB

Changelog

0.19.0 (2024-08-29)

  • Use express-static-gzip for improved static file serving (#144)
  • Bump dependencies

Contributors: @je4ngomes

0.18.0 (2024-08-11)

  • Fix issue where passing the server config disables inline config (#140)
  • Bump dependencies

Contributors: @Vija02

0.17.0 (2024-06-08)

  • Allow specyfing vite-express verbosity level (#128)
  • Add possibility to override default express.static() options (#134)
  • Respect HMR options from Vite config (#135)

Contributors: @srguiwiz, @lucasavila00

0.16.0 (2024-03-23)

  • Export getViteConfig as a part of public API (#124)

Contributors: @srguiwiz

0.15.0 (2024-02-04)

  • Add support for express v5 (#116)

0.14.1 (2024-01-25)

  • Fix relative imports in subpath index.html files (#114)

Contributors: @elturpin

0.14.0 (2024-01-21)

  • Serve HTML static files on explicit ".html" requests (#110)
  • Migrate to vitest test runner (#108)

Contributors: @rmhaiderali

0.13.0 (2024-01-02)

  • Add ability to specify location of vite config (#102)
  • Support async html transformer function (#103)

Contributors: @peterlama

0.12.0 (2023-12-20)

  • Make Vite middleware use current server for HMR WebSocket (#100)
  • Emit event when the Vite dev server has finished closing (#98)

Contributors: @elturpin, @patreeceeo, @pontusva

0.11.1 (2023-11-17)

  • Mount middlewares that serve HTML at config.base instead of / (#91)

Contributors: @rmhaiderali

0.11.0 (2023-10-02)

  • Add support for multipage apps (#88)

Contributors: @elturpin

0.10.0 (2023-08-24)

  • Enable resolving config without Vite (#83)
  • Add config option to ignore paths (#84)

0.9.2 (2023-07-21)

  • Use export assignment syntax in types declaration (#74)
  • Bump word-wrap from 1.2.3 to 1.2.4 (#73)
  • Bump vite from 4.0.4 to 4.0.5 (#66)

0.9.1 (2023-06-05)

  • Load HTML on every request
  • Merge custom config with inline Vite's config when starting dev server

0.9.0 (2023-06-05)

  • Allow specyfing HTML transformer (#65)
  • Implement viteless mode (#64)
  • Bump socket.io-parser from 4.2.2 to 4.2.3 (#61)
  • Add Vite base support (#57)
  • Remove node-fetch from dependencies

Contributors: @moonrailgun

0.8.0 (2023-05-19)

  • Use Vite Dev Server in middleware mode when running in development instead of a proxied separate Vite process
  • Temporarily drop support for multi-page apps

0.7.1 (2023-05-17)

  • Turn off index.html serving functionality of express.static() middleware in production mode

Contributors: @Julienng

0.7.0 (2023-05-14)

  • Add ViteExpress.static() middleware-like function to change the order of vite-express' injected static files serving middleware.

0.6.0 (2023-04-28)

  • Stop using redirection to Vite Dev Server when serving static files in dev mode.

0.5.5 (2023-04-27)

  • Fix inability to set ViteExpress.config settings to falsy values
  • Bump yaml package version to avoid vulnerabilities

Contributors: @tomayac

0.5.4 (2023-04-21)

  • Pass request path correctly into HTML serving middleware in dev mode

0.5.3 (2023-04-12)

  • Make Vite's port not be printed out to console by default.
  • Add config option to control that behaviour

0.5.2 (2023-04-08)

  • Make picocolors a runtime dependency instead of peer dependency.

Contributors: @mortalYoung

0.5.1 (2023-03-24)

  • Add picocolors as a peer dependency to package.json

0.5.0 (2023-03-21)

  • Print url schema correctly when Vite is running in https mode

Contributors: @maxbeatty, @hankthetank27, @vinceps