Skip to content

v3.12.0

Compare
Choose a tag to compare
@mickhansen mickhansen released this 13 Oct 12:57
· 4490 commits to main since this release
  • [ADDED] Preliminary support for include.on.
  • [FIXED] Partial rollback of datatype validations by hiding it behind the typeValidation flag.
  • [FIXED] Don't try to select the primary key for models without primary key #4607
  • [FIXED] Apply attributes when including a scoped model. #4625
  • [FIXED] Use bits instead of strings for mssql booleans. #4621
  • [FIXED] BulkCreate validation fails for properties with field #3787