Releases: olivernybroe/collector-intellij
Releases · olivernybroe/collector-intellij
v1.0.0
v0.5.0
Changed
- Bump dependencies to latest versions
Fixed
- Fixed api changes in Blade plugin
v0.4.0
Removed
- Removed type provider for higher order collections as it seemed unstable
v0.3.5
Fixed
- Fixed immutable php type issues
v0.3.4
Fixed
- Fixed recursive collection on variables with no types
- Fix higher order type provider when no types are possible
v0.3.3
Fixed
- Fixed recursive collection on std class
v0.3.2
Added
- Added
where(...)->isNotEmpty()
tocontains
refactoring
Changed
- Minimum required version is now 2020.3
v0.3.1
Fixed
- Fixed closure to arrow function on if statements
- Fixed higher order type provider assertion error
v0.3.0
Added
- Type provider for higher order collection methods and properties
Fixed
- Fixed collect on collection matching non strictly.
v0.2.0-EAP.2
Added
- Type provider for higher order collection methods and properties
Fixed
- Fixed collect on collection matching non strictly.