Skip to content

Releases: bakame-php/spec

version 2.0.0

16 May 07:25
Compare
Choose a tag to compare

Added

  • Chain::and, Chain::andNot, Chain::or, Chain::orNot methods

Fixed

  • All Chain methods now accepts variadic Specification.

Deprecated

  • none

Removed

  • AndNotX, AndX, OrX, OrNotX, Not classes without replacements you can emulate them via the Chain class usage
  • Chain::andX, Chain::andNotX, Chain::orX, Chain::orNotX methods replaced by
    Chain::and, Chain::andNot, Chain::or, Chain::orNot methods

version 1.1.0

13 May 20:10
Compare
Choose a tag to compare

Added

  • AndNotX and OrNotX Specifications
  • Composite::andNotX and Composite::orNotX methods

Fixed

  • added missing declare(strict_types=1); declaration
  • made protected properties private

Deprecated

  • none

Removed

  • none

version 1.0.1

13 May 17:29
Compare
Choose a tag to compare

Fixed

Remove development files from package download.

version 1.0.0

13 May 17:17
Compare
Choose a tag to compare

first release 🎉