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

Latest commit

 

History

History
126 lines (82 loc) · 4.6 KB

CHANGELOG.md

File metadata and controls

126 lines (82 loc) · 4.6 KB

Changelog

All Notable changes to commonmark-extras will be documented in this file

1.2.0 - 2020-04-04

Deprecated

This extension has been deprecated. All of its functionality now exists in league/commonmark 1.3+ as GithubFlavoredMarkdownExtension.

1.1.0 - 2019-07-13

Added

1.0.0 - 2019-06-29

No changes have been introduced since 1.0.0-beta2.

1.0.0-beta2 - 2019-06-05

Changed

  • Made this extension compatible with league/commonmark 1.0.0-beta4

1.0.0-beta1 - 2019-05-27

Changed

  • Made this extension compatible with league/commonmark 1.0.0-beta1

0.5.0 - 2019-05-12

Added

0.4.0 - 2019-04-19

Added

0.3.0 - 2019-04-10

Changed

  • Made this extension compatible with league/commonmark 0.19

0.2.1 - 2019-03-16

Added

0.2.0 - 2019-03-14

All previous functionality has been removed and placed into separate packages! This library now serves as a meta-package to pull in officially-recommended extensions.

Added

Changed

Removed

  • Removed all classes implementing SmartPunct and Twitter handle parsing as those now live elsewhere
  • Removed support for PHP 5.4, PHP 5.5, and HHVM

0.1.5 - 2018-09-28

Changed

  • Added league/commonmark 0.18 as a compatible version

0.1.4 - 2017-12-31

Changed

  • Added league/commonmark 0.17 as a compatible version

0.1.3 - 2017-10-30

Changed

  • Added league/commonmark 0.16 as a compatible version
  • Bumped target spec to 0.28 (no code changes required)

0.1.2 - 2016-09-19

Changed

  • Added league/commonmark 0.14 and 0.15 as compatible versions
  • Bumped target spec to 0.26 (no code changes required)

0.1.1 - 2016-01-16

Fixed

  • Fixed incorrect usage example in the README (#5)

0.1.0 - 2016-01-13

Added

  • Created this new library
  • Added the SmartPunct functionality from the league/commonmark project
  • Added the Twitter handle autolinker example from the league/commonmark docs site (#1)

Changed

  • Minor refactoring to SmartPunct's QuoteParser to reduce complexity