Releases: OP-Engineering/link-preview-js
Reverted XMLHttpRequest change
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
Removed native code since library is pure js, no need to link or do anything else
Add options object
v1.3.0 version 1.3, add support for options object
Support Node Environments
v1.2.1 Update readme
V1.1.2
V1.2.0
V1.1.0
Stable code
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
Everything seems to be stable enough, creating release tag