Skip to content

Commit 9800fc3

Browse files
committed
chore: v0.2.0-dev.2
1 parent 7caf0be commit 9800fc3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
# 0.2.0-dev.2
2+
3+
- feat: add mock call for `maybePop` (thanks [@korzonkiee](https://github.com/korzonkiee)!)
4+
15
# 0.2.0-dev.1
26

37
- feat: add `whereSettings`, `whereName`, `whereArguments`, `whereMaintainState` and `whereFullscreenDialog` matcher arguments to `isRoute` matcher
48
- **DEPRECATE**: fix: `named` argument on `isRoute` deprecated in favor of `whereName`
5-
- feat: add mock call for `maybePop` (thanks [@korzonkiee](https://github.com/korzonkiee)!)
69

710
# 0.1.1
811

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: mockingjay
22
description: A package that makes it easy to mock, test and verify navigation
33
calls in Flutter.
4-
version: 0.2.0-dev.1
4+
version: 0.2.0-dev.2
55
homepage: https://github.com/VeryGoodOpenSource/mockingjay
66

77
environment:

0 commit comments

Comments
 (0)