Skip to content

v0.24.0

Compare
Choose a tag to compare
@stephenafamo stephenafamo released this 20 Jan 20:08
· 184 commits to main since this release

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 the types configuration.

Removed

  • Remove Imports from column definition.

Fixed

  • INTEGER columns are now correctly generated as int32 not int

Full Changelog: v0.23.2...v0.24.0