Skip to content

2.5.0

Compare
Choose a tag to compare
@roxblnfk roxblnfk released this 12 May 14:05
· 224 commits to 2.x since this release
2.5.0
3d5cb74

What's Changed

  • Add ability to use non-primary serial column by @msmakouz (#106)
  • Add ability to configure DB port passing a string by @msmakouz (#109)
  • Add ability to define a custom type column by @msmakouz (#104)
  • Add the ability to define readonlySchema for columns by @msmakouz (#116)
  • Add AbstractForeignKey::$index property to enable/disable index creation by @msmakouz (#119)
  • Fix inserting an array of rowsets without calling the columns method by @msmakouz (#120)
  • Improve types for TableInterface and ColumnInterface by @vjik (#108)
  • Fix typos by @arogachev (#110, #111)

New Contributors

Full Changelog: 2.4.1...2.5.0