Releases: schmittjoh/JMSTranslationBundle
Releases · schmittjoh/JMSTranslationBundle
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)
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
- Apply cs #532 (franmomu)
- Use array access to twig argument nodes #531 (franmomu)
- Allow Symfony 5 and Twig 3 #530 (franmomu)
- Remove extending from ContainerAwareCommand #529 (franmomu)
- Allow Translation Contracts #528 (franmomu)
- Fix calls passing the right scalar type #526 (franmomu)
- Add Doctrine Coding Standards in tests #525 (franmomu)
- Test minimum requirements #524 (franmomu)
- Cleanup tests #523 (franmomu)
- Replace kernel.root_dir with kernel.project_dir #522 (franmomu)
- Remove duplicated packages in composer #521 (franmomu)
- Drop symfony < 3.4 and < 4.3 for 4.x #520 (franmomu)
- Address namespace change in Twig #519 (greg0ire)
- Compile nodes before comparing them #518 (greg0ire)
- Remove deprecated usage of TreeBuilder on Symfony 4 #513 (emodric)
- Update for Symfony 4.1 #504 (tilimac)