We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0740372 commit 8037cccCopy full SHA for 8037ccc
CHANGELOG.md
@@ -6,8 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [1.1.0] - 2023-06-28
10
### Changed
11
- Show the snapshot diff by default, deactivate setting the `showSnapshotDiff` property of a `SnapshotAssertions` trait user to `false`.
12
+- Make the `SnapshotAssertions` trait `public` to allow its use in Actor classes.
13
+
14
+### Fixed
15
+- Ensure multiple snapshot assertions in the context of the same test method do not overwrite each other.
16
17
## [1.0.0] - 2023-06-16
18
0 commit comments