Skip to content

Commit ce34823

Browse files
authored
Merge pull request #307 from z0ffy/feature/update-changelog
docs(changelog): update changelog for v1.10.0 release
2 parents c884950 + 8767c6c commit ce34823

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
## Changelog
22

3-
### [Unreleased](https://github.com/z0ffy/vite-plugin-bundle-obfuscator/compare/v1.9.0...HEAD) -
3+
### [Unreleased](https://github.com/z0ffy/vite-plugin-bundle-obfuscator/compare/v1.10.0...HEAD) -
4+
5+
### [v1.10.0](https://github.com/z0ffy/vite-plugin-bundle-obfuscator/compare/v1.9.0...v1.10.0) - 17 December 2025
6+
7+
- chore(release): bump version to 1.10.0
8+
- feat: support worker
9+
- refactor(utils): enhance `isNuxtProject` checks with directory traversal and plugin validation
10+
- docs(changelog): update for v1.9.0 release and recent workflow changes
11+
12+
#### New Features
13+
14+
- feat(plugin): add Web Worker obfuscation support with customizable worker options @z0ffy
15+
16+
#### Fixes
17+
18+
- fix(plugin): ensure correct handling of `worker.plugins` for robust obfuscation @z0ffy
19+
20+
#### Refactoring and Updates
21+
22+
- refactor(plugin): rename worker-related options to `obfuscateWorker` and `obfuscateWorkerExcludes` @z0ffy
423

524
#### General Changes
625

0 commit comments

Comments
 (0)