Skip to content

Releases: mtripg6666tdr/nextjs-obfuscator

v3.1.0

04 Nov 14:18
29bdd41
Compare
Choose a tag to compare

Core changes

  • Officially support Next.js v15 (closing #34).

v3.0.1

05 Aug 12:12
43445f4
Compare
Choose a tag to compare

Bug fixes

  • fix a bug: unable to use environment variables in client components (special thanks for the issue reporter who contacted me via email) (dcfbc7b)

Documentation

  • update and improve README (5c69e7e)

Miscellaneous

  • add more keywords in package.json (6605b72)
  • change build target to es2021 (dcfbc7b)
  • refactoring type definition (dcfbc7b)
  • add engines field in package.json (3701bbf)

v3.0.0

20 Nov 16:16
ae6ab5b
Compare
Choose a tag to compare

Core changes

  • Officially support Next.js v14.
  • (BREAKING) Drop Next.js v12 support.

v2.0.1

03 Aug 05:03
6752d2a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

22 Jun 10:34
9f7cb53
Compare
Choose a tag to compare

⚠️ 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

Full Changelog: v1.2.0...v2.0.0

v1.3.1

22 Jun 09:43
88dfa0b
Compare
Choose a tag to compare

Bug fixes

  • Missing source-map generation, fixes #9
  • Prevent from using the same global variables two or more times

What's Changed

Full Changelog: v1.3.0...v1.3.1

v2.0.0-beta.0

21 Jun 14:23
91f62a2
Compare
Choose a tag to compare
v2.0.0-beta.0 Pre-release
Pre-release

⚠️ 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

Full Changelog: v1.2.0...v2.0.0-beta.0

v1.3.0

21 Jun 12:30
ad9e1d9
Compare
Choose a tag to compare

Feature

  • Add a new option to obfuscate splitted chunks (48f601c)

Bug fix

Documentation

  • Continous updates of documentation

Full Changelog

Full Changelog: v1.2.0...v1.3.0

v1.2.0

01 Nov 12:56
863ac75
Compare
Choose a tag to compare

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

14 Aug 04:44
154594d
Compare
Choose a tag to compare

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