=======
CHANGES
=======

1.1.0 (2015-06-30)
------------------

- feature: check version before write the verisons and zrt-repalce directives
  the the related files. This prevents that the less compiler get invoked for
  nothing because fo the modified zrt-replace.less file.

- bugfix: fix i18n resource extraction


1.0.0 (2015-06-29)
------------------

- feature: support pkg, file include in header option. This allows us to
  include files with generated zrt-replace arguments. One usecase for this new
  option is the new cdn extraction concept which is able to version each
  resource file based on subversion version or the related package version.
  This new concept generates a file including all the related zrt-replace.less
  rules.

- feature: switch to json config file based minify script processing. This
  allows us to use larger headers and source files and isn't limited by
  cmd line length.

- feature: added option for extract each resource with it's own version based
  on subversion version. See p01.cdn version 1.0.0 for support cdn resources.

- feature: generate zrt-replace.less for extracted resources including all
  the related zrt-replace rules. This file can get included as header option
  in the p01.recipe.cdn:minify recipe


0.5.7 (2015-03-17)
------------------

- bugfix: support missing parser instance. The parser was missing for show an
  error message, e.g. missing directory path


0.5.6 (2014-06-10)
------------------

- extract: print the current layer


0.5.5 (2014-05-08)
------------------

- bugfix: The skip option didn't work. Now you can define optional files by
  it's filename and the minify script will only include this skipped files
  and not minify the file source.

- bugfix: The libs option didn't work. Now you can define different minify
  libraries for each file.


0.5.4 (2013-11-13)
------------------

- Output the resource parameters when extract fails


0.5.3 (2013-03-27)
------------------

- bugfix: use an empty list as default skip option and not None


0.5.2 (2013-03-19)
------------------

- feature: support skip option in extract recipe. This allows to define a list
  of filenames thcih get not extracted to the output. This allows to skip the
  source files from get deployed to the cdn output folder.

- feature: support slimit mangle, mangle_toplevel and cssmin wrap options. You
  can use them as slimit_mangle, slimit_mangle_toplevel and cssmin_wrap in your
  buildout.


0.5.1 (2013-01-28)
------------------

- improve error handling, show traceback from executed method


0.5.0 (2012-11-16)
------------------

- initial release
