Skip to content

Latest commit

 

History

History
143 lines (87 loc) · 3.07 KB

CHANGELOG.md

File metadata and controls

143 lines (87 loc) · 3.07 KB

Added

  • CLI option languages for custom languages.json

Changed

  • Argument parsing from cmdargs to docopt

0.6.7 - 2015-06-02

Added

  • Support for pandoc greater than version 1.14

0.6.6 - 2014-09-24

Changed

  • Dependencies to be up to date

0.6.5 - 2013-05-14

Fixed

  • Links to section IDs in parallel layout
  • Exclusion of shebangs within files

0.6.4 - 2013-05-11

Fixed

  • Data directory searching with the cabal package

0.6.3 - 2013-05-09

Fixed

  • Title headers when left empty

0.6.2 - 2013-05-07

Changed

  • Use of Map to HashMap
  • Store language definitions in a separate JSON file

0.6.1 - 2013-05-06

Fixed

  • Multiple CSS inclusions in template files

Removed

  • Explicit normalize.css file in linear template

0.6.0 - 2013-05-05

Added

  • cmdags for command line argument parsing
  • Help flag in CLI
  • Version flag in CLI
  • Error message when no files are put into the CLI
  • More than one template -- linear and parallel

Changed

  • Headers, both h1 and h2, are on their own separate line
  • Recursive directory to include subdirectory as well

0.5.0 - 2013-04-30

Added

  • Support for Literate Haskell

Changed

  • Code highlight from pygments to highlighting-kate

0.4.0 - 2013-04-26

Added

  • Support for pandoc greater than version 1.10
  • Support for unicode characters

Changed

  • Functions using ByteString to Text

0.3.0 - 2012-04-03

Fixed

  • Function name typo ensurePar to ensurePair

Changed

  • Functions using String to ByteString

0.2.0 - 2011-10-26

Added

  • Language support for CoffeeScript
  • Language support for JavaScript
  • Language support for Python
  • Language support for Ruby
  • LICENSE file under the MIT license
  • Recursive directory search

Fixed

  • Non-exhausive pattern compiler warning
  • A case where some codes lines would be marked as comments

0.1.0 - 2011-09-25

Added

  • Translation of functions from Docco to Haskell function
  • Implementation of function from Markdown to HTML
  • Haskell comment documentation generation
  • Highlighting code blocks with pygments
  • Parser to separate out prose from code