Skip to content

Releases: felangel/mocktail

mocktail-image-network-v0.3.1

09 Mar 15:53
2fbf562
Compare
Choose a tag to compare

What's Changed

  • fix(mocktail_image_network): pass onDone callback when listening to stream by @Kirpal in #120

New Contributors

mocktail-v0.3.0

01 Mar 19:03
c4ca18f
Compare
Choose a tag to compare
  • BREAKING feat: add support for type argument matching (#66) (@renancaraujo)
  • feat: improve verifyNoMoreInteractions failure message (#118)
  • docs: improve argument matcher documentation in README (#102)
  • docs: fix typo in _registerMatcher inline docs (#101)
  • docs: minor snippet fixes in README (#94)
  • docs: enhance example to illustrate more use cases

mocktail-image-network-v0.3.0

01 Mar 19:12
67f85d6
Compare
Choose a tag to compare
  • feat: upgrade to mocktail ^0.3.0

mocktail-v0.3.0-dev.1

20 Dec 22:03
ed5aa6a
Compare
Choose a tag to compare
mocktail-v0.3.0-dev.1 Pre-release
Pre-release
  • BREAKING feat: add support for type argument matching (#66)
  • docs: minor snippet fixes in README (#94)
  • docs: enhance example to illustrate more use cases

mocktail-image-network-v0.3.0-dev.1

20 Dec 22:22
6dcdef0
Compare
Choose a tag to compare
Pre-release
  • feat: upgrade to mocktail ^0.3.0-dev.1

mocktail-v0.2.0

09 Oct 22:01
6b75761
Compare
Choose a tag to compare
  • BREAKING refactor: remove generic from registerFallbackValue
  • docs: add FAQs to README

mocktail-image-network-v0.2.0

09 Oct 22:45
4ff3e6c
Compare
Choose a tag to compare
  • feat: upgrade to mocktail ^0.2.0

mocktail-v0.1.4

28 May 15:52
7f5824e
Compare
Choose a tag to compare
  • fix: add built-in fallback for DateTime

mocktail-v0.1.3

25 May 05:27
dd24b39
Compare
Choose a tag to compare
  • docs: improve documentation regarding registerFallbackValue and how the library works
  • tests: add additional tests for asyncVoid stubbing and verification

mocktail-v0.1.2

26 Apr 01:54
ad920e7
Compare
Choose a tag to compare
  • feat: improve generic fallback support
  • feat: improve error message for missing registerFallbackValue