Releases: librarianphp/parsed
Version 1.0.1
Version 1.0
What's Changed
- Updating Pest by @erikaheidi in #2
- Updating dependencies and adding templates by @erikaheidi in #3
Full Changelog: 0.3.7...1.0.0
Version 0.3.7
Updated dependencies.
Version 0.3.6
Fixed problems introduced by the update to newer commonmark, updated PHP CS Fixer and code style accordingly.
Version 0.3.5
Bumped commonmark dependency to new version.
Version 0.3.4
Updated package name since moving to librarianphp/parsed
.
Version 0.3.3
Version 0.3.3 fixes a bug in ContentParser
that wouldn't allow for parsing markdown when a front matter was not set within the content object.
Version 0.3.2
Fixed bug in youtube embed.
Version 0.3.1
Updated Youtube embed.
Version 0.3.0
This version might cause a few backwards compatibility breaks, mostly in tests because the new parsed html comes with line breaks. I'm moving away from erusev's markdown parser to league/commonmark, since that offers extended markdown support (inline code, for instance, wasn't supported by the former dependency).
- moved to league/commonmark for markdown parsing
- adjusted video and audio tags to remove hardcoded media directories
- updated readme to include more examples, and how to create custom tag parser