Skip to content

v1.1.0

Choose a tag to compare

@mtripg6666tdr mtripg6666tdr released this 14 Aug 04:44
154594d

Changes

  • Rename plugin name (e8104ca)
    • NextJSBundleObfuscatorPluginNextJSObfuscatorPlugin
    • NextJSBundleObfuscatorNextJSObfuscator

New features

  • customHandler was replaced with pluginOptions (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