Releases: cycle/schema-builder
Releases · cycle/schema-builder
v2.5.0
v2.4.0
v2.3.0
v2.2.0
1.2.1
What's Changed
- Better PHP 8.1 compatibility by @roxblnfk
- Added deprecation notices by @butschster (#27)
- Fixed problem with nullable relations by @butschster (#29)
- More informative error by @roquie (#33)
New Contributors
Full Changelog: v1.2.0...v1.2.1
2.1.0
2.0.1
What's Changed
- Fix ability to use property names in relation keys by @butschster (#47)
Full Changelog: v2.0.0...v2.0.1
2.0.0
- Added STI/JTI support
- Added ability to set collection type for AnyToMany relations
- Added entity typecast handler definition
- Added support for schema modifiers
- Added supporting for FK onDelete action
- Constrain renamed to Scope
- Added support for CycleORM v2.x
- Replaced
Spiral\Database
withCycle\Database
- Added support for composite primary keys