Skip to content

Releases: nextras/orm-intellij

v2.0.5

Choose a tag to compare

@github-actions github-actions released this 02 Jan 20:56
  • Fixed crash in RepositoryMapperMethodMarkerProvider

v2.0.4

Choose a tag to compare

@github-actions github-actions released this 13 Jun 22:40

Changed

  • Fixed auto-importing autocompleted class name in modifiers.

v2.0.3

Choose a tag to compare

@hrach hrach released this 13 Jun 21:21

Changed

Note: use 2.0.4 as this build has a missing auto-import feature.

  • Added autocompletion for class names in modifiers {wrapper }, {m:1 }, {1:m }, {m:m }, {1:1 }

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 23 Jan 12:03
472a267

Changed

  • Fixed autocompletion & reference contribution (ctrl+click) in getBy() methods on various complex expression. #106

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 22 Jan 22:34

Changed

  • Fixed autocompletion & reference contribution (ctrl+click) in findBy() methods on various complex expression. #103

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Dec 00:05

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

Choose a tag to compare

@github-actions github-actions released this 28 Jul 21:40

Changed

  • Fix compatibility with the latest PHPStorm. #71
  • Internal library updates.

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 17 Nov 21:53
25e34ed

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

Choose a tag to compare

@github-actions github-actions released this 30 Jul 20:33
3cf6e74

Changed

  • Removed upper bound of compatibility constraint for latest PhpStorm. (Second try)
  • Updated build dependencies.

0.8.2

Choose a tag to compare

@github-actions github-actions released this 29 Jul 21:42
5b578e6

Changed

  • Removed upper bound of compatibility constraint for latest PhpStorm.