Skip to content

Releases: nextras/orm-intellij

v0.5.0

31 Mar 12:18
Compare
Choose a tag to compare
  • fixed compatibility with 2019.1+ IDEs
  • internal changes - build system changed to gradle

v0.4.4

07 Feb 22:47
Compare
Choose a tag to compare
  • fixed compatibility with PhpStorm 2018.1 EAP 181.3494.16, #10

v0.4.3

24 Jul 17:24
Compare
Choose a tag to compare

fixes and optimization

v0.4.2

08 Jul 22:02
Compare
Choose a tag to compare
  • add referece searcher
  • add support for HasMany::get()
  • fixes, refactoring

v0.4.1

08 Jul 16:53
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
  • 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

26 Jun 13:52
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • 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