4627afbThanks @sapphi-red! - Files not included insrcwas possible to acess with a crafted request. See GHSA-pp7p-q8fx-2968 for more details.
- #152
6aee6a3Thanks @sapphi-red! - improve performance of internalisSubdirectoryOrEqualfunction
281f5b2Thanks @sapphi-red! - improve performance by coping files concurrently when possible
- #149
a9f35c9Thanks @sapphi-red! - ensure.[cm]?[tj]sx?static assets are JS mime to align with Vite. vitejs/vite#19453
- #141
88e513dThanks @sapphi-red! - add Vite 6 to peer dep
- #133
b9c09bdThanks @rschristian! - Allows user to optionally configure when the plugin is ran by passing in a Rollup hook name
- #127
21304dfThanks @tassioFront! - feat: throw an error when does not find file
- #121
d68aec9Thanks @tobz1000! - The value ofContent-Typeheader was inferred and set from the src file extension. It is now infered from the dest file extension.
311ce4dThanks @sapphi-red! - generate provenance statements for the package
- #105
32115f0Thanks @daihuabin! - don't crash when the requested path is mapped to a directory
db73fb5Thanks @sapphi-red! - udpate mrmime to v2. align the used mime values with Vite 5.1. See https://github.com/lukeed/mrmime/releases/tag/v2.0.0 for the difference.
- #79
19b9fcaThanks @sapphi-red! - using absolute path src withstructured: truewas not working. ThefullPathargument in therenameoption will now always be an absolute path, instead of sometimes being a relative path.
-
252f62cThanks @sapphi-red! - drop support for Vite 3 and 4 -
252f62cThanks @sapphi-red! - drop CJS build. See https://vitejs.dev/guide/troubleshooting.html#this-package-is-esm-only for how to migrate from CJS to ESM. -
252f62cThanks @sapphi-red! - drop node 14.18/16/17/19 support
- #67
8707d84Thanks @sapphi-red! - copy only once even if multiple bundles are generated