league/commonmark
Extensible PHP Markdown parser supporting the full CommonMark spec and GitHub-Flavored Markdown. Works with PHP 7.4+ (mbstring) and provides simple converters to turn Markdown into HTML with configurable safety options.
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?