Skip to content

Latest commit

 

History

History
116 lines (68 loc) · 3.34 KB

HISTORY.md

File metadata and controls

116 lines (68 loc) · 3.34 KB

History

v2.7.0 2020 August 5

  • Updated dependencies, base files, and editions using boundation
  • Minimum required node version changed from node: >=0.8 to node: >=10 to keep up with mandatory ecosystem changes

v2.6.0 2018 June 26

  • Updated base files using boundation
  • Compiled with CoffeeScript v2
  • Updated dependencies

v2.5.0 2017 April 20

  • Updated base files

v2.4.0 2016 August 26

  • Updated dependencies - highlight.js ^9.6.0

v2.3.0 2014 October 19

  • Updated dependencies - coffee-script 1.8.0 - highlight.js 8.3.0 - he 0.5.0

v2.2.2 2014 June 9

v2.2.1 2014 February 15

  • Fix to have the hljs class in the code element - Thanks to Troy Kershaw for pull request #8
  • Updated dependencies - coffee-script 1.6.2 to 1.7.1

v2.2.0 2014 January 10

  • Updated dependencies

v2.1.9 2013 December 10

  • You can now customise the css classname that is added via the className property, defaults to highlight
  • Updated dependencies

v2.1.8 2013 October 2

  • Updated dependencies

v2.1.7 2013 June 26

  • Repackaged
  • Updated dependencies

v2.1.6 2013 April 24

  • Obey the replaceTabs configuration option

v2.1.5 2013 April 24

  • Replace tabs with spaces now that DocPad v6.31 doesn't

v2.1.4 2013 April 5

  • Updated dependencies

v2.1.3 2013 April 1

  • Updated dependencies

v2.1.2 2013 March 7

  • Repackaged
  • Updated dependencies - bal-util from ~1.13.13 to ~1.16.8 - highlight.js from 7.3.x to ~7.3.0 - ent from 0.0.4 to ~0.0.4

v2.1.1 2012 October 26

  • Fixed no highlight detection

v2.1.0 2012 October 22

  • Removed jsdom for simpler and way faster approach
  • Fixed specifying language in some instances
  • Changed sourceFilter option to the new transforms option
  • Documented the aliases option
  • Warns when language highlight definition is not found

v2.0.1 2012 October 18

  • Updated for Highlight.js 7.3.x
  • Released

v2.0.0 2012 October 12

  • Cleaned
  • Added aliases

v0.1.3 2012 September 8

v0.1.2 2012 August 25

  • Changed to the HTML5 parser because jsdom's default HTML parser occasionally failed on the provided tests
  • Better handle the default Markdown plugin's HTML output - Languages like Coffeescript get butchered in fenced code because it doesn't continue the code block properly

v0.1.1 2012 August 23

  • If an unrecognized language tag is used, the plugin falls back to Highlight.js's autodetection feature
  • Tests!

v0.1.0 2012 August 21