All Versions
31
Latest Version
Avg Release Cycle
85 days
Latest Release
898 days ago

Changelog History
Page 1

  • v7.2.2 Changes

    October 12, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ Skip invalid chunks in JPEG parser instead of stopping, so some broken images can still be parsed, #68.
    • ๐Ÿ‘ Better error handling when server redirects to utf8-encoded internationalized domain name.
  • v7.2.1 Changes

    June 07, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix hanging of HTTP request when server returns JSON or XML, #62.
  • v7.2.0 Changes

    June 03, 2021

    ๐Ÿ”„ Changed

    • SVG embedded in HTML is no longer recognized as SVG image, #60.

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ Allow XML namespaces in SVG images, #61.
  • v7.1.1 Changes

    May 27, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ Allow byte order mark at the start of SVG, #57.
  • v7.1.0 Changes

    April 15, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix options merge, when property value is class (switched from deepmerge to lodash.merge), #53.
  • v7.0.1 Changes

    March 18, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix crash in async SVG parser, #52.
  • v7.0.0 Changes

    March 11, 2021

    โž• Added

    • โž• Add AVIF/HEIC/HEIF support.
    • โž• Add orientation info.
  • v6.0.0 Changes

    November 04, 2020

    โž• Added

    • โž• Add support for .ico files.

    ๐Ÿ”„ Changed

    • node.js v10+ required.
    • โฌ‡๏ธ Drop callbacks support.
    • โฌ‡๏ธ Drop legacy call support (URL in options).
    • 0๏ธโƒฃ Input stream will now be closed by default.
    • ๐Ÿ‘‰ Use needle instead of outdated request (options names are different).
    • โœ… Rewrite tests to async/await.
    • Deps bump & cleanup.
  • v5.0.0 Changes

    September 14, 2019

    ๐Ÿ”„ Changed

    • โฌ‡๏ธ Drop any-promise, use native, #32.
  • v4.1.1 Changes

    July 11, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix streams unpipe (after 4.1.0 changes), #34.