Releases: xoofx/Tomlyn
Releases · xoofx/Tomlyn
0.18.0
Changes
✨ New Features
- Add TomlPropertyMetadata.Span and populate (PR #69) by @lilith
- Add nuget.org only config (40eba66)
- Add support for multiline inline tables (#91) (b2377a1)
🐛 Bug Fixes
🧰 Maintenance
- Update ci.yml with nuget config (8e01153)
- Update ci by using reusable workflow (d3ff069)
- Update ci to test reusable workflow (7b34f13)
- Update ci to net8.0 (b84c814)
🧰 Misc
- Update readme.md (c264d1d)
Full Changelog: 0.17.0...0.18.0
Published with dotnet-releaser
0.17.0
Changes
🐛 Bug Fixes
- Fix enum serialization (PR #67) by @taks
- fix dotnet 8 breakage in SlowDictionaryAccessor by getting the enumerator through IDictionary instead of IEnumerable (PR #77) by @TylerReid
- Fix readme for install (#52) (a4faf8c)
- Fixes table arrays and inline (#72) (ffcc734)
🧰 Misc
- Upgrade to .NET 7.0 (d920cc4)
Full Changelog: 0.16.2...0.17.0
Published with dotnet-releaser
0.16.2
Changes
🐛 Bug Fixes
📦 Dependencies
- Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /src/Tomlyn.Tests (PR #49) by @dependabot (bot)
Full Changelog: 0.16.1...0.16.2
Published with dotnet-releaser
0.16.1
Changes
🐛 Bug Fixes
- Fix TestOrdering (PR #46) by @0xced
- Fix editor config (b3b7c75)
- Fix inline tables for issue #47 (d64a5d2)
Full Changelog: 0.16.0...0.16.1
Published with dotnet-releaser
0.16.0
Changes
🚀 Enhancements
- Add support to opt-in to including fields in model access (PR #45) by @wattsyart
Full Changelog: 0.15.1...0.16.0
Published with dotnet-releaser
0.15.1
Changes
🐛 Bug Fixes
- Fix: IgnoreMissingProperties should ignore objects (PR #44) by @bacongobbler
Full Changelog: 0.15.0...0.15.1
Published with dotnet-releaser
0.15.0
Changes
🚀 Enhancements
- add IgnoreMissingProperties to TomlModelOptions (PR #41) by @TylerReid
🧰 Misc
- Documentation - fix custom model code sample snipet (PR #40) by @alexmaris
Full Changelog: 0.14.4...0.15.0