Skip to content

Releases: jlevy/strif

v3.0.1

04 May 18:39

Choose a tag to compare

  • Add base64 convenience property on Hash

v3.0.0

23 Apr 18:22

Choose a tag to compare

  • Add AtomicVar
  • Add StringTemplate
  • Add replace_multiple() and insert_multiple()
  • Update build tools
  • Cleaner __all__ exports

v3.0.0-rc.1

17 Apr 21:45

Choose a tag to compare

  • Add AtomicVar
  • Add StringTemplate
  • Add replace_multiple() and insert_multiple()
  • Update build tools

v2.1.0

19 Mar 03:52

Choose a tag to compare

  • Improved quote_if_needed().

v2.0.2

16 Mar 10:39

Choose a tag to compare

  • Fix older Python 3.10 support.

v2.0.1

16 Mar 08:28

Choose a tag to compare

  • Switch to uv build, ruff formatting.

v2.0.0

11 Feb 01:16

Choose a tag to compare

  • Major upgrade to Python 3.10+, adding types and a few new functions.

v1.0.1

02 Jul 22:56

Choose a tag to compare

  • Fix iso_timestamp() to ensure correct timezone and make microseconds optional.

v1.0.0

22 Jun 15:48

Choose a tag to compare

  • Unicode ellipsis (… instead of ...)
  • Fix deprecation warnings
  • Relax Python version deps

v1.0.0-rc.1

06 May 17:27

Choose a tag to compare

  • Drop Python 2 support
  • New clean identifiers and base36 encoding functions
  • Minor formatting and doc improvements