Skip to content

Latest commit

 

History

History
executable file
·
101 lines (61 loc) · 3.96 KB

HISTORY.md

File metadata and controls

executable file
·
101 lines (61 loc) · 3.96 KB

History

v2.10.0 2020 October 29

v2.9.0 2020 September 8

v2.8.0 2020 September 8

v2.7.1 2020 August 13

v2.7.0 2020 August 6

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

v2.6.0 2018 July 11

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

v2.5.1 2017 April 4

v2.5.0 2017 March 29

  • Upgraded Less CSS from v1.6 to v2.6, which keeps the same syntax
  • The plugin options parseOptions and compileOptions and compile have been replaced by a new option called lessOptions
  • You can now disable the referencesOthers option if it bothers you
  • Added source maps for development environment
  • Updated to the latest bevry standards and converted from CoffeeScript to ESNext

v2.4.1 2014 January 28

  • We now default referencesOthers to true if the less file imports other files

v2.4.0 2014 January 3

  • Updated dependencies

v2.3.1 2013 December 31

v2.3.0 2013 December 12

v2.2.0 July 2013 28

  • Updated dependencies

v2.1.3 2013 March 7

  • Repackaged
  • Updated dependencies

v2.1.2 2012 December 5

  • Better error reporting
  • We now parse less files with the filename option set to the file's fullPath (before we didn't send this at all)
  • Added parseOptions and compileOptions to configuration

v2.1.1 2012 August 10

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

v2.1.0 July 2012 18

  • Added compress option

v2.0.1 2012 July 8

  • Added support for null extensions

v1.0.1 2012 April 19

  • Fixed filename option when using DocPad v5

v1.0.0 2012 April 14

  • Updated for DocPad v5.0
  • Updated for LessCSS v1.3.x