CommonMark PHP v2.0.0-beta3 Release Notes

Release Date: 2021-07-03 // over 2 years ago
  • 🔄 Changed

    • Any leading UTF-8 BOM will be stripped from the input
    • The getEnvironment() method of CommonMarkConverter and GithubFlavoredMarkdownConverter will always return the concrete, configurable Environment for upgrading convenience
    • Optimized AST iteration
    • Lots of small micro-optimizations