Releases: xoofx/SharpYaml
Releases · xoofx/SharpYaml
Release list
3.12.0
Changes
🧰 Misc
- Honor runtime converters in generated contexts (#150) (66c0afe)
- Resolve generated runtime converters during initialization (#150) (9d6d064)
- Support interface polymorphism in source generation (#151) (5ca3589)
- Mark generated serializer code as generated (#152) (b1e393b)
- Quote standalone indicator scalars (#153) (55a0497)
- Switch to dotnet-releaser NuGet Trusted Publishing (00be790)
Full Changelog: 3.11.0...3.12.0
Published with dotnet-releaser
3.11.0
Changes
✨ New Features
🐛 Bug Fixes
- Fix source-generated converter resolution (a59f5e4)
🧰 Misc
- Optimize generated option checks (32f022f)
- Generate transitive YAML source types (#149) (4b23a71)
- Switch to NuGet Trusted Publishing (c9122d4)
Full Changelog: 3.10.2...3.11.0
Published with dotnet-releaser
3.10.2
Changes
🧰 Misc
- Support mutable collection serialization (b853dcf)
Full Changelog: 3.10.1...3.10.2
Published with dotnet-releaser
3.10.1
Changes
🐛 Bug Fixes
- Fix source generation for netstandard2.0 (26cfb42)
🧰 Misc
- Update readme (fbb9b0d)
Full Changelog: 3.10.0...3.10.1
Published with dotnet-releaser
3.10.0
3.9.0
3.8.0
3.7.2
3.7.1
Changes
✨ New Features
- Add inheritance test (ec342ea)
🐛 Bug Fixes
- Fix source-gen YAML null strings (056e1e2)
Full Changelog: 3.7.0...3.7.1
Published with dotnet-releaser
3.7.0
Changes
🐛 Bug Fixes
- Apply UnknownDerivedTypeHandling.Fail to tag-based polymorphism (PR #133) by @fdcastel
- Suppress SHARPYAML002 when a converter handles the type (PR #140) by @fdcastel
🚀 Enhancements
- Clarify tag-only YamlDerivedType does not set default derived type (PR #134) by @fdcastel
- Add YamlSerializerContext.CreateOptions for per-call option overrides (PR #138) by @fdcastel
📚 Documentation
🧰 Misc
Full Changelog: 3.6.0...3.7.0
Published with dotnet-releaser