Releases: nextras/orm-phpstan
Releases · nextras/orm-phpstan
1.0.0
🎉🎉🎉 Enjoy first stable release with PHPStan 1.0 release.
- added support for PHPStan 1.0 (#24, #25)
Full Changelog: v0.6.3...v1.0.0
0.6.3
Next patch release is here! 🍾
- added support for writing string to DateTimeImmutable properties #8
0.6.2
Next patch release is here! 🍾
- fixed crash when repository used in union type, thanks @mrceperka for reporting, #19
0.6.1
Next patch release is here! 🎈
- enabled support for PHP 8.0
0.6
Next minor release is here! 🌺
- added support for Nextras Orm 4.0
- fixed support for latest PHPStan 1.12
0.5
Next minor release is here!
- implemented support for PHPStan 1.12, thanks @adaamz #13
- added PHPStan extension support, thanks @mabar #11
- fixed when PhpDoc is missing, thanks @mabar #10
Please test this release and tell us how it works for you! 🎉 Thanks!
0.4
Next minor release is here!
- implemented support for magic relationship properties (setter accepts also an int) #4
- implemented DbalMapper::toCollection() & ::toEntity() return types resolution #5
- implemented Repository::persist*() & ::remove*() return type resolution #1
- added support for composer installer, #6 thanks @mabar
Please test this release and tell us how it works for you! 🎉 Thanks!
0.3
Next minor release is here!
- fixed compatibility with PhpStan 0.11
Please test this release and tell us how it works for you! 🎉 Thanks!
0.2
Next minor release is here! 🥝
- added return type extension for
HasMany::get()
relationship method.
Please test this release and tell us how it works for you! 🎉 Thanks!