Skip to content

v4.0.0

Compare
Choose a tag to compare
@75lb 75lb released this 03 Sep 22:55
· 10 commits to master since this release

All changes are non-functional - there are no changes to the API or app behaviour.

Breaking changes since v3.2.1

  • Removed CommonJS distribution. The codebase is now ESM only.
    • This is due to rollup (used to create the CJS dist) not having good support for dynamic imports (required by renamer's plugin loader).
    • This change only affects API (not CLI) users that use require to load renamer.

Other non-functional changes

  • Extended support back to v12.17 (previously v14 was required).
  • Renamed all source filename extensions from .mjs to .js

Upgrade notes

  • CommonJS users that load renamer using require should not upgrade to v4 - stick with versions 1, 2 or 3 until able to load ECMAScript modules.
  • There are no other changes. All other users can safely upgrade. Node >=v12.17 users may now also upgrade.