Skip to content

Commit 8fdb793

Browse files
v0.0.2
1 parent 74567ce commit 8fdb793

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 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.
9+
110
## 0.0.1 - Feb 24, 2025 - Initial release
211

312
* `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.1
3+
version: 0.0.2
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)