Releases: olivernybroe/collector-intellij
Releases · olivernybroe/collector-intellij
v0.2.0-EAP.1
Added
- Type provider for higher order collection methods and properties
v0.1.0
First non-eap release!
No new features added since the last EAP
v0.0.1-EAP.13
Fixed
- Fixed type detection recognizing
mixed
as a collection.
v0.0.1-EAP.12
Fixed
- Fixed closure to arrow function not working on collections variables
v0.0.1-EAP.11
Changed
- Redefine how we determine if a call is a collection call
v0.0.1-EAP.10
Added
- Added
where(...)->first()
tofirstWhere
refactoring (#31)
v0.0.1-EAP.9
Added
- Added notification for enabling inspections if disabled
v0.0.1-EAP.8
Fixed
- Ignore foreach to collection in blade files
v0.0.1-EAP.7
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
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
toflatMap
when it contains indentations.