Skip to content

1.0.0-preview.3

Pre-release
Pre-release

Choose a tag to compare

@Eskibear Eskibear released this 10 Apr 05:02
a034dc9

Enhancements

  • Added support for dynamic configuration refresh. See an example here. #21
  • Added support for consuming configuration as an object. A new API, constructConfigurationObject, has been added to construct a configuration object based on the key-values loaded from Azure App Configuration. It minimizes necessary code changes for applications that were using JSON configuration file to adopt Azure App Configuration. #49