Releases: nextras/orm-intellij
Releases · nextras/orm-intellij
v2.0.0
Changed
- Dropped support for Orm v3 and v4 - only Orm 5 is supported; specifically, the generics are well supported directly in the PhpStorm, so this functionality got broken/semi-functional here and since Orm 5 utilizes generics properly, this is now not supported here; since Orm 4 is not using generics fully, this plugin will not bring there the type resolution anymore.
- Fix missing support for like operator preventing reference detection in
findBy()
methods. - Add support for resolving filtering expressions when a relationship is defined by a generic
ManyHasMany<AnotherEntity>
. - Fix an exception when searching usages.
v0.9.1
v0.9.0
0.8.3
Changed
- Removed upper bound of compatibility constraint for latest PhpStorm. (Second try)
- Updated build dependencies.
0.8.2
Changed
- Removed upper bound of compatibility constraint for latest PhpStorm.
0.8.1
Fixed
- Fixed entity type resolution on IModel::getRepository() expression.
0.8.0
0.7.1
0.7.0
- support for 2020.1+ - fixed support and optimized collection type resolution
- add icons in property auto-completion
- better auto-completion for collection when cursor is not at the end
- Orm 4: HasManyCollection::toCollection() support
- Orm 4: [IRepository|ICollection]::getByChecked(), ::getByIdChecked() support
- Orm 4: embeddable support - property modifier & collection auto-completion