All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Issue while using invalid mixins (#137)
- Usage of spaces with the option
--paths
- Issue while resolving implementations from container
- Issue on Windows with the default path param (#128)
- Issue with exit code (#115)
- While running Larastan on CI envs (#113)
- Support to Laravel 5.7
- Issue with option
errorFormat
(#121)
- Issue while resolving implementations that don't exist on the container
- Common laravel false positives on trusted proxies and app exception handler
- Resolved null type from container
- Error - "internal error: * product does not exist"
- Issues while using Lumen
- Support to Lumen and Laravel Zero
- Support to builder dynamic wheres
- Support to "object" return type
- Bug on macro extension
- Allows array access on objects that respects container's contract
- Removes unused
dd
- Issue when
static
is missing was return type hint on Illuminate Model mixins
- Usage on Windows + Laravel Homestead (#55)
Illuminate\Contracts
property extension
- Infinite recursion in mixins middleware (b5a4317)
- Adds first alpha version