Skip to content

Latest commit

 

History

History
70 lines (50 loc) · 2.13 KB

HISTORY.md

File metadata and controls

70 lines (50 loc) · 2.13 KB

Aug 2, 2016

  • #91 - Fix error with opening too many files when node_modules is big. (@knownasilya)
  • #87 - Make destination path (dist) configurable. (@knownasilya)

Feb 3, 2016

Oct 20, 2015

  • Cache reuseable things - speeds up compiling drastically

Oct 16, 2015

Oct 15, 2015

  • Allow customization of Markdown options
  • Allow loading markdown-it plugins

Oct 14, 2015

  • Fix regression where linking to the same page multiple times renames that file

Oct 14, 2015

  • Table of contents (docs/README.md) is now optional
  • Markdown code is now stripped out of TOC names
  • The first page will always be the home page
  • You can now link Table of Contents as part of the site
  • Make heading ID's match what GitHub expects
  • Allow overriding documentation

Oct 12, 2015

  • Allow anchor links in TOC (eg, README.md#usage)
  • Fix issue where links inside docs/ causes errors
  • Allow docs/README.md to not be case sensitive
  • Improve syntax highlighting for Markdown
  • Turn URLs into links

v0.1.0

Oct 11, 2015

  • Initial release.