Skip to content

v1.0.0 - Aaron Ace

Choose a tag to compare

@RyanZim RyanZim released this 15 Sep 17:16
· 92 commits to master since this release

This is our 5th release, codenamed Aaron Ace.

馃帀 v1.0.0 is here! 馃帀

We've done an extensive overhaul of the internals, refactored the tests, switched to gray-matter for front-matter parsing, and more!

Breaking Changes

  • Use gray-matter for front-matter parsing. This should only affect a few users. 4b117d0
  • The (undocumented) JS API has changed. 57124d8

New Features

  • More types of front-matter supported 4b117d0

Bugfixes

  • Fix inaccurate error message adfdc73

Other Changes

  • Rewrote the internals.
  • _defaults files are now loaded in parallel. 095c379
  • Updated docs.
  • Refactored tests and added more of them.
  • Updated devDependencies (@greenkeeperio-bot)