Releases: OP-Engineering/link-preview-js
Release refs/tags/3.0.12
Full Changelog: 3.0.11...3.0.12
Release refs/tags/3.0.11
Full Changelog: 3.0.10...3.0.11
3.0.9
Full Changelog: 3.0.8...3.0.9
3.0.6
What's Changed
- Bump @babel/traverse from 7.18.8 to 7.23.2 by @dependabot in #145
- Update README.md by @ricocrivelli in #148
- Only extract the Title in the HEAD element by @joneswah in #154
- Bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #152
New Contributors
- @ricocrivelli made their first contribution in #148
- @joneswah made their first contribution in #154
Full Changelog: 3.0.5...3.0.6
Typescript rewrite
v2.0.0 Typescript Rewrite
1.6.0
All around Improvements
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
Changed package name
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