Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@erikaheidi erikaheidi released this 13 Apr 08:39
· 24 commits to main since this release

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