* apply Skeleton 2.0 theme to html output * add `-o` / `--output` option to write reports to a file. * known issue: diffing 2 files with options `--format text`, `--color` and `--output` does not render color under PY2.
0.1.0
* add `--color` and `--no-color` options to `pycobertura diff`. * add option `-f` and `--format` with output of `text` (default) and `html`. * change class naming from `report` to `reporter`
0.0.2
* MIT license * use pypandoc to convert the `long_description` in setup.py from Markdown to reStructuredText so pypi can digest and format the pycobertura page properly.