Releases: schmittjoh/JMSTranslationBundle
Releases · schmittjoh/JMSTranslationBundle
2.0.0-beta1
What's Changed
Breaking changes
translation:extract
is nowjms:translation:extract
translation:list-resources
is nowjms:translation:list-resourcest
Full Changelog: 1.8.0...2.0.0-beta1
1.8.0
1.7.0
What's Changed
- Fallback to 'messages' domain when domain is null in trans|transchoice methods by @deguif in #566
- Support named argument for domain extraction by @deguif in #567
- resolved deprecation notice with Symfony 5.4 by @TomasLudvik in #570
New Contributors
- @TomasLudvik made their first contribution in #570
Full Changelog: 1.6.2...1.7.0
1.6.2
1.6.1
What's Changed
- Added gitattributes - exclude docs, tests from archive by @iamvar in #557
- Added template name and line number to exception thrown by DefaultApplyingNodeVisitor by @adamwojs in #559
- fix: require symfony/expression-language by @qkdreyer in #563
New Contributors
- @iamvar made their first contribution in #557
- @adamwojs made their first contribution in #559
- @qkdreyer made their first contribution in #563
Full Changelog: 1.6.0...1.6.1
1.6.0
- Php8 #556 (VincentLanglet)
- Use composer v1 (fix ci pipeline) #555 (goetas)
- Prevent all non message Form Constraint option from being extracted #554 (nfragnet)
- Add the option to dump files to the ICU message format #551 (mark-gerarts)
- Update FormExtractor.php #549 (TheRatG)
- Added support to extract translations from form constraints #546 (balazscsaba2006)
- strtolower() expects parameter 1 to be string, object given Issue #544 #545 (TheRatG)