v4.0.0
See more details in the CHANGELOG
- Add support for domain translation (#4)
- TransNode constructor signature changed, new $domain parameter
?Node $notes, ?Node $domain = null, int $lineno
(#4) - TransNode constructor signature changed, new $context parameter
?AbstractExpression $count, ?Node $context = null, ?Node $notes
(#6) - Add support for contexts in translations (#6)
- Add support for enabling
phpmyadmin/motranslator
or complex non php-gettext supported functions (#6) - Add support for custom notes labels (#6)
- Make debug info disabled by default,
TransNode::$enableAddDebugInfo = true;
will add it back - Some slight performance improvements
- Added tests for all the code