|  | 
| 1 | 1 | # Changelog | 
|  | 2 | + | 
| 2 | 3 | All notable changes to this project will be documented in this file. | 
| 3 | 4 | 
 | 
| 4 | 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | 
| 5 | 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | 
| 6 | 7 | 
 | 
| 7 | 8 | ## [Unreleased] | 
| 8 | 9 | 
 | 
| 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 | + | 
| 10 | 16 | ### 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. | 
| 12 | 20 | 
 | 
| 13 | 21 | ## [0.3.0] - 2023-09-08 | 
|  | 22 | + | 
| 14 | 23 | ### Changed | 
|  | 24 | + | 
| 15 | 25 | - show diff on failure by default | 
| 16 | 26 | 
 | 
| 17 | 27 | ## [0.2.4] - 2020-02-05 | 
|  | 28 | + | 
| 18 | 29 | ### Added | 
|  | 30 | + | 
| 19 | 31 | - data visitor support in all assertions to allow pre-processing of the expected and current values before assertions | 
| 20 | 32 | 
 | 
| 21 | 33 | ## [0.2.3] - 2020-02-03 | 
|  | 34 | + | 
| 22 | 35 | ### Added | 
|  | 36 | + | 
| 23 | 37 | - data visitor support in all assertions to allow pre-processing of the expected and current values before assertions | 
| 24 | 38 | 
 | 
| 25 | 39 | ## [0.2.2] - 2019-09-21 | 
|  | 40 | + | 
| 26 | 41 | ### Added | 
|  | 42 | + | 
| 27 | 43 | - directory snapshot | 
| 28 | 44 | 
 | 
| 29 | 45 | ## [0.2.1] - 2019-05-24 | 
|  | 46 | + | 
| 30 | 47 | ### Fixed | 
|  | 48 | + | 
| 31 | 49 | - snapshot regeneration when running tests in debug mode | 
| 32 | 50 | 
 | 
| 33 | 51 | ## [0.2.0] - 2019-05-24 | 
|  | 52 | + | 
| 34 | 53 | ### Added | 
|  | 54 | + | 
| 35 | 55 | - code snapshot assertions class and trait methods | 
| 36 | 56 | 
 | 
| 37 | 57 | ## [0.1.0] - 2019-05-07 | 
|  | 58 | + | 
| 38 | 59 | ### Added | 
|  | 60 | + | 
| 39 | 61 | - this changelog file | 
| 40 | 62 | - the first version of the package and README.md | 
| 41 | 63 | 
 | 
| 42 | 64 | [0.1.0]: https://github.com/lucatume/codeception-snapshot-assertions/releases/tag/0.1.0 | 
|  | 65 | + | 
| 43 | 66 | [0.2.0]: https://github.com/lucatume/codeception-snapshot-assertions/compare/0.1.0...0.2.0 | 
|  | 67 | + | 
| 44 | 68 | [0.2.1]: https://github.com/lucatume/codeception-snapshot-assertions/compare/0.2.0...0.2.1 | 
|  | 69 | + | 
| 45 | 70 | [0.2.2]: https://github.com/lucatume/codeception-snapshot-assertions/compare/0.2.1...0.2.2 | 
|  | 71 | + | 
| 46 | 72 | [0.2.3]: https://github.com/lucatume/codeception-snapshot-assertions/compare/0.2.2...0.2.3 | 
|  | 73 | + | 
| 47 | 74 | [0.2.4]: https://github.com/lucatume/codeception-snapshot-assertions/compare/0.2.3...0.2.4 | 
|  | 75 | + | 
| 48 | 76 | [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 | + | 
| 50 | 80 | [Unreleased]: https://github.com/lucatume/codeception-snapshot-assertions/compare/0.2.4...HEAD | 
| 51 | 81 | 
 | 
0 commit comments