Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@jaredwray jaredwray released this 01 Sep 16:22
· 2 commits to main since this release

Breaking Changes and Major Updates

  • moving markdown to its own property called content by @jaredwray in #277
  • frontmatter management built in #280 including helper properties such as .body that will give you just the markdown and not frontMatter.
  • caching now built in so you dont have to worry about performance on rendering
  • Deprecated support for Nodejs 18 and now supporting 20+
  • Added in loadFromFile and saveToFile async and sync functions

What's Changed

Full Changelog: v3.2.3...v4.0.0