Skip to content

Releases: jbroadway/slimdown

1.0.6-stable

Choose a tag to compare

@lux lux released this 06 Aug 15:29

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

Choose a tag to compare

@lux lux released this 17 Oct 16:22

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

Choose a tag to compare

@lux lux released this 04 Oct 22:13

Improvements

  • Fixed underscores from breaking image links

1.0.3-stable

Choose a tag to compare

@lux lux released this 04 Oct 16:44

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

Choose a tag to compare

@lux lux released this 04 Apr 14:15
2322426

Improvements

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

1.0.1-stable

Choose a tag to compare

@lux lux released this 31 Mar 14:05

Bug fixes

  • Fixes code blocks being too greedy.

1.0.0-stable

Choose a tag to compare

@jbroadway jbroadway released this 27 Feb 23:34

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