test_track 0.2.0 
test_track: ^0.2.0 copied to clipboard
The dart client for the TestTrack system. It provides client-side split-testing and feature-toggling through a simple API.
0.2.0 #
- feat: allow basic auth to be provided to assign overrides by @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/54
 
Full Changelog: https://github.com/Betterment/test_track_dart_client/compare/v0.1.6...v0.2.0
0.1.6 #
What's Changed #
- chore(sturdy): Update to version 0.5.0 by @nhannah in https://github.com/Betterment/test_track_dart_client/pull/52
 
New Contributors #
- @nhannah made their first contribution in https://github.com/Betterment/test_track_dart_client/pull/52
 
Full Changelog: https://github.com/Betterment/test_track_dart_client/compare/v.0.1.5...v0.1.6
0.1.5 #
What's Changed #
- chore: Upgrade 
dio,sturdy_httpby @willlockwood in https://github.com/Betterment/test_track_dart_client/pull/50 
New Contributors #
- @willlockwood made their first contribution in https://github.com/Betterment/test_track_dart_client/pull/50
 
Full Changelog: https://github.com/Betterment/test_track_dart_client/compare/v0.1.4...v.0.1.5
0.1.4 #
- 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 #
What's Changed #
- chore: upgrade dependencies by @ClaireDavis in https://github.com/Betterment/test_track_dart_client/pull/44
 
New Contributors #
- @ClaireDavis made their first contribution in https://github.com/Betterment/test_track_dart_client/pull/44
 
Full Changelog: https://github.com/Betterment/test_track_dart_client/compare/v0.1.2...v0.1.3
0.1.2 #
- fix: avoid calling handler.next more than once in RetryInterceptor by @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/42
 
Full Changelog: https://github.com/Betterment/test_track_dart_client/compare/v0.1.1...v0.1.2
0.1.1 #
- chore: migrate to 
sturdy_httpby @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/38 - chore: tweak codeowners by @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/39
 - feat: add systomProxyGetter parameter to allow for proxying requests by @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/40
 
Full Changelog: https://github.com/Betterment/test_track_dart_client/compare/v0.1.0...v0.1.1
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.5 #
- fix: add required headers to all requests via Interceptor by @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/34
 
Full Changelog: https://github.com/Betterment/test_track_dart_client/compare/v0.0.4...v0.0.5
0.0.4 #
- chore: upgrade dio to 5.0.0 by @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/32
 
Full Changelog: https://github.com/Betterment/test_track_dart_client/compare/v0.0.3...v0.0.4
0.0.3 #
- ci: Use codecov instead of the lcov reporter by @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/27
 - fix: fix target spec location for codecov yml by @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/28
 - chore: setup policy-bot to replace nanda by @samandmoore in https://github.com/Betterment/test_track_dart_client/pull/29
 - chore: upgrade dependencies by @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/30
 
Full Changelog: https://github.com/Betterment/test_track_dart_client/compare/v0.0.2...v0.0.3
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.