Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

v1.3.0

Choose a tag to compare

@davemo davemo released this 13 Nov 23:22

Notable Changes

  • d511b04 modifies the html generator to include references to both page and post in the template context
  • 9c29733 removed the branching path supporting the older paths.markdown property (this is always now paths.posts)
  • 1fb9dd7 removed the legacy _markdown property from the page class which closed #20
  • 96534b9 details a significant refactor to stop treating page and post classes as array-like objects through es5 meta-programming

Chores

  • ✅ Replaced instances of jasmine in tests with td, leveraging testdouble.js
  • 2def6ea :octocat: 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.coffee to markdown_task.coffee in order to be able to more easily inject dependencies under test (td.replace balooned the test suite run time significantly)
  • Updated the README to fix a few typos and added the github actions status badge