shortuuid v1.0.0 Release Notes

Release Date: 2020-03-06 // about 4 years ago
  • NOTE: THIS IS A BREAKING RELEASE. See the compatibility note in the README before upgrading.

    v1.0.0 (2020-03-06)

    πŸ”‹ Features

    ⬇️ Drop support for Python before 3.5. [Stavros Korokithakis]

    βž• Add simple command-line interface (#43) [Γ‰ric Araujo]

    πŸ›  Fixes

    πŸ‘‰ Make encode and decode MSB-first (#36) [Keane Nguyen]

    πŸ›  Make the URL check more robust (fixes #32) [Stavros Korokithakis]

    v0.5.0 (2017-02-19)

    πŸ”‹ Features

    • Make int_to_string and string_to_int available globally. [Stavros Korokithakis]