Skip to content
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.

Releases: thephpleague/commonmark-ext-autolink

v1.1.0

04 Apr 14:21
1e90bb2
Compare
Choose a tag to compare

Deprecated

This extension has been deprecated. All of its functionality now exists in league/commonmark 1.3+ under the League\CommonMark\Extension\Autolink namespace.

v1.0.1

14 Jan 01:57
9b10753
Compare
Choose a tag to compare

Fixed

  • Fixed incorrect parenthesis order (#13)

v1.0.0

29 Jun 11:29
9f6da88
Compare
Choose a tag to compare

No changes have been introduced since 1.0.0-beta3.

v1.0.0-beta3

29 Jun 11:29
5c992e9
Compare
Choose a tag to compare
v1.0.0-beta3 Pre-release
Pre-release

Fixed

  • Fixed extension incorrectly double-linking standard CommonMark autolinks (#12)

v0.3.1

29 Jun 11:29
aa88bb5
Compare
Choose a tag to compare

Fixed

  • Fixed extension incorrectly double-linking standard CommonMark autolinks (#12)

v1.0.0-beta2

05 Jun 22:10
de2ce9f
Compare
Choose a tag to compare
v1.0.0-beta2 Pre-release
Pre-release

Changed

  • Made extension compatible with league/commonmark 1.0.0-beta4

v1.0.0-beta1

27 May 14:59
45070bc
Compare
Choose a tag to compare
v1.0.0-beta1 Pre-release
Pre-release

Changed

  • Marked extension as compatible with league/commonmark 1.0.0-beta1

v0.3.0

11 Apr 02:58
v0.3.0
a49a2d1
Compare
Choose a tag to compare

Changed

  • Made extension compatible with league/commonmark 0.19

v0.2.1

28 Mar 14:04
v0.2.1
66ba8a9
Compare
Choose a tag to compare

Changed

  • Increased the minimum league/commonmark version due to a now-fixed bug with Text collapsing (#10)

v0.2.0

17 Mar 03:08
Compare
Choose a tag to compare

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