- Add support for Python 3.9 - Drop Python 2 support - Add type annotations support - Remove an install package dependency
0.8.3
- Add PyPy support - Modify `dev` extras
0.8.2
- Fix encoding detection failure: 2 (Thanks to jayvdb) - Modify to get a stable result when repeatedly call - Change `chardet` dependency from optional to mandatory - Update extras_require - Add `.asc` files of packages to PyPI
0.3.0
- Add supported encodings - Introduce `chardet`
0.2.0
- Improve codec detection precision - Add `__repr__` method to `MultiByteStrDecoder` class