Skip to content

v4.0.0

Compare
Choose a tag to compare
@williamdes williamdes released this 25 Feb 00:44
· 27 commits to master since this release
v4.0.0
8d5898e

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