Skip to content

Releases: jan-auer/dynfmt

0.1.5

17 Mar 08:12
Compare
Choose a tag to compare
  • Update error derivation approach to use thiserror.

0.1.4

18 Jun 09:03
Compare
Choose a tag to compare
  • Fix a panic in the Python parser. When a pipe (|) occurred in the format string, the formatter would panic with "unknown conversion flag" due to an invalid Regex.