logo

auto_linker

AutoLinker-shim, based on https://git.pleroma.social/pleroma/auto_linker git clone https://hacktivis.me/git/auto_linker.git
commit: c20ca9d206936335bba9125215d4138899af37bd
parent 27b177d72461d2c99777cb23f0c8d7c2b0af70e3
Author: Egor Kislitsyn <egor@kislitsyn.com>
Date:   Mon, 20 Jul 2020 14:54:57 +0400

Add CHANGELOG

Diffstat:

ACHANGELOG.md22++++++++++++++++++++++
1 file changed, 22 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## [Unreleased] + +## 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