Releases: dotnetconfig/dotnet-config
Releases · dotnetconfig/dotnet-config
v1.2.0
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
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
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
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
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
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
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
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
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
Full Changelog
Fixed bugs:
- When reading hierarchical configurations, ensure files are read only once #31
- Fix (code) editor launch on Windows #35