Skip to content

Releases: willdurand/BazingaJsTranslationBundle

2.6.5 (2017-05-17)

17 May 21:26
Compare
Choose a tag to compare
  • Added: Symfony 3.3 support (#201)
  • Added: Decrease the size of generated translation and config files (#202)
  • Removed: Router dependency of the Dump command (#203)

2.6.4 (2017-02-13)

13 Feb 14:52
Compare
Choose a tag to compare
  • Fix: translator.min.js had syntax errors when in strict mode (#196)

2.6.3 (2017-02-08)

08 Feb 22:14
Compare
Choose a tag to compare
  • Fix: Language fallback in locales with region (#189)
  • Added: Support for three letter languages (#191)
  • Fix: Definition/alias for translation.default service in CompilerPass (#193)

2.6.2 (2016-12-16)

16 Dec 17:53
Compare
Choose a tag to compare
  • Added: PHP 5.3 support (#182)
  • Fix: Return default locale if none is found in the Javascript library (#183)
  • Fix: Document public Translator.add API (#184)
  • Added: Default count parameter in transchoice (#185)
  • Fix: Use PhpUnit from composer when running the tests, to avoid collisions with PhpUnit PHAR file (#186)

2.6.1 (2016-09-20)

20 Sep 20:12
Compare
Choose a tag to compare
  • Fix: Support for server side rendering using NodeJS (#179)
  • Added: npm run build command inside Resources/ to minify the translator.js file.

2.6.0 (2016-09-01)

01 Sep 17:02
Compare
Choose a tag to compare
  • Added: Support for framework.translator.paths configuration (more information in http://symfony.com/doc/2.8/translation.html)
  • Added: --format and --merge-domains options to bazinga:js-translation:dump command:
    • --format allows you to specify which formats must be included in the output
    • --merge-domains when set will generate only one file per locale with all the domains in it
  • Removed: Kernel dependency from TranslationFinder. Every translation file is fetched from the Symfony's FrameworkBundle.

2.5.0 (2015-11-10)

10 Nov 13:06
2d449d3
Compare
Choose a tag to compare
  • Added: Symfony3 support

2.4.0 (2015-10-27)

27 Oct 10:06
e4740aa
Compare
Choose a tag to compare
  • Added: Widen TranslationFinder::getLocations() visibility to use is in an inheritant class
  • Added: update routing to expose bazinga_jstranslation_js
  • Added square brackets around optional arguments in doc blocks
  • Fixed: create target dir if not exists

2.3.0 (2015-09-30)

30 Sep 07:16
0b7a9b5
Compare
Choose a tag to compare
  • Added: support for Node.js
  • Fixed: safer twig locale
  • Fixed: Replace string casting on ConfigCache instance with getPath() to omit deprecated warning
  • Fixed: Replace Validator classname with Validation to omit deprecated warning

2.2.2 (2015-06-01)

01 Jun 14:19
Compare
Choose a tag to compare
  • Fixed: replaced routing deprecated arguments (#136)