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

Releases: aspnet/Configuration

1.0.0-rc1

18 Nov 15:29
Compare
Choose a tag to compare
1.0.0-rc1 Pre-release
Pre-release

Features

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

1.0.0-beta8

15 Oct 17:27
Compare
Choose a tag to compare
1.0.0-beta8 Pre-release
Pre-release

Features

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

Bugs Fixed

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

1.0.0-beta7

02 Sep 17:18
Compare
Choose a tag to compare
1.0.0-beta7 Pre-release
Pre-release

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

28 Jul 19:54
Compare
Choose a tag to compare
1.0.0-beta6 Pre-release
Pre-release

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

30 Jun 21:08
Compare
Choose a tag to compare
1.0.0-beta5 Pre-release
Pre-release

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)

1.0.0-beta4

29 Apr 18:08
Compare
Choose a tag to compare
1.0.0-beta4 Pre-release
Pre-release

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

23 Feb 17:30
Compare
Choose a tag to compare
1.0.0-beta3 Pre-release
Pre-release

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

16 Jan 15:09
Compare
Choose a tag to compare
1.0.0-beta2 Pre-release
Pre-release
Reacting to System.Xml.XmlSerializer version change

1.0.0-beta1

12 Nov 15:32
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release

Bugs Fixed

  • Update to JSON.NET 6.0.6 (#119)

1.0.0-alpha4

06 Oct 15:44
Compare
Choose a tag to compare
1.0.0-alpha4 Pre-release
Pre-release

Bugs Fixed

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