v0.24.0
Added
- Add randomization for all primitive types
- Add test for factory type randomization
- Drivers are now required to send in type definitions for generated types
- Custom types can now be configured at a top level in the config file
Changed
- Format generated files with
gofumpt
- Replace key in
replacements
configuration is now a string referring to the type defined in thetypes
configuration.
Removed
- Remove
Imports
from column definition.
Fixed
INTEGER
columns are now correctly generated asint32
notint
Full Changelog: v0.23.2...v0.24.0