Releases: willdurand/BazingaJsTranslationBundle
6.1.0 (polyfill.io vulnerability)
What's Changed
- Use the UMD build of intl-messageformat in the testsuite by @stof in #361
- remove polyfill.io becouse of security by @karion in #359
- fix broken link by @tacman in #353
- Prepare 6.1 version by @monteiro in #366
New Contributors
Thanks @karion @tacman and @stof for helping this release.
Full Changelog: 6.0.0...6.1.0
Symfony 7.0 support
Symfony 6.3 support
What's Changed
- Fix CI badge in README file by @willdurand in #333
- Remove symfony2 reference by @gabiudrescu in #331
- Update getTranslations.js.twig by @AngelikLy in #317
- Update CI versions by @monteiro in #339
- Exclude tests and development files from the archive by @stof in #283
- Fix deprecations of Symfony 6.3 by @stof in #343
New Contributors
- @gabiudrescu made their first contribution in #331
- @AngelikLy made their first contribution in #317
Full Changelog: 5.0.0...5.1.0
Symfony 6 support
4.0.2 (2021-08-04)
4.0.1 (2021-01-16)
Fixed: Check the commonJS before AMD dependency for intl-messageformat (#304) - Thanks @ChristianVermeulen
4.0.0 (2020-11-08)
Added: Support for Composer 2.0 (#282) - Thanks @blankse
Added: Support for ICU-based message formatting (#288) - Thanks @Kocal
Removed: support for Symfony < 3.3 constructor signature (#214) - Thanks @pierredup
Fixed: All Travis tests, dropping officially the support of Symfony 3.4 (#296, #300) - Thanks @craigh
3.0.1 (2020-02-17)
- Fix: Return value of "Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand::execute()" must be of the type int, NULL returned, to support Symfony 5 (#275) - Thanks to @kl3sk and @amorebietakoUdala
3.0.0 (2020-01-14)
- Documentation fix (#262) - Thanks to @bocharsky-bw
- Support versions 4.x and 5.x of Symfony (#263 / #271 ) - Thanks to @romantymoshyk, @vanputten, @stof and @maxhelias
2.6.6 (2018-02-11)
-
Fix: IE bug related to $0 in target placeholder value (#207)
-
Fix: replace phantom.args by system.args to run the latest version of phantomJS (#215)
-
Fix: Register command manually to avoid warning in Symfony 3.4 (#220)
-
Drop PHP 5.3 Support (#218)
-
Added: Symfony 4 support (#224)
-
Build URL for specific locales with Symfony Router (#234)
-
Remove templating dependency (#213)
-
Remove container injection (#221)