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-04
This extension has been deprecated. All of its functionality now exists in league/commonmark 1.3+ under the League\CommonMark\Extension\Strikethrough
namespace.
1.0.0 - 2019-06-29
No code changes have been introduced since 1.0.0-beta2.
1.0.0-beta2 - 2019-05-27
- Updated extension to work with
league/commonmark
1.0.0-beta3
1.0.0-beta1 - 2019-05-27
- 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
StrikethroughParser
as we're now leveraging delimiter processors and no longer need a dedicated parser
0.4.0 - 2019-04-09
We split this extension out of the old uafrica/commonmark-ext
library for this release.
- Changed the project name and namespace
- Updated to
league/commonmark
v0.19 - Made most of the classes
final
These older releases come from the original uafrica/commonmark-ext
library.
0.3.0 - 2019-01-08
- Updated to
league/commonmark
v0.18
0.2.0 - 2018-05-14
- Updated to
league/commonmark
v0.17