Skip to content

chore: update CHANGELOG for v1.8.0 release and reflect recent changes #235

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
## Changelog

### [Unreleased](https://github.com/z0ffy/vite-plugin-bundle-obfuscator/compare/v1.7.0...HEAD) -
### [Unreleased](https://github.com/z0ffy/vite-plugin-bundle-obfuscator/compare/v1.8.0...HEAD) -

### [v1.8.0](https://github.com/z0ffy/vite-plugin-bundle-obfuscator/compare/v1.7.0...v1.8.0) - 10 July 2025

- feat: bump version to 1.8.0 and add nuxt keyword
- fix(config): move dts configuration to baseConfig for better maintainability
- feat: optimize
- feat: add support for Nuxt.js
- chore: update CHANGELOG.md

#### Fixes

- fix: handle source map parsing in obfuscateBundle function @z0ffy

#### Refactoring and Updates

- refactor(deps): replace lodash-es with native JSON methods @z0ffy

#### General Changes

- build(config): move dts generation to cjs format only @z0ffy

### [v1.7.0](https://github.com/z0ffy/vite-plugin-bundle-obfuscator/compare/v1.6.0...v1.7.0) - 27 June 2025

Expand Down