Skip to content

3.0.0

Choose a tag to compare

@roxblnfk roxblnfk released this 22 Dec 16:21
· 48 commits to 3.x since this release
a88da05

What's Changed

  • Introduce PrimaryKey class level annotation for composite pkeys by @rauanmayemir in #19
  • Deprecate though, add through annotation stubs by @rauanmayemir in #20
  • Rename constrain to scope;
  • Add composite keys supporting by @roxblnfk in #26
  • Replaced Spiral\Database with Cycle\Database by @butschster in #22
  • Support custom collection and entity typecast handlers by @butschster in #29
  • Add supporting for SchemaModifiers annotations in Entities by @roxblnfk in #30
  • Adds STI/JTI support by @butschster in #31
  • Replaces Annotation\Attributes with Annotation\NamedArgumentConstructor for all Annotation classes by @butschster in #34
  • Rearranged tests structure by @butschster in #35

New Contributors

Full Changelog: v2.3.1...v3.0.0