Changelog for cmark |
Release |
What has changed? |
1.2.0 |
- Fix #13 Reflection of CommonMark\CQL::__construct has no parameters
- Fix #14 Reflection of CommonMark\Parse doesn't have return type
- Fix #16 Reflection of CommonMark\Parser::finish doesn't have return type
- Add PHP 7.4 support
- Drop PHP 7.0 / 7.1 support |
1.1.0 |
- Add CQL, CommonMark Query Language: allow the programmer to navigate the
document without loading entire trees or intermediate objects into memory
- refcounting fixes |
1.0.1 |
- improve efficiency of visitation, only looking up functions one time for each accept()
- allow returning [Event => Node] from enter/leave, providing full control over backing iterator |
1.0.0 |
- initial pecl release |
|