Skip to content

v0.1.4 (2022-12-19)

Latest
Compare
Choose a tag to compare
@mbolli mbolli released this 19 Dec 09:04
· 2 commits to master since this release

Maintenance release, functionality is the same as in the other versions.

Changes:

  • Discontinued PHP 7.4 support (official security support ended November 28th)
  • Fixed some errors based on phpstan static analyzer and added it to the GitHub CI
  • Code style fixes as reported by PHP-CS-Fixer
  • Decoder and Encoder classes are now final
  • Changed the test assertion from toEqualCanonicalizing() to toEqual() -> test suite is now returning 0 errors