All Notable changes to commonmark-extras
will be documented in this file
1.2.0 - 2020-04-04
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 table parsing functionality via league/commonmark-ext-table v2.0.0
1.0.0 - 2019-06-29
No changes have been introduced since 1.0.0-beta2.
1.0.0-beta2 - 2019-06-05
- Made this extension compatible with
league/commonmark
1.0.0-beta4
1.0.0-beta1 - 2019-05-27
- Made this extension compatible with
league/commonmark
1.0.0-beta1
0.5.0 - 2019-05-12
- Added GFM-style task list support via league/commonmark-ext-task-list v0.1.0
0.4.0 - 2019-04-19
- Added support for league/commonmark-ext-strikethrough v0.4.0
0.3.0 - 2019-04-10
- Made this extension compatible with
league/commonmark
0.19
0.2.1 - 2019-03-16
- Added support for league/commonmark-ext-autolink v0.2.0
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 league/commonmark-ext-autolink and league/commonmark-ext-smartpunct as dependencies
- Added
CommonMarkExtrasExtension
to pull in both of the libraries above
- Moved SmartPunct into its own package: https://github.com/thephpleague/commonmark-ext-inlines-only
- Moved the Twitter handle parsing into its own package: https://github.com/thephpleague/commonmark-ext-autolink
- Bumped the minimum PHP version up to 5.6
- Bumped the minimum league/commonmark version to 0.18.1
- 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
- Added league/commonmark 0.18 as a compatible version
0.1.4 - 2017-12-31
- Added league/commonmark 0.17 as a compatible version
0.1.3 - 2017-10-30
- 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
- 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 incorrect usage example in the README (#5)
- 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)
- Minor refactoring to SmartPunct's
QuoteParser
to reduce complexity