Skip to content

Releases: PawelGerr/Thinktecture.Configuration

2.1.0

21 Feb 06:56
Compare
Choose a tag to compare
  • Added support for structs
  • Improved support for types having TypeConverter
  • ILogger is not required to instantiate MicrosoftConfigurationConverter anymore

2.0.0

21 Feb 06:53
Compare
Choose a tag to compare
  • New: Thinktecture.Extensions.Configuration uses IConfiguration as the source to deserialize from
  • Added Jetbrains annotations

1.1.0

18 May 15:37
Compare
Choose a tag to compare
  • AutofacJsonTokenConverter starts deserializing from token that is after the last token of type JTokenType.Null because a Null-Token means that the section is in the json file and is set to null explicitly.
  • AutofacJsonTokenConverter skips null values when populating the configuration because null means that the configuration is missing entirely.
    The extension methods RegisterJsonFileConfiguration has new optional parameter resolveNewInstanceIfNull that is set to true by default.
  • Updated dependencies

1.0.1

10 Mar 11:46
Compare
Choose a tag to compare

Version 1.0.1

Miscellaneous

  • Switched from xproj to csproj
  • Updated packages Thinktecture.*.Abstractions to version 1.3.1