Skip to content

0.4.0

Latest
Compare
Choose a tag to compare
@audreyfeldroy audreyfeldroy released this 22 Aug 05:43
· 76 commits to main since this release
  • 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 enviroments. (#16) Thanks @hackebrot @pydanny.
  • Handle LookupError when detecting encoding. (#17) Thanks @DRMacIver.