Skip to content

Releases: cycle/schema-builder

v1.1.3

09 Apr 09:29

Choose a tag to compare

  • normalize class names in entity references

v1.1.2

08 Feb 10:47
66d6150

Choose a tag to compare

  • migrated to GitHub Actions
  • added the ability to overwrite the default schema values for entities by @mrakolice

v1.1.1

26 Dec 14:38

Choose a tag to compare

  • PSR-12 code style fixes (updated)
  • fixed Travis build tests (new OS)
  • set default value NULL when the column is nullable

v1.1.0

02 Oct 11:17

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

Choose a tag to compare

  • fix access value on type null, 7.4 compatibility

v1.0.10

05 Sep 14:42

Choose a tag to compare

  • normalizing relation nullability for BelongsTo and ManyToMany (default nullable = false)

v1.0.9

29 Jul 11:17

Choose a tag to compare

  • added underlying support for composite FKs

v1.0.8

13 Jun 15:23

Choose a tag to compare

  • embedded entities separator changed from "." to ":" for consistency

v1.0.7

05 Jun 12:06

Choose a tag to compare

  • added support for embedded relation

v1.0.6

29 May 09:39

Choose a tag to compare

  • added support for declaring automatic relation pre-loading using EAGER or LAZY (PROMISE) methods