Releases: nextras/orm-intellij
Releases · nextras/orm-intellij
v0.9.1
Changed
- Fix compatibility with the latest PHPStorm. #71
- Internal library updates.
v0.9.0
Changed
- Added support for marking entity getters/setters as implicitly used; closes #12
- Fixed support for PHPStorm 2022.3 EAP, minimal version is PHPStorm 2022.3.
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
Added
- Added auto-completion & reference to entity properties in hasValue() method.
Fixed
- Fixed entity type resolution for variables typed with "resolution-invalid" types (e.g.
IRepository
interface); closes #18
Changed
- The plugin internal continuous delivery system & checks reworked.
0.7.1
- add autocompletion support for IEntity::getProperty & IEntity::getValue()
- add icon to property autocompletion
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
0.6.0
- reworked plug-in implementation to do not mess with PHP parser
- implemented reference contributor for entity property in relationship modifier [closes #5]
- fixed compatibility with 2019.3+
0.5.1
- fixed (opened) compatibility with IDEs 2019.2+