azure_app_config 1.1.1
azure_app_config: ^1.1.1 copied to clipboard
A Dart package to communicate with Microsoft Azure App Configuration.
1.1.1 #
- [feat] remove import on
dart:ioto support web
1.0.0 #
- [chore] align SDK constraint to
>=3.8.0 <4.0.0 - [deps] update
diofrom ^5.7.0 → ^5.9.0 - [deps] update
freezed_annotationfrom ^2.4.4 → ^3.1.0 - [deps] update
metafrom ^1.16.0 → ^1.17.0
0.16.0 – 0.17.1 #
- [fix] resolve various pagination issues
- [fix] ensure
FeatureFlags can always be retrieved
0.15.2 #
- [feat] add optional parameter
nametosetFeatureFlag()
0.15.1 #
- [feat] add constant
FeatureFlag.contentType
0.15.0 #
- [deprecate]
AzureRemoteServicein favor ofAzureAppConfig - [feat] add
setFeatureFlag()method - [feat] simplify feature flag key usage (now
mykeyinstead of.appconfig.featureflag/mykey) - [fix]
KeyValue.asFeatureFlag()now returnsnullinstead of throwingAzureKeyValueNotParsableAsFeatureFlagException - [deps] update dependencies
0.14.0 #
- [docs] improve README
- [deps] update to latest dependency versions
0.13.0 #
- [feat] complete Azure’s default
Targetingfilter (groupsanduserssupport)
0.12.0 #
- [feat] add registration of
ComplexTypes for automatic (de)serialization
0.11.0 #
- [feat] add
AzureRemoteService.customAuthentication()factory for custom signing - [feat] add
findKeyBy()method to locateAzureKeys
0.10.0 #
- [feat] add
findKeyValuesBy()method to filter by key and label
0.9.0 #
- [init] initial release