Skip to content

v2.0.0

Compare
Choose a tag to compare
@bartventer bartventer released this 02 Jan 10:42
· 425 commits to master since this release

Breaking change added to ensure models implement gorm.Tabler interface, and to ensure both public and private models are named correctly (i.e. public models should contain public. prefix):

  • New and Open functions could panic
  • RegisterModels now returns an error

Important notes have been added to the PostgreSQL usage docs to emphasize the importance of table naming conventions.