1.0.0-preview.3
Pre-release
Pre-release
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