- Improve randomness (#101) (#103) [hhartzer]
- Annotate *args as Any (#95) [Kamil Essekkat]
-
Add the
encode
anddecode
commands to the cli. [Tim Crothers] -
Add type hinting (#77) [Pablo Collado]
-
Forgot to bump the version, oops. [Stavros Korokithakis]
-
Fix type annotations. [Stavros Korokithakis]
- Correctly account for length when prefix is used (fixes #71) [Stavros Korokithakis]
- Include the COPYING file in releases. [Stavros Korokithakis]
- Add
prefix
andmax_length
to the Django field. [Stavros Korokithakis]
- Fix compatibility for python versions older than 3.8 (#61) [Adrian Zuber]
-
Don't try to get the version from the pyproject.toml, as it's a hassle. [Stavros Korokithakis]
-
Fix slow loading times from using pkg_resources (fixes #59) [Stavros Korokithakis]
- Fix the cli interface that the previous release broke. [Stavros Korokithakis]
- Add Django ShortUUIDField. [Stavros Korokithakis]
- Added basic input type validation to encode and decode (#49) [Ivan Savov]
- Use sys.version_info since sys.version returns string that interprets 3.10 as 3.1 in comparison. (#54) [Karthikeyan Singaravelan]
- Drop support for Python before 3.5. [Stavros Korokithakis]
- Use README as the long description on PyPI. [Stavros Korokithakis]
- Add simple command-line interface (#43) [Éric Araujo]
-
Make encode and decode MSB-first (#36) [Keane Nguyen]
-
Make the URL check more robust (fixes #32) [Stavros Korokithakis]
- Make int_to_string and string_to_int available globally. [Stavros Korokithakis]