Releases: composer/semver
Releases · composer/semver
3.4.1
- Fixed normalizeStability's return type to enforce valid stabilities
Full Changelog: 3.4.0...3.4.1
3.3.2
- Fixed handling of non-string values (#134)
3.3.1
- Fixed possible cache key clash in the CompilingMatcher memoization (#132)
3.3.0
- Improved performance of CompilingMatcher by memoizing more (#131)
- Added CompilingMacher::clear to clear all memoization caches
3.2.9
- Revert #129 (Fixed MultiConstraint with MatchAllConstraint) which caused regressions
Full Changelog: 3.2.8...3.2.9
3.2.7
- Fixed: typo in type definition of Intervals class causing issues with Psalm scanning vendors