Releases: willdurand/BazingaJsTranslationBundle
Releases · willdurand/BazingaJsTranslationBundle
8.0.0 (Symfony 8 support)
What's Changed
- Make the bundle configuration compatible with using ENV variables by @kick-the-bucket in #365
- Add Symfony 8 support and update CI matrix by @monteiro and @AdamReece-WebBox in #374
- Fix default dump directory from web/js to public/js by @monteiro and @l-vo in #375
- Update to version 8.0.0 with symfony 8 support by @monteiro in #377
New Contributors
- @kick-the-bucket made their first contribution in #365
Full Changelog: 7.0.0...8.0.0
7.0.0 (Symfony 7 support)
What's Changed
- Replace the JS test runner by @stof in #367
- Remove usage of the deprecated base extension from HttpKernel by @stof in #360
- Update WebTestCase to be compatible with Symfony 7 by @stof in #369
- Clean the CI setup by @stof in #368
- bump version to release 7.0.0 by @monteiro in #370
Full Changelog: 6.1.0...7.0.0
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