Version 0.2.0
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