Releases: bakame-php/spec
Releases · bakame-php/spec
version 2.0.0
Added
Chain::and
,Chain::andNot
,Chain::or
,Chain::orNot
methods
Fixed
- All
Chain
methods now accepts variadicSpecification
.
Deprecated
- none
Removed
AndNotX
,AndX
,OrX
,OrNotX
,Not
classes without replacements you can emulate them via theChain
class usageChain::andX
,Chain::andNotX
,Chain::orX
,Chain::orNotX
methods replaced by
Chain::and
,Chain::andNot
,Chain::or
,Chain::orNot
methods
version 1.1.0
Added
AndNotX
andOrNotX
SpecificationsComposite::andNotX
andComposite::orNotX
methods
Fixed
- added missing
declare(strict_types=1);
declaration - made protected properties private
Deprecated
- none
Removed
- none
version 1.0.1
Fixed
Remove development files from package download.
version 1.0.0
first release 🎉