Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

1.0.0-beta5

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 30 Jun 21:08

Features

  • BCL API Review: Move ConfigurationBinder functionality into its own package in the Configuration repo (#210)
  • Remove strongly-typed Get support from configuration (#199)
  • BCL API review: Find a better namespace name than ConfigurationModel (#198)
  • BCL API review: Find a better name for IConfiguration.GetSubKey() (#197)
  • BCL API review: Find a better name for IConfigurationSourceRoot (#196)
  • BCL API review: Separate platform specific configuration source implementations into their own packages (#195)
  • BCL API review: Split implementation of IConfigurationSourceRoot and IConfiguration (#194)
  • Add BasePath to IConfigurationSourceRoot (#159)
  • Support arrays as values in JSON configuration source (#115)

Bugs Fixed

  • Configuration.Json not parsing values from config when targeting coreclr (#201)
  • Configuration no-ops with no sources (#96)