Skip to content

v0.3.0

Choose a tag to compare

@nashabanov nashabanov released this 20 Jan 22:59
· 84 commits to main since this release
979b979

Added

  • Support for nested_models (tree structures) in parsing and generation
  • Support for selecting nested field using dotted path syntax
    (e.g. strategy="user.profile.email")

Changed

  • Field selection strategies now operate over the full tree of constrained fields (DFS order)

Fixed

  • Fixed incorrect invalid value generation in int and float generators when only one bound was present