All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.0 - 2020-04-01
This extension has been deprecated. All of its functionality now exists in league/commonmark 1.3+ under the League\CommonMark\Extension\Autolink
namespace.
1.0.1 - 2020-01-13
- Fixed incorrect parenthesis order (#13)
1.0.0 - 2019-06-29
No changes have been introduced since 1.0.0-beta3.
- Fixed extension incorrectly double-linking standard CommonMark autolinks (#12)
0.3.1 - 2019-06-17
- Fixed extension incorrectly double-linking standard CommonMark autolinks (#12)
1.0.0-beta2 - 2019-06-05
- Made extension compatible with
league/commonmark
1.0.0-beta4
1.0.0-beta1 - 2019-05-27
- Marked extension as compatible with
league/commonmark
1.0.0-beta1
0.3.0 - 2019-04-10
- Made extension compatible with
league/commonmark
0.19
0.2.1 - 2019-03-28
- Increased the minimum
league/commonmark
version due to a now-fixed bug withText
collapsing (#10)
0.2.0 - 2019-03-16
This release brings the email and URL autolink processors into alignment with the official GFM spec.
- Added full support for Github Flavored Markdown (GFM) autolinking
- Added some optimizations
- Made
ftp
a default protocol - Revised the email regex to match the GFM spec
- Fixed bug where links at the start or end of lines failed to be parsed
0.1.0 - 2019-03-14
Initial release!