Releases: nextras/orm-intellij
Releases · nextras/orm-intellij
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+
v0.5.0
- fixed compatibility with 2019.1+ IDEs
- internal changes - build system changed to gradle
v0.4.4
- fixed compatibility with PhpStorm 2018.1 EAP 181.3494.16, #10
v0.4.2
- add referece searcher
- add support for HasMany::get()
- fixes, refactoring
v0.4.1
- completion and references in findBy/getBy/orderBy methods
- marker for navigation from repository phpdoc method to original mapper method
- type provider for persist and persistAndFlush methods
- type provider for collections
v0.3.0
- field name completion in setValue/setReadOnlyValue
- references from setValue/setReadOnlyValue to field on an entity (goto, refactoring)
- @propety-read inspection with quick fix
- whole setReadOnlyValue expression completion