Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 1.65 KB

Changelog.md

File metadata and controls

42 lines (37 loc) · 1.65 KB

1.18.0 - 2015-03-31

  • Upgrade to [Protagonist] 0.19.0, which adds support for Node.js 0.12.x and iojs 1.x. (#77)

1.17.1 - 2014-12-16

  • Switch to Remarkable Markdown parser, which is faster and supports the new CommonMark specification. GFM is supported.
  • Fix live reload no longer working with some configurations (#74)
  • Watch all included files for live reloading.

1.17.0 - 2014-12-16

1.16.2 - 2014-11-18

  • Update dependencies (chokidar, marked, protagonist, stylus)
  • Fixes rendering description when headers are not present (#66)
  • Fixes minor typo (#67)

1.16.1 - 2014-08-29

  • Fixes template js bug related to live reloading. (179ea7e)

1.16.0 - 2014-08-29

  • Fix long choic lists not wrapping (#35)
  • Fix long hostnames not wrapping (#55)
  • Add support for live reloading the preview server (#57)
  • Fix a bug when reading from stdin (#59)
  • Update dependencies (coffee-script)
  • Minor test fixes