Aspnet Configuration Versions Save

[Archived] Interfaces and providers for accessing configuration files. Project moved to https://github.com/aspnet/Extensions

1.0.0-rc1

8 years ago

Features

  • Rename Microsoft.Framework.* to Microsoft.Extensions.* (#304)
  • ConfigurationBinder: Allow specifying default values (#285)

1.0.0-beta8

8 years ago

Features

  • Consider having sugar methods for type conversion of values in ConfigurationBinder (#281)
  • Support for Uri in OptionsModel (#260)
  • ConfigurationExtensions.Get<T>() should support TypeConverters (#130)

Bugs Fixed

  • ConfigurationBinder does not support Arrays (#268)
  • NeutralResourcesLanguage Warning on UWP (#245)

1.0.0-beta7

8 years ago

Features

  • BCL API review: ConfigurationBinder feedback (#236)
  • BCL API review: Rename GetCofigurationSection() and GetConfigurationSections() methods on IConfiguration (#231)
  • ConfigurationBinder to support more property types (#216)

Bugs Fixed

  • ConfigurationBinder throws TargetParameterCountException (due to indexer property?) (#253)

1.0.0-beta6

8 years ago

Features

  • ConfigurationExtensions.AddInMemoryCollection() (#193)

Bugs Fixed

  • Issue with environment variables in Linux (#222)
  • Improve handling of JsonReaderExceptions in JsonConfiguraitionSource.Load (#173)
  • Can all constructors of XmlConfigurationSource be made public (#168)

1.0.0-beta5

8 years ago

Features

  • BCL API Review: Move ConfigurationBinder functionality into its own package in the Configuration repo (#210)
  • Remove strongly-typed Get<T> 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)

1.0.0-beta4

9 years ago

Features

  • Provide a way of reading from the Secrets config file (#158)
  • AddJsonFile throws if the file does not exist (#123)

1.0.0-beta3

9 years ago

Bugs Fixed

  • Produces incorrect keys for JSON file with dot in key contents (#126)
  • Config sources convert dots to colons in config keys (#106)

1.0.0-beta2

9 years ago

1.0.0-beta1

9 years ago

Bugs Fixed

  • Update to JSON.NET 6.0.6 (#119)

1.0.0-alpha4

9 years ago

Bugs Fixed

  • Consider a better way to find base path for configuration files (#109)