Skip to content

Releases: cycle/schema-builder

v2.5.0

19 May 12:11
92ccd4c
Compare
Choose a tag to compare

What's Changed

  • Add the ability to use custom column types by @msmakouz in #61
  • Add Defaults registry; refactor ORM Typecast list merging @msmakouz in #65

Full Changelog: v2.4.0...v2.5.0

v2.4.0

16 May 07:41
ff384c1
Compare
Choose a tag to compare

What's Changed

  • Add ability to avoid Index creation when ForeignKey is created by @msmakouz in #64

Full Changelog: v2.3.0...v2.4.0

v2.3.0

01 Feb 13:31
v2.3.0
a639f4b
Compare
Choose a tag to compare

What's Changed

  • Add method Registry::registerChildWithoutMerge() by @msmakouz in #58
  • Update the minimum cycle/database dependency version

Full Changelog: v2.2.0...v2.3.0

v2.2.0

16 Jan 08:50
17d7674
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

1.2.1

26 Jan 16:56
4aa9634
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

2.1.0

11 Jan 12:03
4838734
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

2.0.1

27 Dec 12:50
203534f
Compare
Choose a tag to compare

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

22 Dec 16:09
dc10cda
Compare
Choose a tag to compare
  • 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 with Cycle\Database
  • Added support for composite primary keys

v1.2.0

31 Mar 13:52
9de28bb
Compare
Choose a tag to compare
  • added orderBy option in relations by @roxblnfk

v1.1.23

31 Mar 11:17
ed8df4d
Compare
Choose a tag to compare