2.5.0
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
andColumnInterface
by @vjik (#108) - Fix typos by @arogachev (#110, #111)
New Contributors
- @vjik made their first contribution in #108
- @arogachev made their first contribution in #111
Full Changelog: 2.4.1...2.5.0