Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 2.08 KB

RELEASES.md

File metadata and controls

57 lines (37 loc) · 2.08 KB

Release Notes

September 14, 2016

  • #16 Deeply sort path keys in consolidated output

August 25, 2016

Breaking: this plugin is no longer a wrapper, parsing and rendering is left to the user. Bring Your Own Markdown! The plugin will focus on the JSON output.

Other updates:

  • #13 Parser errors are caught and emitted to the stream
  • #11 Extracted titles no longer removed automatically. Opt-in with stripTitles: true
  • #10 New title extraction method does not affect newlines
  • #6, #9 Add optional transform function for changing JSON data
  • #7 Add config option to unwrap files named index or the same as parent dirs (consolidated output only)
  • Add updatedAt to output, the file modified time from fs.Stat, as an ISO 8601 string

Released August 4, 2016

Drops node 0.x support, the latest or LTS (v4.x.x) version of Node.js is now required.

Released August 3, 2016

Hey!! There's a guy coming out of the cave!

  • #5 Fixes Windows support thanks to @danrouse

Released August 18, 2014

Pre-release