Skip to content

v0.3.6

Choose a tag to compare

@nashabanov nashabanov released this 18 Feb 12:37
· 39 commits to main since this release
3789232

Added

  • allow_structural_violations flag for cases() API to abable field missing and extra fields for invalid generation
  • Validation guard: Structural violations available only with strategy="all" other options raises ValueError
  • MISSING_FIELD available for every field like TYPE_MISMATCH
  • EXTRA_FIELD adds only one time for model/nested model