exifr v7.0.0 Release Notes

  • โž• Added

    • ๐Ÿ’ป UrlFetcher now works in Node.js too. i.e. You can use string URL as file argument in Node.js (previously only available in browser). Exifr now implements polyfill for window.fetch(). But it's only available in full bundle.

    ๐Ÿ›  Fixed

    • Issue #59 regarding mwg-rs:Regions.
    • ๐Ÿ“œ Problems with parsing absolute paths in Electron, NW.JS and other Node/browser hybrid environments. (Node's fs now takes precedence over brower's fetch when parsing absolute path argument)

    ๐Ÿ’ฅ Breaking changes

    • ๐Ÿ“œ Slight changes to XMP parsing logic. Only affects obscure cases with lists and nested rdf:Description. Won't affect most of the basic use cases.