Skip to content

Latest commit

 

History

History
77 lines (53 loc) · 2.31 KB

RELEASE_NOTES.md

File metadata and controls

77 lines (53 loc) · 2.31 KB

0.5.6 - 22.12.2015

  • Fixed: SharpYaml NuGet package was not listed as dependency of FSharp.Configuration one
  • infer URLs with "tcp" schema

0.5.5 - 20.12.2015

  • Same as 0.5.4, NuGet publishing problems

0.5.4 - 20.12.2015

  • Support "file" and "ssh" uri schemas
  • Use SharpYaml NuGet package

0.5.3 - 12.06.2015

  • AppConfig type provider raises better exception if a settings or connection string is missing at runtime.

0.5.2 - 12.06.2015

  • Add caching into all type providers

0.5.1 - 18.03.2015

  • fixed: YamlConfigProvider does not always parse floating point scalars

0.5.0 - 09.03.2015

  • YamlConfigProvider supports sequence of maps

0.4.10 - 06.02.2015

  • Better YamlConfigProvider error reporting in case of duplicated keys

0.4.9 - 06.01.2015

  • Fixed: AppSettings type provider does not read connection strings at runtime

0.4.8 - 19.12.2014

  • Use HostingEnvironment.IsHosted to determine that AppSettings type provider is used in a Web application

0.4.7 - 12.12.2014

0.4.6 - 06.12.2014

  • Fixed: AppSettingsProvider does not find web.config at runtime

0.4.5 - 06.12.2014

  • Fixed: AppSettingsProvider infers URLs as ints

0.4.4 - 22.10.2014

  • Add support for connection strings to AppSettings TP

0.4.3 - 20.09.2014

0.3.0 - 19.09.2014

0.2.2 - 17.01.2013

  • Allows to read bitmaps from resources

0.2.1 - 17.01.2013

  • Fixed bug with the AppSettings type provider and .fsx files

0.2.0 - 15.01.2013

  • Yaml type provider renamed to Yaml Config type provider

0.1.0 - 15.01.2013

  • First official release of ResX, Yaml and AppSettings type provider

0.1.0-alpha5 - 15.01.2013

  • Make it compatible with .NET 4.0

0.1.0-alpha4 - 15.01.2013

  • Using latest version of SharpYaml

0.1.0-alpha3 - 15.01.2013

  • Initial release of the Yaml type provider

0.1.0-alpha2 - 14.01.2013

  • Initial release of the ResX type provider

0.1.0-alpha - 14.01.2013

  • Initial release