Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Latest commit

 

History

History
56 lines (40 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

56 lines (40 loc) · 1.54 KB

less-brunch <unreleased>

  • Added support for CSS Modules with Brunch.
  • Added ability to pass any options to the less compiler.

less-brunch 2.0.0 (Jan 29, 2016)

  • Updated source code & API. The plugin would now only work with Brunch 2.2 and higher.

less-brunch 1.8.1 (12 January 2015)

  • Fix getDependencies bug

less-brunch 1.8.0 (11 January 2015)

  • Updated LESS to ^2.2.0
  • Still compatible with Brunch v1.7.x

less-brunch 1.7.2 (26 February 2014)

  • Updated LESS to 1.6.

less-brunch 1.7.1 (9 December 2013)

  • Updated LESS to latest (1.5.x)

less-brunch 1.7.0 (6 September 2013)

  • Updated LESS to latest (1.4.x)
  • Use latest brunch plugin API standards
  • Added progeny module for parsing dependency list

less-brunch 1.5.2 (23 April 2013)

  • Added configurable dumpLineNumbers.

less-brunch 1.5.1 (19 March 2013)

  • Added node 0.10 support, removed coffee-script dependency.

less-brunch 1.5.0 (13 January 2013)

  • Improved installation process.

less-brunch 1.4.1 (26 November 2012)

  • Updated LESS to latest 1.3.

less-brunch 1.4.0 (18 July 2012)

  • Added absolute paths support.

less-brunch 1.3.1 (29 June 2012)

  • Added chain compilation support.

less-brunch 1.3.0 (29 June 2012)

  • Added node.js 0.8 and 0.9 support.
  • Package is now precompiled before every publishing to npm.

less-brunch 1.1.1 (15 April 2012)

  • Added handling of exceptions from the less parser.
  • Fixed error reporting when installing the package.

less-brunch 1.1.0 (9 April 2012)

  • Added windows support.

less-brunch 1.0.0 (14 March 2012)

  • Initial release