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.
1.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.
1.0.0
The module provides encoding and decoding functionality, documentation, tests and type information.