- Renamed entry-point script schema_inferer -> skinfer
- Added json_validator
- Dropped Python 2.6 support
- Added more tests
- Bugfix: removed buggy -o argument
- Automated PyPI release via Travis
- Support more complex string-type schemas
- Attempt to infer JSON lines format instead of just failing
- API cleanup: no need for long imports anymore
- Updated documentation, added docstrings
- Fixed merging schema for arrays with tuple vs list validation
- Fixed compatibility issues with Python 2.6
- Improved test coverage, added end-to-end tests
- First release on PyPI.