Releases: thecodingmachine/mouf
v2.0.41
v2.0.40
v2.0.39
v2.0.38
v2.0.37
v2.0.36
Bugfix release
Fixing bug in class analyser that was crashing if a constant was not defined in a default argument of a method.
Improved class analysis performance
This release drastically improves class analysis performance 🐎 by caching the class analysis related to the "vendor" directory forever.
The vendor cache is only purged when a composer install/update is performed.
Also, during class analysis, the logging of errors is disabled (a lot of error can happen and this is expected so should not be logged)
See #150
Performance improvement release
This release dramatically improves Mouf analysis performance by avoiding copying large strings all over the place during the analysis process.
For very large projects, you can expect a 10x boost on Linux hosts.
See #149
Mouf UI can be disabled
You can now disable Mouf UI by setting the MOUF_UI
environment variable to 0.
Useful for production environments.
See #148