Skip to content

Releases: thecodingmachine/mouf

Mouf now disables Composer extensions internally

17 Nov 10:49
Compare
Choose a tag to compare

This fixes issues where buggy extensions causes Mouf to fail.

Fixing bugs in instance using PHP code containing __DIR__ magic constant.

13 Oct 12:35
Compare
Choose a tag to compare
Merge pull request #113 from josealbea/2.0

Fix return_type_from_code.php (error with __DIR__)

Fixing minor bugs on null types management

08 Oct 19:02
Compare
Choose a tag to compare
  • in loop detection
  • in type annotations containing "null" type

Updating dependencies and moving .composer cache out of vendor/mouf/mouf directory

07 Oct 15:36
Compare
Choose a tag to compare

From this version, the vendor/mouf/mouf directory does not need to be writable by Apache anymore.

Adds a validator on constructor argument loops

23 Sep 15:52
Compare
Choose a tag to compare

If there is a loop in constructor arguments, a validator will now notify you of the problem.

Thank you Mouf! :)