Skip to content

Version for php 7.4+ with typehints

Latest
Compare
Choose a tag to compare
@swayok swayok released this 24 Aug 10:50
· 70 commits to master since this release

Big upgrade that adds type hints to methods and arguments and has many refactorings.

Additionally:

  • updated all tests and added new tests to cover more functionality;
  • refactored everything to fit PSR-12;
  • now using strict_types=1 everywhere;
  • improved code almost everywhere;
  • upgraded record value formatters.