All Versions
58
Latest Version
Avg Release Cycle
34 days
Latest Release
538 days ago

Changelog History
Page 5

  • v1.3.4 Changes

    April 13, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed configuration/environment not being injected into event listeners when adding them via [$instance, 'method'] callable syntax (#440)
  • v1.3.3 Changes

    April 05, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed event listeners not having the environment or configuration injected if they implemented the EnvironmentAwareInterface or ConfigurationAwareInterface (#423)
  • v1.3.2 Changes

    March 25, 2020

    ๐Ÿ›  Fixed

    • โšก๏ธ Optimized URL normalization in cases where URLs don't contain special characters (#417, #418)
  • v1.3.1 Changes

    February 28, 2020

    ๐Ÿ›  Fixed

    • Fixed return types of Environment::createCommonMarkEnvironment() and Environment::createGFMEnvironment()
  • v1.3.0 Changes

    February 08, 2020

    ๐Ÿฑ โ„น๏ธ 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
  • v1.2.2 Changes

    January 15, 2020

    ๐Ÿš€ This release contains the same changes as 1.1.3:

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed link parsing edge case (#403)
  • v1.2.1 Changes

    January 14, 2020

    ๐Ÿ”„ Changed

    • Introduced several micro-optimizations, reducing the parse time by 8%
  • v1.2.0 Changes

    January 09, 2020

    ๐Ÿ”„ Changed

    • Removed URL decoding step before encoding (more performant and better matches the JS library)
    • Removed redundant token from HTML tag regex
  • v1.1.3 Changes

    January 15, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed link parsing edge case (#403)
  • v1.1.2 Changes

    December 09, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed URL normalization not handling non-UTF-8 sequences properly (#395, #396)