html-link-extractor
Version:
extracts links from html text
26 lines (13 loc) • 388 B
Markdown
# Changes
## Version 1.0.5
- fix additional github links in package.json
## Version 1.0.4
- fix github link in package.json
## Version 1.0.3
- Add missing cheerio dependency
## Version 1.0.2
- Fix issue where `<a>` tags without the `href` attribute were extracted as `undefined`
## Version 1.0.1
- Fix extraction of `<img/>` and other links
## Version 1.0.0
- Initial Release