Skip to content

Commit

Permalink
Include earlier versions from other branches in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed May 16, 2024
1 parent 9ce22b0 commit 6c746f8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,12 @@ Eventually **Breaking**, but only the class names. The end user API stays the sa
- Fix: `hasProp` matcher can now check for null values with `(it) => it.isNull()` #18
- Improvement: `withDiagnosticProp` now falls back to the default value of a `DiagnosticNode` #18

## 0.4.3
- Remove unused dependencies. Fixes incompatibility with latest test_api versions #55

## 0.4.2
- Switch to `renderView.size` to get the window size

## 0.4.1
- Added screenshot methods #14
```dart
Expand All @@ -190,6 +196,9 @@ Eventually **Breaking**, but only the class names. The end user API stays the sa
- Switch to the official [`checks`](https://pub.dev/packages/checks) package #12
- Rename `SingleWidgetSnapshot.discoveredElements` -> `SingleWidgetSnapshot.discoveredElement` #11

## 0.3.3
- Widen test_api range to support Flutter 3.22

## 0.3.2
- Export all types from `checks.dart` which are required to use `hasProp`

Expand Down

0 comments on commit 6c746f8

Please sign in to comment.