This repository has been archived by the owner on Apr 4, 2020. It is now read-only.
Releases: thephpleague/commonmark-extras
Releases · thephpleague/commonmark-extras
1.2.0
1.1.0
Added
- Added table parsing functionality via league/commonmark-ext-table v2.0.0
1.0.0
No changes have been introduced since 1.0.0-beta2.
1.0.0-beta2
Changed
- Made this extension compatible with
league/commonmark
1.0.0-beta4
1.0.0-beta1
Changed
- Made this extension compatible with
league/commonmark
1.0.0-beta1
0.5.0
Added
- Added GFM-style task list support via league/commonmark-ext-task-list v0.1.0
0.4.0
Added
- Added support for league/commonmark-ext-strikethrough v0.4.0
0.3.0
Changed
- Made this extension compatible with
league/commonmark
0.19
0.2.1
Added
- Added support for league/commonmark-ext-autolink v0.2.0
0.2.0
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
- Added league/commonmark-ext-autolink and league/commonmark-ext-smartpunct as dependencies
- Added
CommonMarkExtrasExtension
to pull in both of the libraries above
Changed
- 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
- 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