league/commonmark
Highly extensible PHP Markdown parser supporting full CommonMark and GitHub-Flavored Markdown. Convert Markdown to HTML with simple converters, customize rendering via extensions, and run safely with options like stripping HTML and blocking unsafe links.
layout: default title: Changelog description: Important changes made in recent releases redirect_from:
All notable changes made in 2.x releases are shown below. See the full list of releases for the complete changelog.
{% assign releases = site.github.releases | where_exp: "r", "r.name >= '2.0'" | where_exp: "r", "r.name < '3.0'" %}
{% for release in releases %}
{{ release.body | markdownify }} {% endfor %}
Please see the full list of releases for the complete changelog.
How can I help you explore Laravel packages today?