Skip to content

Commit 7c1d7e6

Browse files
freekmurzeactions-user
authored andcommitted
Update CHANGELOG
1 parent f642802 commit 7c1d7e6

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to `phpunit-snapshot-assertions` will be documented in this file
44

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+
518
## 4.2.7 - 2021-07-09
619

720
- clean filenames on MatchesFileSnapshot for Windows (#130)
@@ -49,81 +62,107 @@ All notable changes to `phpunit-snapshot-assertions` will be documented in this
4962
- Removed `VarDriver`
5063

5164
## 3.1.1 - 2019-02-10
65+
5266
- Add support for PHPUnit 9 (#86)
5367

5468
## 3.1.0 - 2019-12-02
69+
5570
- Drop support for PHP 7.3
5671

5772
## 3.0.0 - 2019-11-22
73+
5874
- `assertMatchesJsonSnapshot` now supports all JSON serializable objects, and won't convert empty arrays to obejcts anymore
5975

6076
## 2.2.1 - 2019-11-22
77+
6178
- Allow symfony 5 components
6279

6380
## 2.2.0 - 2019-10-23
81+
6482
- Added an `assertMatchesHtmlSnapshot` assertion
6583

6684
## 2.1.3 - 2019-08-07
85+
6786
- Allow recursive mkdir for file snapshots
6887

6988
## 2.1.2 - 2019-03-27
89+
7090
- Less restrictive symfony/yaml version requirement
7191

7292
## 2.1.1 - 2019-03-04
93+
7394
- Fix for json driver
7495

7596
## 2.1.0 - 2019-02-07
97+
7698
- Require PHPUnit 8 & PHP 7.2
7799

78100
## 2.0.0 - 2019-01-29
101+
79102
- Use YAML by default for associative arrays
80103
- Drop PHP 7.0 support, the new constraint is ^7.1
81104
- Drop PHPUnit ^6.5 support, the new constraint is ^7.0
82105

83106
## 1.4.1 - 2019-01-29
107+
84108
- Fix JSON array comparisons
85109

86110
## 1.4.0 - 2019-01-29
111+
87112
- Allow arrays to be serialized to JSON
88113

89114
## 1.3.3 - 2018-12-15
115+
90116
- Fix updating failed file-snapshots
91117

92118
## 1.3.2 - 2018-10-18
119+
93120
- Fix for tests with weird characters
94121

95122
## 1.3.1 - 2018-06-09
123+
96124
- Lowered minimum required PHPUnit version
97125

98126
## 1.3.0 - 2018-05-22
127+
99128
- Only mark test incomplete after every snapshot has been run
100129

101130
## 1.2.3 - 2018-03-15
131+
102132
- Fixed snapshot creation in recursive directories
103133

104134
## 1.2.2 - 2018-02-17
135+
105136
- Support PHP 7.2
106137

107138
## 1.2.1 - 2018-02-02
139+
108140
- Support phpunit ^7.0
109141

110142
## 1.2.0 - 2017-11-29
143+
111144
- Added `assertMatchesFileSnapshot`
112145

113146
## 1.1.1 - 2017-10-11
147+
114148
- Fixed `assertMatchesFileHashSnapshot`
115149

116150
## 1.1.0 - 2017-10-07
151+
117152
- Added `assertMatchesFileHashSnapshot` assertion
118153

119154
## 1.0.2 - 2017-09-11
155+
120156
- Added `example` folder to `.gitattributes`
121157

122158
## 1.0.1 - 2017-06-23
159+
123160
- Fixed expected and actual argument order when making json assertions
124161

125162
## 1.0.0 - 2017-05-29
163+
126164
- Added a reminder how to update snapshots when a snapshot assertion fails
127165

128166
## 0.4.1 - 2017-03-27
167+
129168
- Initial release

0 commit comments

Comments
 (0)