Skip to content

Releases: jbroadway/slimdown

1.0.6-stable

06 Aug 15:29
@lux lux
Compare
Choose a tag to compare

Improvements

  • Added support for lists beginning with dashes in addition to asterisks
  • Added support for checklists
  • Removed unnecessary backslashes in img and hr tags

1.0.5-stable

17 Oct 16:22
@lux lux
Compare
Choose a tag to compare

Improvements

  • Added support for empty alt text in img tags - thanks @sorenpeter!
  • Fixed issue with headings breaking hashtags at the start of a line - thanks @sorenpeter!
  • Improved test fixtures to account for the above cases
  • Fixed build chip in readme

1.0.4-stable

04 Oct 22:13
@lux lux
Compare
Choose a tag to compare

Improvements

  • Fixed underscores from breaking image links

1.0.3-stable

04 Oct 16:44
@lux lux
Compare
Choose a tag to compare

Improvements

  • Fixed italics and bold breaking inline and multi-line code blocks and links - thanks @Draco18s!
  • Updated test fixtures to verify the above moving forward

1.0.2-stable

04 Apr 14:15
@lux lux
2322426
Compare
Choose a tag to compare

Improvements

  • Fixed deprecation warning in PHP 8.2
  • Added test fixture for multiple code blocks

1.0.1-stable

31 Mar 14:05
@lux lux
Compare
Choose a tag to compare

Bug fixes

  • Fixes code blocks being too greedy.

1.0.0-stable

27 Feb 23:34
Compare
Choose a tag to compare

Initial release after moving from a gist to a repository. Added a few fixes including image support and automated tests.