Skip to content

v2.0.0

Choose a tag to compare

@dvdheiden dvdheiden released this 24 May 09:46
· 5 commits to main since this release
170495e

What's Changed

Added

  • Add support for PHP 8.3+ and modernize code.
  • Add test for parameters.
  • Add PHPStan for static analysis.
  • Add Pint for code style checks/enforcement.
  • Add implementation of the Stringable interface.

Changed

  • Updated dependencies to their latest versions.

Removed

  • Remove psalm in favor of Pint.
  • Remove the build method from the Builder in favor of toString() or (string) $builder.

Full Changelog: v1.0.0...v2.0.0