Add better support for macros and mixins (#1006)

Co-authored-by: Dominik Krämer <[email protected]>
This commit is contained in:
domkrm
2020-09-06 07:58:13 +02:00
committed by GitHub
co-authored by Dominik Krämer
parent 24596b67f1
commit 3a22b8daf6
4 changed files with 93 additions and 2 deletions
+1
View File
@@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
### Added
- Support Laravel 8 [\#1022 / barryvdh](https://github.com/barryvdh/laravel-ide-helper/pull/1022)
- Add option to force usage of FQN [\#1031 / edvordo](https://github.com/barryvdh/laravel-ide-helper/pull/1031)
- Add support for macros of all macroable classes [\#1006 / domkrm](https://github.com/barryvdh/laravel-ide-helper/pull/1006)
2020-08-11, 2.8.0
-----------------