February 27, 2024

0.11.7

(feat): Introduces a flag use_str_enums to swap from using proper Enum classes to using Literals to represent enums.

What’s changed

  • Introduces a flag use_str_enums to swap from using proper Enum classes to using Literals to represent enums. This change allows for forward compatibility of enums, since the user will receive the string back.