Skip to content

Releases: OP-Engineering/link-preview-js

Release refs/tags/3.0.12

21 Oct 12:44
0552782
Compare
Choose a tag to compare

Release refs/tags/3.0.11

21 Oct 12:40
180b081
Compare
Choose a tag to compare

3.0.9

21 Oct 08:13
8a55062
Compare
Choose a tag to compare

Full Changelog: 3.0.8...3.0.9

3.0.6

21 Oct 06:27
fa2eaf1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.5...3.0.6

Typescript rewrite

07 Jan 07:36
Compare
Choose a tag to compare
v2.0.0

Typescript Rewrite

1.6.0

03 Jan 09:42
Compare
Choose a tag to compare

Adds generic header support

All around Improvements

31 Oct 07:05
Compare
Choose a tag to compare

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.

Changed package name

07 Oct 09:07
08cc7ea
Compare
Choose a tag to compare

Changed package name

Reverted XMLHttpRequest change

05 Feb 19:26
Compare
Choose a tag to compare

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.

Remove native dependencies

08 Nov 09:51
Compare
Choose a tag to compare

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