Skip to content

Commit

Permalink
Prepare release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Sep 15, 2023
1 parent f7a8713 commit a0c8c28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.6.0
- Add matchers `.existsAtMostOnce()` and `.existsAtMostNTimes(x)` #19
- Add selector `.withParent(parent)`/`.withParents([...])` #21
- Add selector `.withChild(child)`/`.withChildren([...])` #21
- Child selectors now only match children #22
- You can call `act.tap()` now with any `WidgetSelector` that returns a single widget #23

## 0.5.0
- **Breaking** `act.tap` is now async, use `await act.tap()` #17
- New: `spotText('foo')` finds any text on screen using "contains". The new `AnyText` widget combines `Text`, `SelectableText`, `RichText` and `EditableText` #18
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: spot
description: Chainable finders and better assertions for powerful widget tests.
version: 0.5.0
version: 0.6.0
repository: https://github.com/passsy/spot
issue_tracker: https://github.com/passsy/spot/issues

Expand Down

0 comments on commit a0c8c28

Please sign in to comment.