Skip to content

Releases: ekvedaras/laravel-query-intellij

v4.0.5

Choose a tag to compare

@github-actions github-actions released this 18 Feb 12:54

Fixed

  • Handle case when IDE can't be in smart mode #122
  • Less parallel things to avoid forking too much #123
  • Handle warnings and fix description for publishing
  • Use manual pluralize instead of package

v4.0.4

Choose a tag to compare

@github-actions github-actions released this 02 Jul 18:57
4980aa5

Fixed

  • Add a bunch of ProgressManager.checkCanceled() checks. Should hopefully fix UI freeze. #114

v4.0.3

Choose a tag to compare

@github-actions github-actions released this 24 Jun 19:56
52ccb69

Fixed

  • Use non-blocking read action. Should hopefully fix UI freeze. #114

v4.0.2

Choose a tag to compare

@github-actions github-actions released this 03 Mar 21:51
7e7b5b3

Fixed

  • Invalid casting. #110

v4.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Dec 09:23
9e7f629

Fixed

  • Limit class child check to max depth of 20 to avoid stack overflow. #106

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Dec 12:53
79b2297

Changed

  • Increase minimum build to 222
  • Use gradle 7.5.1
  • Use intellij plugin 1.10.0
  • Use kotlin 1.7.22
  • Use jvm 17

Fixed

  • Invalid casting. #104

v3.3.3

Choose a tag to compare

@github-actions github-actions released this 25 Sep 11:57
5c98231

Fixed

  • Trim table prefix. #100

v3.3.2

Choose a tag to compare

@github-actions github-actions released this 21 Sep 18:47
9fd1627

Fixed

  • Do not crash if table param is not provided yet. #98

v3.3.1

Choose a tag to compare

@github-actions github-actions released this 19 Sep 19:21
3a94ef4

Fixed

  • Do not inspect for unknown column in case its value of object. #96

v3.3.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 12:30

Added

  • Add support for whereNot and orWhereNot. #94

Fixed

  • Do not inspect for unknown columns when value contains quotes. #91