Skip to content

Releases: bckp/translator-core

Release of 2.0.0

13 Apr 21:37
ab20317

Choose a tag to compare

  • 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

10 Apr 23:51
cb15e2b

Choose a tag to compare

Release of 2.0.0-rc2 Pre-release
Pre-release
  • 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

07 Apr 13:26
71ff293

Choose a tag to compare

Release of 2.0.0 RC1 Pre-release
Pre-release

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

05 Dec 14:32

Choose a tag to compare

Small fixes in code

Released version v1.1.0

03 Dec 08:08

Choose a tag to compare

  • 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

29 Nov 16:06

Choose a tag to compare

  • Switch to PSR12
  • some mirror improvments

Released version 1.0.1

03 Jun 08:12

Choose a tag to compare

  • removed Nette\Utils\Html from translator check (specific for nette)
  • added setNormalizeCallback (so anyone can change normalize)

Released version 1.0.0

15 May 14:12
cab4240

Choose a tag to compare

  • this is first public version of bckp/translator