This repository has been archived by the owner on Apr 4, 2020. It is now read-only.
Releases: thephpleague/commonmark-ext-strikethrough
Releases · thephpleague/commonmark-ext-strikethrough
v1.1.0
v1.0.0
No code changes have been introduced since 1.0.0-beta2.
v1.0.0-beta2
Changed
- Made extension compatible with
league/commonmark
1.0.0-beta3
v1.0.0-beta1
Changed
- Updated to the next version of
league/commonmark
- Refactored pretty much everything to use the new delimiter processing functionality
- The
Strikethrough
node now extends fromAbstractInline
Removed
- Removed
StrikethroughParser
as we're now leveraging delimiter processors and no longer need a dedicated parser
v0.4.0
We split this extension out of the old uafrica/commonmark-ext
library for this release.
Changed
- Changed the project name and namespace
- Updated to
league/commonmark
v0.19 - Made most of the classes
final