Skip to content

Releases: olivernybroe/collector-intellij

v0.1.0

27 Nov 08:53
fa49179
Compare
Choose a tag to compare

First non-eap release!

No new features added since the last EAP

v0.0.1-EAP.13

25 Nov 11:52
e3a0b8d
Compare
Choose a tag to compare
v0.0.1-EAP.13 Pre-release
Pre-release

Fixed

  • Fixed type detection recognizing mixed as a collection.

v0.0.1-EAP.12

24 Nov 17:46
38bc901
Compare
Choose a tag to compare
v0.0.1-EAP.12 Pre-release
Pre-release

Fixed

  • Fixed closure to arrow function not working on collections variables

v0.0.1-EAP.11

24 Nov 09:34
674c0e1
Compare
Choose a tag to compare
v0.0.1-EAP.11 Pre-release
Pre-release

Changed

  • Redefine how we determine if a call is a collection call

v0.0.1-EAP.10

14 Nov 14:46
e25c065
Compare
Choose a tag to compare
v0.0.1-EAP.10 Pre-release
Pre-release

Added

  • Added where(...)->first() to firstWhere refactoring (#31)

v0.0.1-EAP.9

12 Nov 13:59
6fc4283
Compare
Choose a tag to compare
v0.0.1-EAP.9 Pre-release
Pre-release

Added

  • Added notification for enabling inspections if disabled

v0.0.1-EAP.8

09 Nov 14:02
268deb0
Compare
Choose a tag to compare
v0.0.1-EAP.8 Pre-release
Pre-release

Fixed

  • Ignore foreach to collection in blade files

v0.0.1-EAP.7

08 Nov 09:58
68364fd
Compare
Choose a tag to compare
v0.0.1-EAP.7 Pre-release
Pre-release

Added

  • Added closure to arrow function inside collection

Fixed

  • Fixed foreach refactoring. use statement contains empty variable when expression inside string interpolation.

v0.0.1-EAP.6

05 Nov 09:01
38d1ac7
Compare
Choose a tag to compare
v0.0.1-EAP.6 Pre-release
Pre-release

Fixed

  • Fixed foreach refactoring. use statement missing array variable when used in foreach.
  • Fixed foreach refactoring. use statement having duplicate variable, if used twice.
  • Fixed foreach refactoring. use statement containing array variable when using property accessor.
  • Fixed map->flatten to flatMap when it contains indentations.

v0.0.1-EAP.5

04 Nov 14:53
8705594
Compare
Choose a tag to compare
v0.0.1-EAP.5 Pre-release
Pre-release

Fixed

  • Fixed refactoring foreach to collection with multiline
  • Fixed refactoring foreach to collection with this variable