- Performance improvements from careful caching (62) - Use a validator that corresponds to the input schema draft version (66)
0.17.4
- fixed string schemas with different `format` keywords (63)
0.17.3
- improved handling of overlapping `items` keywords (58)
0.17.2
- improved handling of overlapping `dependencies` keywords (57)
0.17.1
- fixed an internal bug where results incorrectly depended on iteration order (59)
0.17.0
- Adds a `custom_formats` keyword argument to `from_schema()`, so that you can specify a strategy to generate strings for custom formats like credit card numbers. Thanks to Dmitry Dygalo, whose [sponsorship](https://github.com/sponsors/Zac-HD) motivated me to add the feature!