* [03451d1](https://github.com/legoktm/jsonchecker/commit/03451d1) Package-ify and rename to "jsonchecker"
* [1c5bde2](https://github.com/legoktm/jsonchecker/commit/1c5bde2) markdown yo!
* [966586e](https://github.com/legoktm/jsonchecker/commit/966586e) Re-add individual file support
* [dd68276](https://github.com/legoktm/jsonchecker/commit/dd68276) Refactor code structure, improve output upon error
* [23e5ad3](https://github.com/legoktm/jsonchecker/commit/23e5ad3) Fix Python 3 support
* [f34a629](https://github.com/legoktm/jsonchecker/commit/f34a629) Add `.travis.yml`
* [3cfcca2](https://github.com/legoktm/jsonchecker/commit/3cfcca2) run unittests with tox
* [8214bc5](https://github.com/legoktm/jsonchecker/commit/8214bc5) missed a word
* [4ec8f12](https://github.com/legoktm/jsonchecker/commit/4ec8f12) Update `README`
* [67738b4](https://github.com/legoktm/jsonchecker/commit/67738b4) Don't die when an error is found, go through all the other files too
* [93cddf2](https://github.com/legoktm/jsonchecker/commit/93cddf2) Recursively search through directories
* [25b07d8](https://github.com/legoktm/jsonchecker/commit/25b07d8) Add support for checking entire directories
* [6d8467f](https://github.com/legoktm/jsonchecker/commit/6d8467f) Initial commit