This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues or pull requests.
linkify/CHANGELOG.md
2020-08-31 20:48:04 +02:00

26 lines
469 B
Markdown

# Changelog
## [Unreleased]
### Fixed
- Hashtags followed by HTML tags "a", "code" and "pre" were not detected
## 0.2.0 - 2020-07-21
### Added
- Added a `do_parse/4` clause to skip mentions when we're already skipping something else (eg, when inside a link)
### Fixed
- Fixed a typo in the readme
### Changed
- Refactored `Linkify.Parser.parse/2` to enumerate over the types instead of the opts
- Update dependencies
## 0.1.0 - 2019-07-11
- Initial release