Skip to content

Adding support for date times

Choose a tag to compare

@thetutlage thetutlage released this 09 Feb 16:24
  • fix: breaking tests across dialects 53c4ec2
  • feat: add option to disable migration rollback in production 5239d9f
  • feat: add support for defining date and datetime columns 28a26ca
  • feat: add support for transforming the value when consuming it from db defbb8f
  • refactor: allow meta object in column and computed definitions b93626e
  • refactor: export required interfaces c03d965
  • refactor: cleanup scattered methods to resolve keys in favor of proper keys mapping 385ffe7
  • refactor: add returning clause to insert,update queries regardless of increments boolean f13ada3
  • fix: types for related create/createMany calls fd2451b
  • refactor: do not accept arguments in toJSON method 24334a2
  • fix(preloader): do not run whereIn query when parent rows are empty e4b1cc5
  • fix: do not wrap aggregates result into model instances b7dbf6b
  • fix: ignore fk key null values when preloading belongsTo 81e7972

v7.4.3...v7.5.0