Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.68 KB

HISTORY.md

File metadata and controls

58 lines (44 loc) · 1.68 KB

History

  • v2.2.0 January 10, 2014

    • Updated dependencies
  • v2.1.0 June 24, 2013

    • Updated dependencies
  • v2.0.7 April 5, 2013

    • Updated dependencies
  • v2.0.6 April 1, 2013

    • Updated dependencies
  • v2.0.5 March 7, 2013

    • Repackaged
    • Updated dependencies
  • v2.0.4 October 2, 2012

    • Fixed EMFILE errors
    • Fixed incorrect output being produced sometimes (especially with markdown produced code blocks)
  • v2.0.3 September 1, 2012

    • Better support for unknown languages
    • Trims any initial indentation for code blocks
    • Adds support for the marked markdown renderer
    • If a highlight fails, we'll try again a max of 3 times
      • Pygments is very sporadic with it's success rates, so this actually helps!
  • v2.0.2 August 10, 2012

    • Re-added markdown files to npm distribution as they are required for the npm website
  • v2.0.1 July 8, 2012

    • Cleaning
  • v1.0.2 April 19, 2012

  • v1.0.1 April 19, 2012

    • Added missing balUtil dependency
  • v1.0.0 April 14, 2012

    • Updated for DocPad v5.0
  • v0.2.0 March 18, 2012

    • Fixed Pygments plugin highlighting the code multiple times for documents with layouts
  • v0.1.0 February 29, 2012

    • Added the Pygments Syntax Highlighting plugin
      • It is disabled by default as not everyone would want syntax highlighting, to enable it, add the following to your website's package.json file:
         "docpad": {
         	"enabledPlugins": {
         		"pygments": true
         	}
         }
      • Thanks to Doug Neiner for urging it along