Releases: thephpleague/commonmark
Releases · thephpleague/commonmark
1.3.4
1.3.3
1.3.2
1.3.1
Fixed
- Fixed return types of
Environment::createCommonMarkEnvironment()
andEnvironment::createGFMEnvironment()
1.3.0
ℹ️ Do you use league/commonmark-ext*
packages? Those features are now included directly in this library! See #409 for details on making the switch.
Added
- Added (optional) full GFM support! 🎉🎉🎉 (#409)
- Added check to ensure Markdown input is valid UTF-8 (#401, #405)
- Added new
unordered_list_markers
configuration option (#408, #411)
Changed
- Introduced several micro-optimizations for a 5-10% performance boost
1.2.2
1.1.3
1.2.1
Changed
- Introduced several micro-optimizations, reducing the parse time by 8%
1.2.0
Changed
- Removed URL decoding step before encoding (more performant and better matches the JS library)
- Removed redundant token from HTML tag regex