File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.0.3 - July 4, 2025
2
+ * FIX: Blank failure images were being generated for passing tests.
3
+ * FEATURE: Pixel mismatch tolerances for ` SingleShot ` and ` Gallery ` .
4
+
1
5
## 0.0.2 - June 24, 2025 - Alpha
2
- * ` SingleShot ` : A Golden Scene that shows a single screenshot with an ergonomic API.
3
- * ` Gallery ` : A Golden Scene that screenshots independent widget trees.
4
- * ` Timeline ` : A Golden Scene that screenshots the same widget tree over time.
5
- * Detailed failure reports that go well beyond Flutter and ` golden_toolkit ` reporting.
6
- * Failure Scenes MVP: A scene that shows failing goldens with mismatch visualizations.
7
- * Golden Scene metadata is tracked in PNG metadata.
8
- * A variety of marketing goldens are available in the package docs.
6
+ * FEATURE: ` SingleShot ` : A Golden Scene that shows a single screenshot with an ergonomic API.
7
+ * FEATURE: ` Gallery ` : A Golden Scene that screenshots independent widget trees.
8
+ * FEATURE: ` Timeline ` : A Golden Scene that screenshots the same widget tree over time.
9
+ * FEATURE: Detailed failure reports that go well beyond Flutter and ` golden_toolkit ` reporting.
10
+ * FEATURE: Failure Scenes MVP: A scene that shows failing goldens with mismatch visualizations.
11
+ * FEATURE: Golden Scene metadata is tracked in PNG metadata.
12
+ * FEATURE: A variety of marketing goldens are available in the package docs.
9
13
10
14
## 0.0.1 - Feb 24, 2025 - Initial release
11
-
12
- * ` GoldenCamera ` : Takes and stores photos.
15
+ * FEATURE: ` GoldenCamera ` : Takes and stores photos.
Original file line number Diff line number Diff line change 1
1
name : flutter_test_goldens
2
2
description : " A toolkit for writing golden tests"
3
- version : 0.0.2
3
+ version : 0.0.3
4
4
homepage : https://github.com/Flutter-Bounty-Hunters/flutter_test_goldens
5
5
repository : https://github.com/Flutter-Bounty-Hunters/flutter_test_goldens
6
6
You can’t perform that action at this time.
0 commit comments