Skip to content

Commit

Permalink
Mention contributors in changelog (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
szymmis authored Dec 30, 2023
1 parent 1189de8 commit e8653b7
Showing 1 changed file with 16 additions and 0 deletions.
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)

0 comments on commit e8653b7

Please sign in to comment.