Link Preview Js Versions Save

⛓ Extract web links information: title, description, images, videos, etc. [via OpenGraph], runs on mobiles and node.

v2.0.0

4 years ago

1.6.0

4 years ago

Adds generic header support

1.5.0

4 years ago

Merged a bunch of PRs from the latest version, no functionality changes, but minor bug fixes and small additions, including the ability to specify a language to be requested.

1.4.3

4 years ago

Changed package name

v1.4.0

5 years ago

Apparently the fetch especification breaks on some older samsung devices, a patch was made trying to fix this by using XMLHttpRequest, however this brings other problems, including breaking compatibility with node.js, so I undid this change, and this is final, if you face any problem on some older devices, my suggestion is to handle the error as gracefully as possible or roll your own implemntation on server-side (CORS is there for a reason), and push the react-native guys to fix the issue in future versions.

v1.3.5

5 years ago

Removed native code since library is pure js, no need to link or do anything else

v1.3.0

6 years ago

v1.2.1

6 years ago

V1.2.0

6 years ago

More thorough image parsing and url dependency

v1.1.2

6 years ago
  • RN 0.47 support
  • Improved title detection