Releases: yokai-php/doctrine-value-object
Releases · yokai-php/doctrine-value-object
v0.2.0
What's Changed
- Finalize PHP 8.0 migration with usage of static in types by @yann-eugone in #7
- Implement and test generics in CollectionValueObject by @yann-eugone in #8
- Suggest alternative using Attributes to register value objects by @yann-eugone in #9
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Fixed github tests badge by @yann-eugone in #2
- Switched minimum PHP version to 8.0 by @yann-eugone in #3
- Factorized github actions install steps by @yann-eugone in #4
- feat: Updating dependencies doctrine/dbal and doctrine/orm by @Siniliote in #5
- Run tests on different Doctrine versions by @yann-eugone in #6
New Contributors
- @Siniliote made their first contribution in #5
Full Changelog: v0.0.3...v0.1.0
v0.0.3
Fixes schema sync issue
v0.0.2
Added object value object
v0.0.1
Very first release