Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention contributors in changelog #107

Merged
merged 1 commit into from
Dec 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@
- Make Vite middleware use current server for HMR WebSocket ([#100](https://github.com/szymmis/vite-express/pull/100))
- Emit event when the Vite dev server has finished closing ([#98](https://github.com/szymmis/vite-express/pull/98))

Contributors: [@elturpin](https://github.com/elturpin), [@patreeceeo](https://github.com/patreeceeo), [@pontusva](https://github.com/pontusva)

## 0.11.1 (2023-11-17)

- Mount middlewares that serve HTML at `config.root` instead of `/` ([#91](https://github.com/szymmis/vite-express/pull/91))

Contributors: [@rmhaiderali](https://github.com/rmhaiderali)

## 0.11.0 (2023-10-02)

- Add support for multipage apps ([#88](https://github.com/szymmis/vite-express/pull/88))

Contributors: [@elturpin](https://github.com/elturpin)

## 0.10.0 (2023-08-24)

- Enable resolving config without Vite ([#83](https://github.com/szymmis/vite-express/pull/83))
Expand All @@ -37,6 +43,8 @@
- Add Vite base support ([#57](https://github.com/szymmis/vite-express/pull/57))
- Remove `node-fetch` from dependencies

Contributors: [@moonrailgun](https://github.com/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
Expand All @@ -46,6 +54,8 @@

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

Contributors: [@Julienng](https://github.com/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.
Expand All @@ -59,6 +69,8 @@
- Fix inability to set `ViteExpress.config` settings to falsy values
- Bump `yaml` package version to avoid vulnerabilities

Contributors: [@tomayac](https://github.com/tomayac)

## 0.5.4 (2023-04-21)

- Pass request path correctly into HTML serving middleware in dev mode
Expand All @@ -72,10 +84,14 @@

- Make `picocolors` a runtime dependency instead of peer dependency.

Contributors: [@mortalYoung](https://github.com/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](https://github.com/maxbeatty), [@hankthetank27](https://github.com/hankthetank27), [@vinceps](https://github.com/vinceps)