All Versions
31
Latest Version
Avg Release Cycle
85 days
Latest Release
1149 days ago
Changelog History
Page 1
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
tolodash.merge
), #53.
- ๐ Fix options merge, when property value is class (switched from
-
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 outdatedrequest
(options names are different). - โ Rewrite tests to async/await.
- Deps bump & cleanup.
- โ Add support for
-
v5.0.0 Changes
September 14, 2019๐ Changed
- โฌ๏ธ Drop
any-promise
, use native, #32.
- โฌ๏ธ Drop
-
v4.1.1 Changes
July 11, 2019๐ Fixed
- ๐ Fix streams unpipe (after 4.1.0 changes), #34.