Skip to content

Releases: librarianphp/parsed

Version 0.2.1

28 Apr 13:47
Compare
Choose a tag to compare

This version introduces two new liquid tags: audio and video, for embedding local .mp3 and .mp4 files respectively as HTML embeds.

Version 0.2.0

13 Apr 08:39
Compare
Choose a tag to compare

Updates:

  • parse() method now has an additional parameter to indicate if you want a full parse including markdown + liquid tags, or just a "lazy parse" to build the front matter array from a full post. Default is set to "false" for lazy loading, which performs much better for content listing.
  • added GH workflow for running tests and php_cs_fixer

Version 0.1

12 Apr 11:46
Compare
Choose a tag to compare

Initial release