Releases: cycle/schema-builder
Releases · cycle/schema-builder
v1.1.2
- migrated to GitHub Actions
- added the ability to overwrite the default schema values for entities by @mrakolice
v1.1.1
- PSR-12 code style fixes (updated)
- fixed Travis build tests (new OS)
- set default value NULL when the column is nullable
v1.1.0
- minimum php version is 7.2
- added 7.4 tests to Travis
- fixed typo
though
to through
v1.0.11
- fix access value on type null, 7.4 compatibility
v1.0.10
- normalizing relation nullability for BelongsTo and ManyToMany (default nullable = false)
v1.0.9
- added underlying support for composite FKs
v1.0.8
- embedded entities separator changed from "." to ":" for consistency
v1.0.7
- added support for embedded relation
v1.0.6
- added support for declaring automatic relation pre-loading using EAGER or LAZY (PROMISE) methods
v1.0.5
cascade
key is now exposed via relation options