Skip to content

Releases: thecodingmachine/mouf

v2.0.41

07 May 07:42
83354d6
Compare
Choose a tag to compare

Bugfix release

v2.0.40

10 Jun 08:34
a29c8be
Compare
Choose a tag to compare

#160 More PHP 7.4 deprecation fixes (@homersimpsons)

v2.0.39

10 Jun 08:13
c6e4393
Compare
Choose a tag to compare

#159 Removes deprecation notices for PHP 7.4 (@homersimpsons)

v2.0.38

10 Sep 14:57
61106d3
Compare
Choose a tag to compare

Changelog:

  • #158 Fixes a rare problem preventing MoufComponents.php from auto-healing when it is corrupted

v2.0.37

02 Jan 12:06
b6a11bf
Compare
Choose a tag to compare

Bugfix release:

  • #156 Fixing an issue with instance being created twice in case of loop in constructor arguments. // Thanks @Zheness

v2.0.36

22 Nov 08:37
965154e
Compare
Choose a tag to compare

Improvement:

  • #155 #154 Even if error_reporting is not configured to display fatal errors, the errors will be displayed in Mouf UI.

Bugfix release

03 Aug 14:29
Compare
Choose a tag to compare

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

02 Aug 12:13
Compare
Choose a tag to compare

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

01 Aug 09:28
3dad7c3
Compare
Choose a tag to compare

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

11 Jul 15:10
a2d19c0
Compare
Choose a tag to compare

You can now disable Mouf UI by setting the MOUF_UI environment variable to 0.
Useful for production environments.

See #148