Skip to content

Releases: AwesomeStickz/verify-image-url

v1.4.0

05 May 12:39
8aab4fc
Compare
Choose a tag to compare

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

06 Feb 20:02
373e862
Compare
Choose a tag to compare

Changes:

  • Added options.allowSVG option to allow support for SVG type images (905db31)

v1.2.6

03 Oct 16:25
bad8380
Compare
Choose a tag to compare

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

02 Oct 15:08
971dd12
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed error type being unknown in catch (b7bd1cb)

v1.2.4

02 Oct 15:05
1dcfc14
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed main, types field in package.json causing warning from node (81eebbf)

v1.2.3

24 May 08:21
e3bca78
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed a bug where it errors when the domain or link doesn't exist (fd96db9)

v1.2.2

22 May 12:27
dd9ed31
Compare
Choose a tag to compare

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

12 May 09:45
f1304bc
Compare
Choose a tag to compare

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

11 May 08:36
f7fe5ae
Compare
Choose a tag to compare

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

04 May 16:25
55a5fdc
Compare
Choose a tag to compare

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)