Releases: jimbo2150/php-comparable
Releases · jimbo2150/php-comparable
2.0.4
2.0.3
2.0.2
2.0.1
2.0
- Simpler, requiring only to use the
ComparableTrait
trait - Values are no longer public at all (unless you provide getter method(s) or make your own properties public)
- Custom comparisons now utilize a callable/callback/Closure which is passed the current object's comparison value, the comparison value of the object being compared to, and the operator enumeration