Releases: mtripg6666tdr/nextjs-obfuscator
Releases · mtripg6666tdr/nextjs-obfuscator
v3.1.0
v3.0.1
v3.0.0
Core changes
- Officially support Next.js v14.
- (BREAKING) Drop Next.js v12 support.
v2.0.1
What's Changed
- fix some typos (readme.md) by @obstructive in #20
- fix other typos in README (44be83d)
New Contributors
- @obstructive made their first contribution in #20 (thank you!!!)
Full Changelog: v2.0.0...v2.0.1
v2.0.0
⚠️ This release has BREAKING CHANGES. You have to re-configure this plugin if you have used v1.x before and want to upgrade to this version.
Core changes
- Rewrite whole code.
- Less apps will be broken.
What's Changed
- Chore: update deps by @mtripg6666tdr in #10
- Fix(typing): fix wrong typing by @mtripg6666tdr in #11
- Feat: obfuscate splitted chunks by @mtripg6666tdr in #13
- Feat: rewrite plugin by @mtripg6666tdr in #14
- Docs: update README.md by @mtripg6666tdr in #17
- Chore: configure eslint by @mtripg6666tdr in #18
Full Changelog: v1.2.0...v2.0.0
v1.3.1
Bug fixes
- Missing source-map generation, fixes #9
- Prevent from using the same global variables two or more times
What's Changed
- Feat: source-map support for v1 by @mtripg6666tdr in #19
Full Changelog: v1.3.0...v1.3.1
v2.0.0-beta.0
⚠️ This release is still in beta. Please be careful for the production usage.
⚠️ This release has BREAKING CHANGES. You have to re-configure plugin if you have used this before and want to upgrade to this version.
Core changes
- Rewrite whole code.
What's Changed
- Chore: update deps by @mtripg6666tdr in #10
- Fix(typing): fix wrong typing by @mtripg6666tdr in #11
- Feat: obfuscate splitted chunks by @mtripg6666tdr in #13
- Feat: rewrite plugin by @mtripg6666tdr in #14
- Docs: update README.md by @mtripg6666tdr in #17
- Chore: configure eslint by @mtripg6666tdr in #18
Full Changelog: v1.2.0...v2.0.0-beta.0
v1.3.0
Feature
- Add a new option to obfuscate splitted chunks (48f601c)
Bug fix
- Fix wrong typing (4fb74b1)
Documentation
- Continous updates of documentation
Full Changelog
- Chore: update deps by @mtripg6666tdr in #10
- Fix(typing): fix wrong typing by @mtripg6666tdr in #11
- Feat: obfuscate splitted chunks by @mtripg6666tdr in #13
- Chore(deps): fix security issues by @mtripg6666tdr in #15
- Bump: package version to v1.3.0 by @mtripg6666tdr in #16
Full Changelog: v1.2.0...v1.3.0
v1.2.0
Core changes
- Fix not working in Next.js v13 (#3, 6aef946)
- Fixed this by adding v13 to peer dependencies. It seems to be fine with Next.js v13 without any other changes.
webpack
is now in production deps.
Documentation
- Update next.js in example project into v13
* This update has no breaking change.
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Changes
- Rename plugin name (e8104ca)
NextJSBundleObfuscatorPlugin
→NextJSObfuscatorPlugin
NextJSBundleObfuscator
→NextJSObfuscator
New features
customHandler
was replaced withpluginOptions
(d5e5e57)- there's a compatibility with v1.0.0
- now users can determine which files to be obfuscated easily (d5e5e57)
_app
could be obfuscated relatively safely (even though if you enabled this you SHOULD check your app works fine)
- now users can check logs easily (d5e5e57)
Documentation
- Add example Next.js app (8291b01)
* This update has the compatibility with v1.0.0.
Full Changelog: v1.0.0...v1.1.0