Skip to content

v1.1.0

Choose a tag to compare

@RyanZim RyanZim released this 12 Nov 00:08
· 62 commits to master since this release

This is our 6th release. Highlights include drafts, improved performance, and better docs.

New Features

  • You can now mark pages as drafts by setting _draft: true in your front-matter. c0e8141

Other Changes

  • Refactored the internals to use ES6 features supported by Node.js v4+, including porting to promises.
  • Added caching of file reading & processing.
  • Refactored _defaults file loading to use async methods. 7665aee
  • Rewrote tests. 537bcab
  • Overhauled docs.
  • Updated dependencies.