All Versions
31
Latest Version
Avg Release Cycle
85 days
Latest Release
1376 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v4.1.0 Changes
July 09, 2019๐ Changed
- Deps bump.
- โก๏ธ Update Travis-CI node versions to actual.
๐ Fixed
- ๐ Fix content ungzip from misconfigured servers, #31.
-
v4.0.1 Changes
July 08, 2019๐ Fixed
- ๐ Fix regexp to ignore SVG
stroke-width
attr, #33.
- ๐ Fix regexp to ignore SVG
-
v4.0.0 Changes
March 05, 2018๐ Changed
- ๐ Roll back
got
->request
, see #16. - 0๏ธโฃ Default timeout 30s -> 60s.
๐ Fixed
- ๐ Fix padding parse in jpeg, #20.
- ๐ Roll back
-
v3.2.0 Changes
November 22, 2017๐ Changed
- ๐ Roll back
got
to 6.x due serious regressions, see #16. Next attempt will be switching torequest
and releasing 4.0.0.
- ๐ Roll back
-
v3.1.0 Changes
June 08, 2017๐ Changed
- ๐ง Maintenance, deps bump.
got
6.x -> 7.x.got
timeouts may work a bit different but should affect result.
- ๐ง Maintenance, deps bump.
-
v3.0.0 Changes
December 02, 2016๐ Changed
- Rewrite internals to
Promise
. - ๐ Separate options from url for http probe (old signature still supported for compatibility).
err.status
->err.statusCode
- โ remove
{ rejectUnauthorized: false }
from defaults. - โก๏ธ User-Agent string update.
- Replaced
request
dependency withgot
(read options description in doc). - Retry requests on network fail.
- Switched from
readable-stream
to nativestream
(node 4+ has normal Stream3). - Proper class for errors.
- Rewrite internals to
-
v2.2.0 Changes
October 26, 2016โ Added
- โ Add
.url
with actual image address (after redirects) for remotes.
- โ Add
-
v2.1.1 Changes
August 25, 2016โ Added
- โ Add default user agent to http requests (if not set by options), #8.
-
v2.1.0 Changes
July 14, 2016๐ Changed
- ๐ Internal parsers api cleanup - switch from callbacks to events.
๐ Fixed
- ๐ Fixed "write after end" error under heavy load.
-
v2.0.1 Changes
July 01, 2016๐ Fixed
- ๐ Fixed bug in streams cleanup condition.