Skip to content

Commit 31fe6d7

Browse files
authored
Bump to 2.2.0; add collection dep (dart-lang/mockito#73)
1 parent 8ee9abd commit 31fe6d7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pkgs/mockito/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.2.0
2+
3+
* Add new feature to wait for an interaction: `untilCalled`. See the README for
4+
documentation.
5+
16
## 2.1.0
27

38
* Add documentation for `when`, `verify`, `verifyNever`, `resetMockitoState`.

pkgs/mockito/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: mockito
2-
version: 2.1.0
2+
version: 2.2.0
33
authors:
44
- Dmitriy Fibulwinter <fibulwinter@gmail.com>
55
- Dart Team <misc@dartlang.org>
@@ -8,6 +8,7 @@ homepage: https://github.com/dart-lang/mockito
88
environment:
99
sdk: '>=1.21.0 <2.0.0-dev.infinity'
1010
dependencies:
11+
collection: '^1.1.0'
1112
matcher: '^0.12.0'
1213
meta: '^1.0.4'
1314
test: '>=0.12.0 <0.13.0'

0 commit comments

Comments
 (0)