v0.3.0
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
intandfloatgenerators when only one bound was present