Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Apr 04:14
· 8 commits to main since this release

Release Notes

Features

  • Add benchmarks to compare performance against serde_with.
  • Flatten some nested match arms into simpler if statements.
  • Update as_bool
    • Update to check for a new "truthy" string value of ON.
    • Add pattern matching to check common true/false values before converting the string
      to uppercase, which should make it overall more efficient.
  • serde_this_or_that is now on par - in terms of performance - with serde_with! This is
    truly great news.

Full Changelog: v0.3.1...v0.4.0