Skip to content

New release (BC break)

Compare
Choose a tag to compare
@Salamek Salamek released this 01 Nov 21:51
· 80 commits to master since this release
9f783a8

This release brings BC break, mainly that PHP5 compatibility is dropped and suggested PHP version is now 7.4!
If you need to use PHP <7.4 you may need to stay on v1.* of this library

Enhancements by @janbarasek

  • Full type-hint support (return values as a strictly declared entity)
  • Full PHP 7.4 support
  • Automated tests by GitHub ActIons
  • PhpStan and Code style test is OK
  • Use generic exceptions, better maintability
  • Deprecated code removed

Fixes by @janbarasek

  • Fix composer dependencies
  • Fix lots of old mistakes + removed redundant code