Skip to content

Commit ab5769c

Browse files
committed
doc(CHANGELOG.md) udpate version to 0.4.0
1 parent 4a61eb5 commit ab5769c

File tree

1 file changed

+33
-3
lines changed

1 file changed

+33
-3
lines changed

CHANGELOG.md

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,81 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

78
## [Unreleased]
89

9-
## [0.3.1] - 2023-10-14
10+
## [0.4.0] - 2023-10-14
11+
12+
### Breaking change
13+
14+
- Codeception support reduced to version 4.0; versions 2 and 3 are no longer supported.
15+
1016
### Added
11-
- support a `snapshot` configuration parameter in the `codeception.yml`, or `codeception.dist.yml`, file to set the snapshot `version` and `refresh` values; see the README.md file for details.
17+
18+
- support a `snapshot` configuration parameter in the `codeception.yml`, or `codeception.dist.yml`, file to set the
19+
snapshot `version` and `refresh` values; see the README.md file for details.
1220

1321
## [0.3.0] - 2023-09-08
22+
1423
### Changed
24+
1525
- show diff on failure by default
1626

1727
## [0.2.4] - 2020-02-05
28+
1829
### Added
30+
1931
- data visitor support in all assertions to allow pre-processing of the expected and current values before assertions
2032

2133
## [0.2.3] - 2020-02-03
34+
2235
### Added
36+
2337
- data visitor support in all assertions to allow pre-processing of the expected and current values before assertions
2438

2539
## [0.2.2] - 2019-09-21
40+
2641
### Added
42+
2743
- directory snapshot
2844

2945
## [0.2.1] - 2019-05-24
46+
3047
### Fixed
48+
3149
- snapshot regeneration when running tests in debug mode
3250

3351
## [0.2.0] - 2019-05-24
52+
3453
### Added
54+
3555
- code snapshot assertions class and trait methods
3656

3757
## [0.1.0] - 2019-05-07
58+
3859
### Added
60+
3961
- this changelog file
4062
- the first version of the package and README.md
4163

4264
[0.1.0]: https://github.com/lucatume/codeception-snapshot-assertions/releases/tag/0.1.0
65+
4366
[0.2.0]: https://github.com/lucatume/codeception-snapshot-assertions/compare/0.1.0...0.2.0
67+
4468
[0.2.1]: https://github.com/lucatume/codeception-snapshot-assertions/compare/0.2.0...0.2.1
69+
4570
[0.2.2]: https://github.com/lucatume/codeception-snapshot-assertions/compare/0.2.1...0.2.2
71+
4672
[0.2.3]: https://github.com/lucatume/codeception-snapshot-assertions/compare/0.2.2...0.2.3
73+
4774
[0.2.4]: https://github.com/lucatume/codeception-snapshot-assertions/compare/0.2.3...0.2.4
75+
4876
[0.3.0]: https://github.com/lucatume/codeception-snapshot-assertions/compare/0.2.4...0.3.0
49-
[0.3.1]: https://github.com/lucatume/codeception-snapshot-assertions/compare/0.3.0...0.3.1
77+
78+
[0.4.0]: https://github.com/lucatume/codeception-snapshot-assertions/compare/0.3.0...0.4.0
79+
5080
[Unreleased]: https://github.com/lucatume/codeception-snapshot-assertions/compare/0.2.4...HEAD
5181

0 commit comments

Comments
 (0)