Releases: felangel/mocktail
Releases · felangel/mocktail
mocktail-v0.1.1
mocktail-v0.1.0
- feat: add
Mock.throwOnMissingStub()
- fix: make
Mock
instances immutable - chore: convert to
test: ^1.16.0
mocktail-image-network-v0.1.0
- feat: upgrade to
mocktail ^0.1.0
mocktail-v0.0.2-dev.6
- fix: typo in matcher registration (
setUpAll
) - chore: upgrade to
test_api: ^0.3.0
mocktail-v0.0.2-dev.5
- fix:
verify
should use arg matcher from invocation if a matcher wasn't provided
mocktail-v0.0.2-dev.4
- BREAKING fix:
verifyInOrder
handles multiple method invocation verifications - test: 100% coverage
- docs: additional inline API documentation updates
mocktail-v0.0.2-dev.3
- BREAKING fix:
verifyInOrder
function signature - docs: update inline API documentation
- test: add nnbd compat tests
mocktail-v0.0.2-dev.2
- chore: documentation updates
mocktail-v0.0.2-dev.1
- BREAKING refactor: removed the
of
parameter of matchers in exchange for aregisterFallbackValue
mocktail-v0.0.2-dev.0
- BREAKING refactor: revamp
mocktail
API to be typesafe instead of relying onSymbol