When Fabricate imports a JSON schema, it now uses the minLength
, maxLength
, example
, and description properties
as input to create regular expressions to populate the columns.
Improved performance for deleting tables that contain columns with deeply nested data.
Fixed a JSON parsing issue.