Releases: hamcrest/hamcrest-php
Releases · hamcrest/hamcrest-php
Release list
3.0.0
What's Changed
- Solve the risky test warnings in PHPUnit by @aik099 in #89
- Add missing test for StringDescription:: toString by @pscheit in #90
- Add missing php extensions to the composer.json by @pscheit in #91
- Fix underscores to namespaces in README by @petemcfarlane in #56
- Improve docs to avoid Risky test warnings by @aik099 in #94
- Fix HasToString description by @pscheit in #93
- Add native typhints to all hamcrest classes (+ install phpstan) by @pscheit in #88
- Update readme link for renamed action by @pscheit in #101
- ci: Add testrun for PHP 8.5 by @Chris53897 in #102
New Contributors
- @pscheit made their first contribution in #90
- @petemcfarlane made their first contribution in #56
- @Chris53897 made their first contribution in #102
Full Changelog: v2.1.1...v2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
Merge pull request #30 from spekulatius/patch-1 updating badges
v.1.2.2
- Adds more protection against double inclusion of functions in the global namespace.
Global function autoloading fix
v1.2.1 Merge pull request #22 from aik099/18-double-global-function-inclusio…