exifr v4.3.0 Release Notes

Release Date: 2020-03-11 // about 4 years ago
  • 🚀 Quality-Of-Life release. Improves compatibility and ease of use with various tools and environments.

    🔄 Changed

    • all ESM bundles are now available in two identical copies with different file extensions. .mjs and .js for ESM, .cjs and .js for UMD. Just pick one that works with your tooling or environment.
    • 📦 Backtracking on using only "type":"module" in package.json as the only way to define the module as ESM.
    • 📦 package.json's "main" points to UMD bundle full.esm.mjs instead of UMD full.umd.js.
    • ➕ Added default export which wraps all named exports into single object.