This repository was archived by the owner on Jan 10, 2024. It is now read-only.
v1.3.0
Notable Changes
- d511b04 modifies the html generator to include references to both
pageandpostin the template context - 9c29733 removed the branching path supporting the older
paths.markdownproperty (this is always nowpaths.posts) - 1fb9dd7 removed the legacy
_markdownproperty from thepageclass which closed #20 - 96534b9 details a significant refactor to stop treating
pageandpostclasses as array-like objects through es5 meta-programming
Chores
- ✅ Replaced instances of
jasminein tests withtd, leveragingtestdouble.js - 2def6ea
added github actions for ci and standardized on the 2 most recent LTS releases of node to test against (14 and 16) - e3ac17a 😮💨 migrated all the model classes up one level from
factory.coffeetomarkdown_task.coffeein order to be able to more easily inject dependencies under test (td.replacebalooned the test suite run time significantly) - Updated the README to fix a few typos and added the github actions status badge