Skip to content

Releases: OP-Engineering/link-preview-js

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

Add options object

28 Dec 15:42
Compare
Choose a tag to compare
v1.3.0

version 1.3, add support for options object

Support Node Environments

20 Oct 17:47
Compare
Choose a tag to compare
v1.2.1

Update readme

V1.1.2

18 Aug 10:58
Compare
Choose a tag to compare
  • RN 0.47 support
  • Improved title detection

V1.2.0

18 Aug 11:18
Compare
Choose a tag to compare

More thorough image parsing and url dependency

V1.1.0

02 Apr 08:31
Compare
Choose a tag to compare

Due to edge case in Autolinker (#5) I've decided to move to a simpler type of parsing, string splitting based on space chars and checking a battle tested regex.

Stable code

19 Mar 15:09
Compare
Choose a tag to compare

This is a stable code release.

Cleaned the code base with linter, got rid of unnecessary declarations, etc.

Also added simple test to make sure I don't break functionality in the future.

First stable release

06 Dec 12:23
Compare
Choose a tag to compare

Everything seems to be stable enough, creating release tag