You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,14 @@
3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
-
### [3.0.0] 2020-05-xx
6
+
### [3.0.0] 2020-05-26
7
7
8
8
* Break: Renamed `EmptyConstraint`, replace it with `MatchAllConstraint`
9
9
* Break: Unlikely to affect anyone but strictly speaking a breaking change, `*.*` and such variants will not match all `dev-*` versions anymore, only `*` does
10
10
* Break: ConstraintInterface is now considered internal/private and not meant to be implemented by third parties anymore
11
11
* Added `Intervals` class to check if a constraint is a subsets of another one, and allow compacting complex MultiConstraints into simpler ones
12
12
* Added `CompilingMatcher` class to speed up constraint matching against simple Constraint instances
13
13
* Added `MatchAllConstraint` and `MatchNoneConstraint` which match everything and nothing
14
-
* Added `AnyDevConstraint` which matches any dev- prefixed version (branches)
15
14
* Added more advanced optimization of contiguous constraints inside MultiConstraint
16
15
* Added tentative support for PHP 8
17
16
* Fixed ConstraintInterface::matches to be commutative in all cases
0 commit comments