Skip to content

Releases: composer/semver

3.4.0

31 Aug 09:50
35e8d0a
Compare
Choose a tag to compare
  • Support larger major version numbers (#149)

Full Changelog: 3.3.2...3.4.0

3.3.2

01 Apr 19:23
3953f23
Compare
Choose a tag to compare
  • Fixed handling of non-string values (#134)

3.3.1

16 Mar 11:22
5d8e574
Compare
Choose a tag to compare
  • Fixed possible cache key clash in the CompilingMatcher memoization (#132)

3.3.0

15 Mar 08:36
f79c90a
Compare
Choose a tag to compare
  • Improved performance of CompilingMatcher by memoizing more (#131)
  • Added CompilingMacher::clear to clear all memoization caches

3.2.9

04 Feb 14:19
a951f61
Compare
Choose a tag to compare
  • Revert #129 (Fixed MultiConstraint with MatchAllConstraint) which caused regressions

Full Changelog: 3.2.8...3.2.9

3.2.8

04 Feb 12:13
3976a9e
Compare
Choose a tag to compare
  • Updates to latest phpstan / CI by @Seldaek in #130
  • Fixed MultiConstraint with MatchAllConstraint by @Toflar in #129

Full Changelog: 3.2.7...3.2.8

3.2.7

04 Jan 09:58
deac270
Compare
Choose a tag to compare
  • Fixed: typo in type definition of Intervals class causing issues with Psalm scanning vendors

3.2.6

04 Jan 09:58
83e511e
Compare
Choose a tag to compare
  • Fixed: type improvements to parseStability

3.2.5

24 May 12:42
31f3ea7
Compare
Choose a tag to compare
  • Fixed: issue comparing disjunctive MultiConstraints to conjunctive ones (#127)
  • Fixed: added complete type information using phpstan annotations

1.7.2

03 Dec 16:05
647490b
Compare
Choose a tag to compare
  • Fixed: Allow installing on php 8