Releases: ghostdevv/rollup-obfuscator
Releases · ghostdevv/rollup-obfuscator
4.1.1
What's Changed
- fix: optional chaining for this.debug by @GabrielMahan in #149
New Contributors
- @GabrielMahan made their first contribution in #149
Full Changelog: v4.1.0...v4.1.1
4.1.0
What's Changed
- Feat: Limit plugin to vite build phase and run it at
post
stage. by @raphaelmenges in #145 - Support rollup v4 by @ghostdevv in #146
- Document v3 -> v4 by @ghostdevv in #147
New Contributors
- @raphaelmenges made their first contribution in #145
Full Changelog: v4.0.0...v4.1.0
4.0.0
Changes
- BREAKING Remove
options.global
- BREAKING Require Node 16+
- Add debug logs
- Codebase cleanup
- Update docs
Full Changelog: v3.0.2...v4.0.0'
Migration
- Remove
options.global
from your codebase, the default is now false - If you experience any issues please pin to v3 and open an issue so we can cover your usecase - Ensure you are running Node 16+