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

Releases: thephpleague/commonmark-ext-strikethrough

v1.1.0

04 Apr 15:35
1a7d8f3
Compare
Choose a tag to compare

Deprecated

This extension has been deprecated. All of its functionality now exists in league/commonmark 1.3+ under the League\CommonMark\Extension\Strikethrough namespace.

v1.0.0

29 Jun 11:34
99892ad
Compare
Choose a tag to compare

No code changes have been introduced since 1.0.0-beta2.

v1.0.0-beta2

28 May 01:06
53bd6ba
Compare
Choose a tag to compare
v1.0.0-beta2 Pre-release
Pre-release

Changed

  • Made extension compatible with league/commonmark 1.0.0-beta3

v1.0.0-beta1

27 May 18:53
62d7315
Compare
Choose a tag to compare
v1.0.0-beta1 Pre-release
Pre-release

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 from AbstractInline

Removed

  • Removed StrikethroughParser as we're now leveraging delimiter processors and no longer need a dedicated parser

v0.4.0

19 Apr 21:39
v0.4.0
5ae0bc2
Compare
Choose a tag to compare

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