Releases: bckp/translator-core
Releases · bckp/translator-core
Release of 2.0.0
- Refactored code
- Removed array type of message (BC Break) - plural is taken from first item of parameters
- PHP8.2+
- New PHPStan and PSALM tests
- removed TranslatorProvider - this class should not be here (BC break)
Full Changelog: v1.1.1...v2.0.0
Release of 2.0.0-rc2
- removed TranslatorProvider - this class should not be here (BC break)
- fixed documentation
Full Changelog: v2.0.0-rc1...v2.0.0-rc2
Release of 2.0.0 RC1
What's Changed
- Refactored code
- Removed array type of message (BC Break) - plural is taken from first item of parameters
- PHP8.2+
- New PHPStan and PSALM tests
Full Changelog: v1.1.1...v2.0.0-rc1
Released version v1.1.1
Small fixes in code
Released version v1.1.0
- Added dynamic strings import
- Added callbacks for onCompile and onCheck (so you can check changes by yourself via callback)
- Added support for PHP8
Released version v1.0.2
- Switch to PSR12
- some mirror improvments
Released version 1.0.1
- removed Nette\Utils\Html from translator check (specific for nette)
- added setNormalizeCallback (so anyone can change normalize)
Released version 1.0.0
- this is first public version of bckp/translator