test_track_test_support 0.1.4 test_track_test_support: ^0.1.4 copied to clipboard
Test utilities for working with package:test_track, including a FakeTestTrack allowing you to test your integration with TestTrack with predetermined behavior.
What's Changed #
- chore: update dependencies and dart by @ClaireDavis in https://github.com/Betterment/test_track_dart_client/pull/47
Full Changelog: https://github.com/Betterment/test_track_dart_client/compare/v0.1.3...v0.1.4
0.1.3 #
- chore: upgrade dependencies by @ClaireDavis in https://github.com/Betterment/test_track_dart_client/pull/44
Full Changelog: https://github.com/Betterment/test_track_dart_client/compare/v0.1.3...v0.1.4
0.1.0 #
- feat: add ability to override visitor id to preserve id across organic installs by @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/36
⚠️ Breaking Changes See breaking changes listed in: https://github.com/Betterment/test_track_dart_client/pull/36
Full Changelog: https://github.com/Betterment/test_track_dart_client/compare/v0.0.5...v0.1.0
0.0.2 #
- chore: Update badges now that both packages are published by @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/20
- chore: Use pub dev version of test support package to make pana happy by @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/22
- chore: Resolve pana static analysis issues by @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/23
- feat: add examples for both packages by @samandmoore in https://github.com/Betterment/test_track_dart_client/pull/24
New Contributors #
- @samandmoore made their first contribution in https://github.com/Betterment/test_track_dart_client/pull/24
Full Changelog: https://github.com/Betterment/test_track_dart_client/compare/v0.0.1...v0.0.2
0.0.1 #
- Initial version.