Releases: AwesomeStickz/verify-image-url
Releases · AwesomeStickz/verify-image-url
v1.4.0
Changes:
- Added support for relative paths in meta tag content (ab36fff)
- Added support for
itemprop="image"
property of meta tag (170cdb8)
- Added
options.proxy
to send request via a proxy (8e41760)
v1.3.0
Changes:
- Added
options.allowSVG
option to allow support for SVG type images (905db31)
v1.2.6
Bug Fixes:
- Fixed
main
, types
field in package.json
being wrong cuz npm errored earlier causing v1.2.4 release and it errors again so this version fixes that (08f264b)
v1.2.5
Bug Fixes:
- Fixed error type being unknown in catch (b7bd1cb)
v1.2.4
Bug Fixes:
- Fixed
main
, types
field in package.json
causing warning from node (81eebbf)
v1.2.3
Bug Fixes:
- Fixed a bug where it errors when the domain or link doesn't exist (fd96db9)
v1.2.2
Bug Fixes:
- Fixed a bug where links from certain domains would always return
isImage
as false
(a86a09f)
- Fixed
README.md
to have await
in it, as the function returns a promise but the example makes it look like it doesn't return a promise (827ae87)
v1.2.1
Bug Fixes:
- Fixed a bug that causes the https links to get
http:
added at front, making in an invalid link (151fcd8)
v1.2.0
Changes:
- Check if the og:image meta property content is a URL or not, also add http: in front of it if it doesn't have it there (456c9b4)
v1.1.4
Bug Fixes:
- Fixed a bug that causes the process to crash due to destructing AbortController instance since abort() method uses "this" which is lost sometimes when destructing (be8d31e)