Releases: davidmyersdev/vite-plugin-node-polyfills
Releases · davidmyersdev/vite-plugin-node-polyfills
v0.24.0
v0.23.1
- Allow installation in Vite v7 projects
v0.23.0
- Improve performance when not using globals
- Support Vite v6
v0.22.0
- Stop defining globals when they are disabled
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