Releases: ekvedaras/laravel-query-intellij
Releases · ekvedaras/laravel-query-intellij
v4.0.5
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed
Add a bunch of ProgressManager.checkCanceled() checks. Should hopefully fix UI freeze. #114
v4.0.3
Compare
Sorry, something went wrong.
No results found
Fixed
Use non-blocking read action. Should hopefully fix UI freeze. #114
v4.0.2
Compare
Sorry, something went wrong.
No results found
v4.0.1
Compare
Sorry, something went wrong.
No results found
Fixed
Limit class child check to max depth of 20 to avoid stack overflow. #106
v4.0.0
Compare
Sorry, something went wrong.
No results found
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
v3.3.3
Compare
Sorry, something went wrong.
No results found
v3.3.2
Compare
Sorry, something went wrong.
No results found
Fixed
Do not crash if table param is not provided yet. #98
v3.3.1
Compare
Sorry, something went wrong.
No results found
Fixed
Do not inspect for unknown column in case its value of object. #96
v3.3.0
Compare
Sorry, something went wrong.
No results found
Added
Add support for whereNot and orWhereNot. #94
Fixed
Do not inspect for unknown columns when value contains quotes. #91