3.0.0
What's Changed
- Introduce
PrimaryKeyclass level annotation for composite pkeys by @rauanmayemir in #19 - Deprecate
though, addthroughannotation 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
- @butschster made their first contribution in #22
- @msmakouz made their first contribution in #28
Full Changelog: v2.3.1...v3.0.0