Skip to content

Releases: matheusmoreira/uvarint.py

uvarint v1.2.0

12 Jan 14:42
Compare
Choose a tag to compare

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

11 Jan 12:54
Compare
Choose a tag to compare

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

23 Dec 05:12
Compare
Choose a tag to compare

The module provides encoding and decoding functionality, documentation, tests and type information.