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

Latest commit

 

History

History
65 lines (46 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

65 lines (46 loc) · 1.79 KB

jade-brunch 2.0.0 (Jan 29, 2016)

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

jade-brunch 1.8.2 (18 November 2015)

  • npm@3 compatibility for including jade runtime file in build
  • Bumped jade dep to ^1.11.0

jade-brunch 1.8.1 (26 February 2014)

  • Allowed disabling compileClient option.
  • All options can be now passed to jade.
  • Bumped jade to 1.2

jade-brunch 1.8.0 (16 December 2013)

  • Updated jade to 1.0.x

jade-brunch 1.7.5 (16 December 2013)

  • Fixed runtime inclusion.

jade-brunch 1.7.4 (16 december 2013)

  • New runtime.

jade-brunch 1.7.3 (20 November 2013)

  • Support watching of plain-html partials referenced in jade source files.

jade-brunch 1.7.2 (28 August 2013)

  • New way of parsing dependent files.

jade-brunch 1.7.1 (15 July 2013)

  • Added UMD support.

jade-brunch 1.7.0 (15 July 2013)

  • Added support for non-common.js wrappers.

jade-brunch 1.6.0 (22 June 2013)

  • Updated jade to 0.31.

jade-brunch 1.5.1 (19 March 2013)

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

jade-brunch 1.5.0 (13 January 2013)

  • Improved installation process.

jade-brunch 1.4.1 (2 December 2012)

  • Jade runtime is now saved locally to prevent npm conflicts.

jade-brunch 1.4.0 (26 November 2012)

  • Updated jade to latest 0.27.x release.

jade-brunch 1.3.0 (29 June 2012)

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

jade-brunch 1.1.1 (15 April 2012)

  • Fixed error reporting when installing the package.

jade-brunch 1.1.0 (9 April 2012)

  • Added windows support.

jade-brunch 1.0.1 (23 March 2012)

  • Added support for prettified compilation. To use it, you need to set config.plugins.jade.pretty to true.

jade-brunch 1.0.0 (8 March 2012)

  • Initial release