|
1 | 1 | ## Changelog |
2 | 2 |
|
3 | | -### [Unreleased](https://github.com/z0ffy/vite-plugin-bundle-obfuscator/compare/v1.8.0...HEAD) - |
| 3 | +### [Unreleased](https://github.com/z0ffy/vite-plugin-bundle-obfuscator/compare/v1.9.0...HEAD) - |
| 4 | + |
| 5 | +#### General Changes |
| 6 | + |
| 7 | +- ci(workflow): switch from pnpm to npm in npm-publish workflow and simplify steps @z0ffy |
| 8 | + |
| 9 | +### [v1.9.0](https://github.com/z0ffy/vite-plugin-bundle-obfuscator/compare/v1.8.0...v1.9.0) - 10 December 2025 |
| 10 | + |
| 11 | +- chore: bump package version to 1.9.0 |
| 12 | +- Feature/fix sourcemap url |
| 13 | +- test(plugin): add comprehensive test coverage for utils and plugin behavior |
| 14 | +- chore(deps): update dependencies and adjust Node.js engine requirements |
| 15 | +- chore(deps-dev): bump @stylistic/eslint-plugin from 5.2.2 to 5.5.0 |
| 16 | +- chore(deps-dev): bump lint-staged from 16.1.4 to 16.2.6 |
| 17 | +- chore(deps-dev): bump @types/node from 24.2.0 to 24.9.1 |
| 18 | +- Compose sourcemaps |
| 19 | +- refactor: track bundle size and gzip size in raw bytes |
| 20 | +- docs: update README and localization files with badge links and forma… |
| 21 | +- build(workflow): update coverage reporting tool and clean up permissi… |
| 22 | +- ci: enhance CI pipeline with comprehensive testing and build verifica… |
| 23 | +- chore(deps): update development dependencies |
| 24 | +- chore(deps-dev): bump @stylistic/eslint-plugin from 4.4.1 to 5.2.2 |
| 25 | +- chore(deps-dev): bump typescript-eslint from 8.34.1 to 8.38.0 |
| 26 | +- chore(deps-dev): bump eslint from 9.29.0 to 9.32.0 |
| 27 | +- chore(deps-dev): bump @eslint/js from 9.29.0 to 9.32.0 |
| 28 | +- chore(deps-dev): bump @types/node from 24.0.3 to 24.2.0 |
| 29 | +- chore: update CHANGELOG for v1.8.0 release and reflect recent changes |
| 30 | + |
| 31 | +#### Documentation Changes |
| 32 | + |
| 33 | +- docs: update README and localization files with badge links and formatting improvements @z0ffy |
| 34 | +- docs: update README logo URL to point to new path @z0ffy |
| 35 | + |
| 36 | +#### Refactoring and Updates |
| 37 | + |
| 38 | +- refactor: enhance source map handling and file name resolution @z0ffy |
| 39 | + |
| 40 | +#### General Changes |
| 41 | + |
| 42 | +- Write tests @mat1jaczyyy |
| 43 | +- ci: enhance CI pipeline with comprehensive testing and build verification @z0ffy |
| 44 | +- Compose sourcemaps after obfuscation @mat1jaczyyy |
| 45 | +- ci(workflow): refine npm publish workflow with OIDC diagnostics @z0ffy |
| 46 | +- ci(workflow): streamline npm publish workflow and adjust permissions @z0ffy |
| 47 | +- ci(workflow): update pnpm to v10 and adjust configuration in npm-publish workflow @z0ffy |
| 48 | +- ci(workflow): update Node.js version to 24 and refine dependency installation step in npm-publish workflow @z0ffy |
| 49 | +- ci: update Node.js versions in CI matrix and engine requirement @z0ffy |
| 50 | +- build(workflow): update coverage reporting tool and clean up permission comments @z0ffy |
| 51 | +- ci(workflow): remove `.npmrc` before installing pnpm in npm-publish workflow @z0ffy |
| 52 | +- ci(workflow): enhance npm publish with provenance and public access flags @z0ffy |
4 | 53 |
|
5 | 54 | ### [v1.8.0](https://github.com/z0ffy/vite-plugin-bundle-obfuscator/compare/v1.7.0...v1.8.0) - 10 July 2025 |
6 | 55 |
|
|
0 commit comments