Releases: bakame-php/spec
Releases · bakame-php/spec
version 2.0.0
Added
Chain::and,Chain::andNot,Chain::or,Chain::orNotmethods
Fixed
- All
Chainmethods now accepts variadicSpecification.
Deprecated
- none
Removed
AndNotX,AndX,OrX,OrNotX,Notclasses without replacements you can emulate them via theChainclass usageChain::andX,Chain::andNotX,Chain::orX,Chain::orNotXmethods replaced by
Chain::and,Chain::andNot,Chain::or,Chain::orNotmethods
version 1.1.0
Added
AndNotXandOrNotXSpecificationsComposite::andNotXandComposite::orNotXmethods
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 🎉