Changes
- Changed Markdown parsing of doc-blocks in PHP API parser to use a custom Commonmark environment and rendering pipeline, as opposed to the standard
Markdown::parse()
calls to avoid repeated environment creation and parsing events. This has considerably increased the performance of the PHP API parser.
Full Changelog: v1.0.1...v1.0.2