Skip to content

Releases: dotnetconfig/dotnet-config

v1.2.0

07 Jul 21:32
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Drop immutability which doesn't add any value by @kzu in #155

🔨 Other

  • Add test that ensures current tab-based behavior by @kzu in #153

Full Changelog: v1.1.1...v1.2.0

v1.1.1

25 Jun 17:58
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Make options and note high compat level with git config by @kzu in #151
  • Improve docs, add package readme for extensions by @kzu in #152

Full Changelog: v1.1.0...v1.1.1

v1.1.0

25 Jun 09:05
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Bump to .net6/8 for the CLI by @kzu in #148
  • Use nugetizer for packing by @kzu in #150

🔨 Other

  • Add how to work with array of complex objects by @PadreSVK in #98

New Contributors

Full Changelog: v1.0.6...v1.1.0

v1.0.6

30 Jul 07:50
@kzu kzu
Compare
Choose a tag to compare

v1.0.6 (2021-07-30)

Full Changelog

✨ Implemented enhancements:

  • Update configuration to local/user level if original entry is from local too #79

v1.0.5

30 Jul 06:51
@kzu kzu
Compare
Choose a tag to compare

v1.0.5 (2021-07-30)

Full Changelog

✨ Implemented enhancements:

  • Include readme in package #77

🐛 Fixed bugs:

  • Configuration extension AddDotNetConfig inverts settings hierarchy/priority #78
  • Dependency on Configuration.Abstractions doesn't work with Functions v3 #73

v1.0.4

12 Jun 22:36
@kzu kzu
bf0b1d1
Compare
Choose a tag to compare

Unreleased

Full Changelog

🐛 Fixed bugs:

  • Dependency on Configuration.Abstractions doesn't work with Functions v3 #73

v1.0.4 (2021-06-12)

Full Changelog

✨ Implemented enhancements:

  • Expose Section and Subsection for a ConfigSection #70

🔀 Merged:

  • Bump files with dotnet-file sync #72 (@kzu)

v1.0.3

29 Apr 21:06
@kzu kzu
Compare
Choose a tag to compare

v1.0.3 (2021-04-29)

Full Changelog

✨ Implemented enhancements:

  • ≥ Add System.CommandLine support #65 (@kzu)

🐛 Fixed bugs:

  • Position class should not be public, it's an internal implementation detail #66
  • dotnet-config tool is missing repository/project properties #64
  • ConfigSection facade over Config is missing immutability feature #61

v1.0.0

27 Apr 22:17
@kzu kzu
Compare
Choose a tag to compare

v1.0.0 (2021-04-27)

Full Changelog

✨ Implemented enhancements:

  • Disable async IO since configuration loading is synchronous #57
  • Add Microsoft.Extensions.Configuration support #3

v1.0.0-rc.3

26 Apr 22:07
@kzu kzu
Compare
Choose a tag to compare

v1.0.0-rc.3 (2021-04-26)

Full Changelog

✨ Implemented enhancements:

  • Switch to an immutable internal structure and public API #54
  • When writing initial file, add header line #53

🐛 Fixed bugs:

  • When concurrently reading from config file, IO exception may be thrown #55
  • Fails to save variables in global dir #51
  • Fix (code) editor launch on Windows #35

🔀 Merged:

  • Make model immutable to avoid concurrency issues #56 (@kzu)
  • When saving to an aggregate config, use fallback locations #52 (@kzu)
  • Bump files with dotnet-file sync #48, #48, #42, #41 and #38 (@kzu)

v1.0.0-rc.2

21 Dec 07:21
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release

v1.0.0-rc.2 (2020-12-21)

Full Changelog

Fixed bugs:

  • When reading hierarchical configurations, ensure files are read only once #31
  • Fix (code) editor launch on Windows #35