All Notable changes to bakame/spec
will be documented in this file
2.0.0 - 2022-05-16
Chain::and
,Chain::andNot
,Chain::or
,Chain::orNot
methods
- All
Chain
methods now accepts variadicSpecification
.
- none
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 byChain::and
,Chain::andNot
,Chain::or
,Chain::orNot
methods
1.1.0 - 2022-05-13
AndNotX
andOrNotX
SpecificationsComposite::andNotX
andComposite::orNotX
methods
- added missing
declare(strict_types=1);
declaration - made protected properties private
- none
- none
1.0.1 - 2022-05-13
- none
- Remove development files from package download.
- none
- none
1.0.0 - 2022-05-13
Initial release!