Skip to content

Releases: thephpleague/commonmark

2.3.1

14 May 15:39
2.3.1
cb36fee
Compare
Choose a tag to compare

Fixed

  • Fixed AutolinkExtension not ignoring trailing strikethrough syntax (#867)

2.2.4

14 May 15:34
2.2.4
Compare
Choose a tag to compare

Fixed

  • Fixed AutolinkExtension not ignoring trailing strikethrough syntax (#867)

2.3.0

07 Apr 22:43
2.3.0
32a49eb
Compare
Choose a tag to compare

Added

  • Added new EmbedExtension (#805)
  • Added DocumentRendererInterface as a replacement for the now-deprecated MarkdownRendererInterface

Deprecated

  • Deprecated MarkdownRendererInterface; use DocumentRendererInterface instead

2.2.3

26 Feb 21:29
2.2.3
47b015b
Compare
Choose a tag to compare

Fixed

  • Fixed front matter parsing with Windows line endings (#821)

2.1.3

26 Feb 21:29
2.1.3
7cdfc40
Compare
Choose a tag to compare

Fixed

  • Fixed front matter parsing with Windows line endings (#821)

2.0.4

26 Feb 21:29
Compare
Choose a tag to compare

Fixed

  • Fixed front matter parsing with Windows line endings (#821)

2.2.2

13 Feb 15:03
2.2.2
13d7751
Compare
Choose a tag to compare

Fixed

  • Fixed double-escaping of image alt text (#806, #810)
  • Fixed Psalm typehints for event class names

2.1.2

13 Feb 14:58
2.1.2
34712ca
Compare
Choose a tag to compare

Fixed

  • Fixed double-escaping of image alt text (#806, #810)
  • Fixed Psalm typehints for event class names

2.0.3

13 Feb 14:23
2.0.3
36949f8
Compare
Choose a tag to compare

Fixed

  • Fixed double-escaping of image alt text (#806, #810)
  • Fixed Psalm typehints for event class names

2.2.1

25 Jan 14:41
2.2.1
f8afb78
Compare
Choose a tag to compare

Fixed

  • Fixed symfony/deprecation-contracts constraint

Removed

  • Removed deprecation trigger from MarkdownConverterInterface to reduce noise