You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[1e6e82](https://github.com/coduo/php-matcher/commit/1e6e8295c589c531d57e76bbb904e4fb2d76be25) - **Added 4.0 version to README** - [@norberttech](https://github.com/norberttech)
51
51
52
-
## [4.0.0] - 2019-12-22
52
+
## 4.0.0 - 2019-12-22
53
53
### Changed
54
54
-[aaa336](https://github.com/coduo/php-matcher/commit/aaa33639fe03d5883e0ccfbeea3d02a65ebc567c) - **Bumped dev-master alias to 5.0-dev** - [@norberttech](https://github.com/norberttech)
55
55
-[#193](https://github.com/coduo/php-matcher/pull/193) - **Fixed issue where unbound key matching would not validate keys in pat…** - [@raing3](https://github.com/raing3)
-[#166](https://github.com/coduo/php-matcher/pull/166) - **Update minimum required php version to 7.2** - [@norberttech](https://github.com/norberttech)
76
76
77
-
## [3.2.2] - 2019-08-11
77
+
## 3.2.2 - 2019-08-11
78
78
### Changed
79
79
-[#167](https://github.com/coduo/php-matcher/pull/167) - **JSON full text matching fixed** - [@norberttech](https://github.com/norberttech)
-[#149](https://github.com/coduo/php-matcher/pull/149) - **Remove a double call to sprintf** - [@nclsHart](https://github.com/nclsHart)
-[#141](https://github.com/coduo/php-matcher/pull/141) - **add expanders 'After' and 'Before' for date comparaison** - [@Canadadry](https://github.com/Canadadry)
-[a9d0f0](https://github.com/coduo/php-matcher/commit/a9d0f0b76685876b9f23c837361e97d3b1ad108c) - **updated branch-alias in composer.json** - [@norberttech](https://github.com/norberttech)
111
111
112
-
## [3.1.0] - 2018-04-26
112
+
## 3.1.0 - 2018-04-26
113
113
### Changed
114
114
-[f0c89f](https://github.com/coduo/php-matcher/commit/f0c89f1d4d7b1f401f1de00720de73b3ce8ef8c5) - **Updated README after 3.1 release** - [@norberttech](https://github.com/norberttech)
115
115
-[#130](https://github.com/coduo/php-matcher/pull/130) - **Added UUID pattern support for the TextMatcher** - [@thomasbisignani](https://github.com/thomasbisignani)
@@ -121,7 +121,7 @@ Types of changes:
121
121
-[#119](https://github.com/coduo/php-matcher/pull/119) - **Matcher fails when trying to use empty string as a pattern** - [@jkobus](https://github.com/jkobus)
122
122
-[#122](https://github.com/coduo/php-matcher/pull/122) - **Trim whitespaces around the matchers after `OR` splitting** - [@partikus](https://github.com/partikus)
-[#100](https://github.com/coduo/php-matcher/pull/100) - **update deps to phpunit 6.x, fix code and tests** - [@andreasschacht](https://github.com/andreasschacht)
141
141
-[34afc2](https://github.com/coduo/php-matcher/commit/34afc2c030374e5be64a4170a5f98eefd880ff94) - **Prepare matcher for 3.0 release** - [@norberttech](https://github.com/norberttech)
142
142
143
-
## [2.2.0] - 2016-12-11
143
+
## 2.2.0 - 2016-12-11
144
144
### Changed
145
145
-[#91](https://github.com/coduo/php-matcher/pull/91) - **add support for all versions of UUID [1-5]** - [@adam187](https://github.com/adam187)
-[#85](https://github.com/coduo/php-matcher/pull/85) - **#58 Added error message if JSON decode failed for both pattern and v…** - [@partikus](https://github.com/partikus)
-[#84](https://github.com/coduo/php-matcher/pull/84) - **#82 Null not work correctly - added test case** - [@partikus](https://github.com/partikus)
155
155
156
-
## [2.0.1] - 2016-04-12
156
+
## 2.0.1 - 2016-04-12
157
157
### Changed
158
158
-[#78](https://github.com/coduo/php-matcher/pull/78) - **work around bug https://bugs.php.net/bug.php?id=71964** - [@bendavies](https://github.com/bendavies)
-[63de6d](https://github.com/coduo/php-matcher/commit/63de6d22e95a14f86c97ae396d085f5d7fb794f3) - **Merge pull request #74 from partikus/feature/or-matcher** - [@norzechowicz](https://github.com/norzechowicz)
@@ -193,36 +193,36 @@ Types of changes:
193
193
-[fd87d9](https://github.com/coduo/php-matcher/commit/fd87d91bbf028112fffb84b80cac11f18e59e51f) - **Merge pull request #57 from hamuhamu/master** - [@norzechowicz](https://github.com/norzechowicz)
194
194
-[#57](https://github.com/coduo/php-matcher/pull/57) - **the Content had been duplicated.** - [@hamuhamu](https://github.com/hamuhamu)
195
195
196
-
## [1.1.7] - 2015-07-14
196
+
## 1.1.7 - 2015-07-14
197
197
### Changed
198
198
-[54d740](https://github.com/coduo/php-matcher/commit/54d74000b9bab2eba3c393fe6e0a5433e06d902f) - **Merge pull request #54 from norzechowicz/lowest-dependencies** - [@norzechowicz](https://github.com/norzechowicz)
199
199
-[#54](https://github.com/coduo/php-matcher/pull/54) - **Added test for lowest versions of dependnecies** - [@norberttech](https://github.com/norberttech)
200
200
-[51f48d](https://github.com/coduo/php-matcher/commit/51f48df18b618248abed13dee3a1a332b41d2e01) - **Merge pull request #51 from rpalladino/isUrl** - [@norzechowicz](https://github.com/norzechowicz)
-[3fcfd6](https://github.com/coduo/php-matcher/commit/3fcfd66ab8cff8b68e92baa7f7d94f69e9003f96) - **Merge pull request #50 from pskt/callback-matcher-on-function-names** - [@norzechowicz](https://github.com/norzechowicz)
206
206
-[#50](https://github.com/coduo/php-matcher/pull/50) - **CallbackMatcher should not be executed for internal function names** - [@pskt](https://github.com/pskt)
207
207
208
-
## [1.1.5] - 2015-01-26
208
+
## 1.1.5 - 2015-01-26
209
209
### Changed
210
210
-[272f53](https://github.com/coduo/php-matcher/commit/272f5361930ba2a1a6ac558d693d7d01ae619d53) - **Merge pull request #49 from norzechowicz/fix-text-matcher-null** - [@norzechowicz](https://github.com/norzechowicz)
211
211
-[#49](https://github.com/coduo/php-matcher/pull/49) - **Ignore strings that can be matched by other matchers in TextMatcher** - [@norberttech](https://github.com/norberttech)
212
212
213
-
## [1.1.4] - 2014-12-14
213
+
## 1.1.4 - 2014-12-14
214
214
### Changed
215
215
-[cb8144](https://github.com/coduo/php-matcher/commit/cb814458d7716599d7193d1c65b19b8dc8bec1ae) - **Merge pull request #44 from norzechowicz/text-matcher** - [@norzechowicz](https://github.com/norzechowicz)
216
216
-[#44](https://github.com/coduo/php-matcher/pull/44) - **Added text matcher** - [@norberttech](https://github.com/norberttech)
217
217
218
-
## [1.1.3] - 2014-12-11
218
+
## 1.1.3 - 2014-12-11
219
219
### Changed
220
220
-[d761fb](https://github.com/coduo/php-matcher/commit/d761fb6a45f42f91a3c0d2d6d107df570f27ca3b) - **Merge pull request #42 from cakper/patch-1** - [@norzechowicz](https://github.com/norzechowicz)
-[6298c3](https://github.com/coduo/php-matcher/commit/6298c3ce41979238f5e64d47e216f44f69998f72) - **Merge pull request #41 from cakper/fix-regex-matcher-edge-case** - [@norzechowicz](https://github.com/norzechowicz)
223
223
-[#41](https://github.com/coduo/php-matcher/pull/41) - **Add casting to bool for expression regex matches** - [@cakper](https://github.com/cakper)
224
224
225
-
## [1.1.1] - 2014-11-11
225
+
## 1.1.1 - 2014-11-11
226
226
### Changed
227
227
-[4e37e2](https://github.com/coduo/php-matcher/commit/4e37e27669eb56e7fe1198976ff519197b9cac52) - **Merge pull request #38 from norzechowicz/json-normalizer** - [@norberttech](https://github.com/norberttech)
228
228
-[#38](https://github.com/coduo/php-matcher/pull/38) - **Expanded TRANSFORM_QUOTATION_PATTERN in Json matcher to handle new type matchers** - [@norberttech](https://github.com/norberttech)
-[58a634](https://github.com/coduo/php-matcher/commit/58a6348ee30e25651c16fafe9733fa0ca9bd59f8) - **Merge pull request #20 from norzechowicz/unbounded_array** - [@defrag](https://github.com/defrag)
265
265
-[#20](https://github.com/coduo/php-matcher/pull/20) - **Fixed unbouded array to work with objects & iterateMatch matehod refactoring** - [@norberttech](https://github.com/norberttech)
266
266
-[f8d46c](https://github.com/coduo/php-matcher/commit/f8d46c8cfb7065ad2ad3cb03fa2c27f1ffbc226e) - **Merge pull request #17 from K-Phoen/dev-unbounded-arrays** - [@norberttech](https://github.com/norberttech)
-[70f00b](https://github.com/coduo/php-matcher/commit/70f00bca956ef01b6e8cf8324f3973e5367ec763) - **Merge pull request #19 from RobinvdVleuten/master** - [@norberttech](https://github.com/norberttech)
274
274
-[#19](https://github.com/coduo/php-matcher/pull/19) - **A null value can be matched.** - [@robinvdvleuten](https://github.com/robinvdvleuten)
275
275
276
-
## [1.0.2] - 2014-05-29
276
+
## 1.0.2 - 2014-05-29
277
277
### Changed
278
278
-[3bb08a](https://github.com/coduo/php-matcher/commit/3bb08a8bb4da7d54bfa27e76d179d46e4458be16) - **Merge pull request #16 from norzechowicz/array-fix** - [@defrag](https://github.com/defrag)
-[29e02d](https://github.com/coduo/php-matcher/commit/29e02debb5f2b8b5bb84b983a0df9e1e1c0b3d5a) - **Use stable version of php-to-string** - [@norberttech](https://github.com/norberttech)
297
297
-[16176b](https://github.com/coduo/php-matcher/commit/16176b7d44adb46634b3f53b63a79ac27ba4a156) - **Merge pull request #8 from norzechowicz/errors** - [@defrag](https://github.com/defrag)
0 commit comments