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

0.5.4 (2013-03-27)
------------------

- bugfix: fix unicode troubles in reported summary.

- feature: added skipFolderNames list option which allows to skip folders by
  it's name


0.5.3 (2013-02-02)
------------------

- fix pyflakes checker result for SyntaxError and IndentationError


0.5.2 (2012-12-25)
------------------

- bugfix: adjust MANIFEST.in and include missing csslint javascript and jar
  files

- implemented .png file checker

- added test images with bloat data


0.5.1 (2012-12-25)
------------------

- implemented checkers as name, checker dict data and allow to configure skip
  file names per checker

- implemented css lint based CSSLintChecker as a working replacement for
  CSSChecker. The CSSLIntChecker requires a working java installation and is
  based on the included js.jar and csslint-rhino.js jar file.

- skip CSSChecker by default. This chcker produces unuseable output for
  the twitter bootstrap styles sheets. Every second style is reported as
  unknown.


0.5.0 (2012-12-23)
------------------

- initial release
