Skip to content

Commit

Permalink
chore(mocktail): v0.2.0 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Oct 9, 2021
1 parent d968b28 commit 6b75761
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/mocktail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.2.0

- **BREAKING** refactor: remove generic from `registerFallbackValue`
- docs: add FAQs to README

# 0.1.4

- fix: add built-in fallback for `DateTime`
Expand Down
2 changes: 2 additions & 0 deletions packages/mocktail/lib/mocktail.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/// A Dart mock library which simplifies mocking
/// with null safety support and no manual mocks or code generation.
library mocktail;

export 'package:test/fake.dart' show Fake;
Expand Down
2 changes: 1 addition & 1 deletion packages/mocktail/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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: 0.1.4
version: 0.2.0
repository: https://github.com/felangel/mocktail
homepage: https://github.com/felangel/mocktail/tree/main/packages/mocktail

Expand Down

0 comments on commit 6b75761

Please sign in to comment.