History
0.4.4 (2017-04-13)
- Notify users for file i/o issues. Thanks @lukehinds!
0.4.0 (2015-08-21)
- Enhanced detection for some binary streams and UTF texts. (#10, 11) Thanks @pombredanne.
- Set up Appveyor for continuous testing on Windows. Thanks @pydanny.
- Update link to Perl source implementation. (#9) Thanks @asmeurer @pombredanne @audreyr.
- Handle UnicodeDecodeError in check. (#12) Thanks @DRMacIver.
- Add very simple Hypothesis based tests. (#13) Thanks @DRMacIver.
- Use setup to determine requirements and remove redundant requirements.txt. (#14) Thanks @hackebrot.
- Add documentation status badge to README.rst. (#15) Thanks @hackebrot.
- Run tox in travis.yml. Add pypy and Python 3.4 to tox environments. (#16) Thanks @hackebrot @pydanny.
- Handle LookupError when detecting encoding. (#17) Thanks @DRMacIver.
0.3.0 (2014-05-05)
- Include tests, docs in source package. (#6) Thanks @vincentbernat.
- Drop unnecessary shebangs and executable bits. (#8) Thanks @scop.
- Generate string of printable extended ASCII bytes only once. (#7) Thanks @scop.
- Make number of bytes to read parametrizable. (#7) Thanks @scop.
0.2.0 (2013-09-22)
- Complete rewrite of everything. Thanks @ncoghlan.
0.1.1 (2013-08-17)
- Tests pass under Python 2.6, 2.7, 3.3, PyPy.