Releases: davidmyersdev/vite-plugin-node-polyfills
Releases · davidmyersdev/vite-plugin-node-polyfills
v0.22.0
v0.21.0
- fix: Make sure all modules under
buffer
are exported
v0.20.0
v0.19.0
- Add end-to-end tests with Playwright
- Add unit/integration tests with Vitest
- Fix imports for global polyfills (
buffer
andprocess
) when a trailing slash is used (e.g.import process from 'process/'
) - Replace the IIFE banner with import statements (avoids name conflicts)
v0.18.0
v0.17.0
- Add support for Vite v5 (and make it the default)
- Configure CI to run checks on PRs and commits to
main
v0.16.0
- Reduce the package size by removing unnecessary files
- Correctly call the preconfigured
onwarn
handler when available
v0.15.0
- Ensure the predefined
onwarn
handler is invoked if it exists - Use
env.command
instead ofenv.mode
so that alternative modes work properly
v0.14.0
Add support for overriding default polyfills
v0.12.0
Add the include
option to only polyfill the specified modules. Thanks @leticiavna for the PR!