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