Skip to content

Commit 3552c6d

Browse files
v0.0.3 (messed up release, will delete this one)
1 parent 619222d commit 3552c6d

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
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+
15
## 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.
913

1014
## 0.0.1 - Feb 24, 2025 - Initial release
11-
12-
* `GoldenCamera`: Takes and stores photos.
15+
* FEATURE: `GoldenCamera`: Takes and stores photos.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_test_goldens
22
description: "A toolkit for writing golden tests"
3-
version: 0.0.2
3+
version: 0.0.3
44
homepage: https://github.com/Flutter-Bounty-Hunters/flutter_test_goldens
55
repository: https://github.com/Flutter-Bounty-Hunters/flutter_test_goldens
66

0 commit comments

Comments
 (0)