Releases: matheusmoreira/uvarint.py
Releases · matheusmoreira/uvarint.py
uvarint v1.2.0
The new LIMIT
constant documents the default decoding limit of the module. The new cut
function allows callers to easily process any remaining bytes after decoding any number of values.
uvarint v1.1.0
The previous version was missing .pyi
stub files for the module, making it impossible for users to type check with mypy
. This problem has been fixed: stub files are now automatically generated prior to packaging.
uvarint v1.0.0
The module provides encoding and decoding functionality, documentation, tests and type information.