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

Releases: thephpleague/commonmark-ext-table

v2.1.0

26 Sep 13:31
3228888
Compare
Choose a tag to compare

Fixed

  • Fixed attributes being double-escaped (#31)

v2.0.0

13 Jul 11:49
4bb680b
Compare
Choose a tag to compare

Changed

  • Changed the namespace to League\CommonMark\Ext\Table 🎉
  • Renamed TableRows to TableSection
  • Made the parser and renderers final

Removed

  • Removed the unused TableRow::handleRemainingContents() function