|
2 | 2 |
|
3 | 3 | All notable changes to `phpunit-snapshot-assertions` will be documented in this file |
4 | 4 |
|
| 5 | +## 4.2.8 - 2021-12-02 |
| 6 | + |
| 7 | +## What's Changed |
| 8 | + |
| 9 | +- Update php-cs-fixer config by @gndk in https://github.com/spatie/phpunit-snapshot-assertions/pull/132 |
| 10 | +- Allow Symfony 6.0 by @gndk in https://github.com/spatie/phpunit-snapshot-assertions/pull/133 |
| 11 | + |
| 12 | +## New Contributors |
| 13 | + |
| 14 | +- @gndk made their first contribution in https://github.com/spatie/phpunit-snapshot-assertions/pull/132 |
| 15 | + |
| 16 | +**Full Changelog**: https://github.com/spatie/phpunit-snapshot-assertions/compare/4.2.7...4.2.8 |
| 17 | + |
5 | 18 | ## 4.2.7 - 2021-07-09 |
6 | 19 |
|
7 | 20 | - clean filenames on MatchesFileSnapshot for Windows (#130) |
@@ -49,81 +62,107 @@ All notable changes to `phpunit-snapshot-assertions` will be documented in this |
49 | 62 | - Removed `VarDriver` |
50 | 63 |
|
51 | 64 | ## 3.1.1 - 2019-02-10 |
| 65 | + |
52 | 66 | - Add support for PHPUnit 9 (#86) |
53 | 67 |
|
54 | 68 | ## 3.1.0 - 2019-12-02 |
| 69 | + |
55 | 70 | - Drop support for PHP 7.3 |
56 | 71 |
|
57 | 72 | ## 3.0.0 - 2019-11-22 |
| 73 | + |
58 | 74 | - `assertMatchesJsonSnapshot` now supports all JSON serializable objects, and won't convert empty arrays to obejcts anymore |
59 | 75 |
|
60 | 76 | ## 2.2.1 - 2019-11-22 |
| 77 | + |
61 | 78 | - Allow symfony 5 components |
62 | 79 |
|
63 | 80 | ## 2.2.0 - 2019-10-23 |
| 81 | + |
64 | 82 | - Added an `assertMatchesHtmlSnapshot` assertion |
65 | 83 |
|
66 | 84 | ## 2.1.3 - 2019-08-07 |
| 85 | + |
67 | 86 | - Allow recursive mkdir for file snapshots |
68 | 87 |
|
69 | 88 | ## 2.1.2 - 2019-03-27 |
| 89 | + |
70 | 90 | - Less restrictive symfony/yaml version requirement |
71 | 91 |
|
72 | 92 | ## 2.1.1 - 2019-03-04 |
| 93 | + |
73 | 94 | - Fix for json driver |
74 | 95 |
|
75 | 96 | ## 2.1.0 - 2019-02-07 |
| 97 | + |
76 | 98 | - Require PHPUnit 8 & PHP 7.2 |
77 | 99 |
|
78 | 100 | ## 2.0.0 - 2019-01-29 |
| 101 | + |
79 | 102 | - Use YAML by default for associative arrays |
80 | 103 | - Drop PHP 7.0 support, the new constraint is ^7.1 |
81 | 104 | - Drop PHPUnit ^6.5 support, the new constraint is ^7.0 |
82 | 105 |
|
83 | 106 | ## 1.4.1 - 2019-01-29 |
| 107 | + |
84 | 108 | - Fix JSON array comparisons |
85 | 109 |
|
86 | 110 | ## 1.4.0 - 2019-01-29 |
| 111 | + |
87 | 112 | - Allow arrays to be serialized to JSON |
88 | 113 |
|
89 | 114 | ## 1.3.3 - 2018-12-15 |
| 115 | + |
90 | 116 | - Fix updating failed file-snapshots |
91 | 117 |
|
92 | 118 | ## 1.3.2 - 2018-10-18 |
| 119 | + |
93 | 120 | - Fix for tests with weird characters |
94 | 121 |
|
95 | 122 | ## 1.3.1 - 2018-06-09 |
| 123 | + |
96 | 124 | - Lowered minimum required PHPUnit version |
97 | 125 |
|
98 | 126 | ## 1.3.0 - 2018-05-22 |
| 127 | + |
99 | 128 | - Only mark test incomplete after every snapshot has been run |
100 | 129 |
|
101 | 130 | ## 1.2.3 - 2018-03-15 |
| 131 | + |
102 | 132 | - Fixed snapshot creation in recursive directories |
103 | 133 |
|
104 | 134 | ## 1.2.2 - 2018-02-17 |
| 135 | + |
105 | 136 | - Support PHP 7.2 |
106 | 137 |
|
107 | 138 | ## 1.2.1 - 2018-02-02 |
| 139 | + |
108 | 140 | - Support phpunit ^7.0 |
109 | 141 |
|
110 | 142 | ## 1.2.0 - 2017-11-29 |
| 143 | + |
111 | 144 | - Added `assertMatchesFileSnapshot` |
112 | 145 |
|
113 | 146 | ## 1.1.1 - 2017-10-11 |
| 147 | + |
114 | 148 | - Fixed `assertMatchesFileHashSnapshot` |
115 | 149 |
|
116 | 150 | ## 1.1.0 - 2017-10-07 |
| 151 | + |
117 | 152 | - Added `assertMatchesFileHashSnapshot` assertion |
118 | 153 |
|
119 | 154 | ## 1.0.2 - 2017-09-11 |
| 155 | + |
120 | 156 | - Added `example` folder to `.gitattributes` |
121 | 157 |
|
122 | 158 | ## 1.0.1 - 2017-06-23 |
| 159 | + |
123 | 160 | - Fixed expected and actual argument order when making json assertions |
124 | 161 |
|
125 | 162 | ## 1.0.0 - 2017-05-29 |
| 163 | + |
126 | 164 | - Added a reminder how to update snapshots when a snapshot assertion fails |
127 | 165 |
|
128 | 166 | ## 0.4.1 - 2017-03-27 |
| 167 | + |
129 | 168 | - Initial release |
0 commit comments