Skip to content

Latest commit

 

History

History
94 lines (54 loc) · 2.58 KB

HISTORY.md

File metadata and controls

94 lines (54 loc) · 2.58 KB

History

v2.11.0 2020 October 29

v2.10.0 2020 September 8

v2.9.0 2020 September 8

v2.8.0 2020 August 5

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

v2.7.0 2018 March 7

  • Minimum supported node version now 0.10, as that now DocPad's min node version too
  • Now uses CoffeeScript v2 for compilation for node versions which support it (at time of testing that is node v6 and above), otherwise uses CoffeeScript v1
  • Now compiled with CoffeeScript v2
  • Updated base files

v2.6.0 2017 April 17

  • Updated dependencies
  • Updated base files

v2.5.0 2015 March 5

  • Updated dependencies

v2.4.0 2014 April 4

  • Support for embedded sourcemaps

v2.3.0 2013 February 10

  • Updated dependencies

v2.2.3 2013 November 8

  • Errors will now tell you which file, line, and character they were encountered for (when available)
  • Repackaged

v2.2.2 2013 June 26

  • Added support for md and markdown extensions for litcoffee
  • Repackaged

v2.2.1 2013 April 1

  • Updated dependencies

v2.2.0 2013 March 16

  • Added support for litcoffee files
  • Added the ability to customise the compiler optons sent to the CoffeeScript compiler via the plugin's compileOptions config option
  • Dependency upgrades - coffee-script from ~1.4.0 to ~1.6.1

v2.1.3 2013 March 7

  • Repackaged
  • Updated dependencies

v2.1.2 2012 November 17

  • Updated dependencies

v2.1.1 2012 August 10

  • Re-added markdown files to npm distribution as they are required for the npm website

v2.1.0 2012 July 18

  • Split into its own plugin

v2.0.2 2012 July 8

  • Fixed HTML to CoffeeKup (bug introduced in v2.0.1)
  • Added better tests

v2.0.1 2012 July 8

  • Cleaned code a bit
  • Added support for null extensions for CoffeeScript files

v1.0.0 2012 April 14

  • Updated for DocPad v5.0
  • Updated dependencies