Changes
=======

0.5.4 (2012-10-12)
------------------
- Fix documentation rst errors

0.5.3 (2012-10-12)
------------------
- Remove pep8, pyflakes and pyjslint from the depenencies since they
  are optional
- Make Trac an optional dependency

0.5.2 (2012-01-12)
------------------
- Fix pyjslint integration. Thanks to Alejandro Blanco.

0.5.1 (2011-11-16)
------------------
- Use the new pyjslint 0.3.1.

0.5.0 (2011-11-06)
------------------
- Add support to jslint through the pyjslint package. Contribution by Manuel
  Viera and Pablo Martín.
- Add support for the changegroup hook type in the trachooks.ticket_updater
  hook. In this case, merge all changeset messages into one message and
  add just one comment to the Trac ticket. Manuel and Pablo.
- Use the server time in the trachooks.ticket_updater hook. Manuel and Pablo.

0.4.3 (2011-10-23)
------------------
- Works with pyflakes 0.5.0 and backwards compatibility for previous versions
- Fixed pep8 --ignore handling, by Waldemar Kornewald

0.4.2 (2011-02-24)
------------------
- Fix a bug with non ascii characters in the commit message

0.4.1 (2011-01-11)
------------------
- Fix a bug when running the pyflakes hook over a syntactically wrong file

0.4.0 (2011-01-09)
------------------
- Make pyflakes hook ignore those code lines with a "pyflakes:ignore"
  comment

0.3.2 (2010-11-08)
------------------
- Fix documentation

0.3.1 (2010-10-21)
------------------
- Allow ignoring pep8 erros

0.3.0 (2010-10-17)
------------------
- Add hooks for Trac integration:

  - A pretxnchangegroup hook that checks a metion to a ticket exist in the
    changeset message.
  - An incoming hook that add a comment to the Trac ticket with the changeset
    message.

0.2.1 (2010-10-14)
------------------
- Fixes installation problem because setup.py was importing pep8 and pyflakes
- Fixes bug in pdb checker when adding new files

0.2.0 (2010-10-14)
------------------
- Support for the pretxnchangegroup hook

0.1.2 (2010-08-31)
------------------
- Fixes issue #2 about erros when removing files

0.1.1 (2010-06-13)
------------------
- Add documentatin about how to skip the checks

0.1.0 (2010-06-13)
------------------
- Initial release
