Skip to content

Releases: cycle/schema-builder

v1.1.0

02 Oct 11:17
Compare
Choose a tag to compare
  • minimum php version is 7.2
  • added 7.4 tests to Travis
  • fixed typo though to through

v1.0.11

15 Sep 15:14
6a68bde
Compare
Choose a tag to compare
  • fix access value on type null, 7.4 compatibility

v1.0.10

05 Sep 14:42
Compare
Choose a tag to compare
  • normalizing relation nullability for BelongsTo and ManyToMany (default nullable = false)

v1.0.9

29 Jul 11:17
Compare
Choose a tag to compare
  • added underlying support for composite FKs

v1.0.8

13 Jun 15:23
Compare
Choose a tag to compare
  • embedded entities separator changed from "." to ":" for consistency

v1.0.7

05 Jun 12:06
Compare
Choose a tag to compare
  • added support for embedded relation

v1.0.6

29 May 09:39
Compare
Choose a tag to compare
  • added support for declaring automatic relation pre-loading using EAGER or LAZY (PROMISE) methods

v1.0.5

26 May 09:34
Compare
Choose a tag to compare
  • cascade key is now exposed via relation options

v1.0.4

27 Apr 11:04
Compare
Choose a tag to compare
  • PSR-12
  • improved support for single table inheritance

v1.0.3

16 Apr 10:23
Compare
Choose a tag to compare
  • added DatabaseProviderInterface