- Added support for Symfony 5
- Dropped support for unmaintained Symfony and PHP versions.
Features:
- Added the
--whitelist-file
option to allow providing a whitelist of keys that should not be considered missing or obsolete.
- Added support for Symfony 4
- Added support for chaining multiple extractors. New extractors can be registered using the
incenteev_translation_checker.extractor
tag - Added support for autoconfiguration for custom extractors in Symfony 3.3+ (adding the tag implicitly)
- Added a JS extractor, to extract translation from JS files when using willdurand/js-translation-bundle. See #18 for current limitations
- Removed tests and development files from the ZIP archive to make the download smaller.
- Fixed compatibility with Symfony 3.3+
- Added support for Symfony 3
- Dropped support for Symfony 2.7 and older
Features:
- Added the
--only-obsolete
flag inincenteev:translation:compare
to check only obsolete keys
Bugfix:
- Fixed compatibility with Symfony 2.7+
Initial stable release