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

Latest commit

 

History

History
95 lines (55 loc) · 2.87 KB

CHANGELOG.md

File metadata and controls

95 lines (55 loc) · 2.87 KB

Changelog

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

Deprecated

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

  • Fixed incorrect parenthesis order (#13)

1.0.0 - 2019-06-29

No changes have been introduced since 1.0.0-beta3.

[1.0.0-beta3] - 2019-06-17

Fixed

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

0.3.1 - 2019-06-17

Fixed

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

1.0.0-beta2 - 2019-06-05

Changed

  • Made extension compatible with league/commonmark 1.0.0-beta4

1.0.0-beta1 - 2019-05-27

Changed

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

0.3.0 - 2019-04-10

Changed

  • Made extension compatible with league/commonmark 0.19

0.2.1 - 2019-03-28

Changed

  • Increased the minimum league/commonmark version due to a now-fixed bug with Text 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

  • 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

0.1.0 - 2019-03-14

Initial release!