This repository has been archived by the owner on Apr 4, 2020. It is now read-only.
Releases: thephpleague/commonmark-ext-autolink
Releases · thephpleague/commonmark-ext-autolink
v1.1.0
v1.0.1
v1.0.0
No changes have been introduced since 1.0.0-beta3.
v1.0.0-beta3
Fixed
- Fixed extension incorrectly double-linking standard CommonMark autolinks (#12)
v0.3.1
v1.0.0-beta2
Changed
- Made extension compatible with
league/commonmark
1.0.0-beta4
v1.0.0-beta1
Changed
- Marked extension as compatible with
league/commonmark
1.0.0-beta1
v0.3.0
Changed
- Made extension compatible with
league/commonmark
0.19
v0.2.1
v0.2.0
This release brings the email and URL autolink processors into alignment with the official Github Flavored Markdown (GFM) spec.
Added
- Added full support for Github Flavored Markdown (GFM) autolinking
- Added some optimizations
Changed
- Made
ftp
a default protocol - Revised the email regex to match the GFM spec
Fixed
- Fixed bug where links at the start or end of lines failed to be parsed