We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633471e commit ca9f35eCopy full SHA for ca9f35e
packages/mocktail/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 1.0.3
2
+
3
+- docs: update ` README.md`` to include `any(that: ...)` ([#226](https://github.com/felangel/mocktail/issues/226))
4
+- chore: update LICENSE year
5
+- chore: remove deprecated lint rules
6
7
# 1.0.2
8
9
- chore(deps): allow pkg:test_api >=0.7.0 ([#220](https://github.com/felangel/mocktail/issues/220))
packages/mocktail/pubspec.yaml
@@ -1,6 +1,6 @@
name: mocktail
description: A Dart mock library which simplifies mocking with null safety support and no manual mocks or code generation.
-version: 1.0.2
+version: 1.0.3
repository: https://github.com/felangel/mocktail
homepage: https://github.com/felangel/mocktail/tree/main/packages/mocktail
topics: [mock, test]
0 commit comments