Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 594 Bytes

CHANGELOG.md

File metadata and controls

14 lines (13 loc) · 594 Bytes

CHANGELOG

v2.0.0 (22.12.2021)

  • The package moved from spiral/database to cycle/database
  • Namespace Spiral\Database replaced with Cycle\Database @butschster (#1)
  • Minimal PHP version is 8.0 (#26, #31)
  • Added supporting for postgres schemas @butschster (#2)
  • Added DTO configs @SerafimArts, @msmakouz (#10, #14)
  • Improvements to join methods @butschster
  • Tests have been restructured @butschster (#21)
  • Added method to get transaction level @msmakouz (#23)
  • Added ColumnReturnableInterface for database drivers @butschster (#25)