|
| 1 | +# 2.0 |
| 2 | + |
| 3 | +* Added support for PHP7 |
| 4 | +* Updated dependencies to support Symfony3 components |
| 5 | +* Added ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\MatchRegexTest`` expander - [email protected] |
| 6 | +* Added ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\IsEmpty`` expander - [email protected] |
| 7 | +* Added PHPMatcher facade in order to improve developers experience |
| 8 | + |
| 9 | + |
| 10 | +# 1.1 |
| 11 | + |
| 12 | +* Added pattern expanders mechanism with following expanders: |
| 13 | + * ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\Contains`` |
| 14 | + * ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\EndsWith`` |
| 15 | + * ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\GreaterThan`` |
| 16 | + * ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\InArray`` |
| 17 | + * ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\IsDateTime`` |
| 18 | + * ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\IsEmail`` |
| 19 | + * ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\IsUrl`` |
| 20 | + * ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\LowerThan`` |
| 21 | + * ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\MatchRegex`` |
| 22 | + * ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\OneOf`` |
| 23 | + * ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\StartsWith`` |
| 24 | + |
| 25 | +# 1.0 |
| 26 | + |
| 27 | +* PHPMatcher initial release with following matchers: |
| 28 | + * ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\ArrayMatcher`` |
| 29 | + * ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\CallbackMatcher`` |
| 30 | + * ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\CaptureMatcher`` |
| 31 | + * ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\ChainMatcher`` |
| 32 | + * ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\ExpressionMatcher`` |
| 33 | + * ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\JsonMatcher`` |
| 34 | + * ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\NullMatcher`` |
| 35 | + * ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\ScalarMatcher`` |
| 36 | + * ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\TypeMatcher`` |
| 37 | + * ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\WildcardMatcher`` |
| 38 | + * ``Coduo\PHPMatcher\Tests\Matcher\Pattern\Expander\XmlMatcher`` |
0 commit comments