← Back to Changelog

v4.0.0

Release

Breaking Changes and Major Updates

  • moving markdown to its own property called content by @jaredwray in https://github.com/jaredwray/writr/pull/277
  • frontmatter management built in https://github.com/jaredwray/writr/pull/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: https://github.com/jaredwray/writr/compare/v3.2.3...v4.0.0