Releases: ExtendedXmlSerializer/home
Releases · ExtendedXmlSerializer/home
ExtendedXmlSerializer v3.7.7
🐛 Bug Fixes 🔧
- Added
ConfigurationContainer.AllowMultipleReferences
#586 @Mike-E-angelo
Other Changes
- [Automated] Generated CHANGELOG.md #560 @github-actions[bot]
- Demonstration of EnableReferences #564 @Mike-E-angelo
- Quick sanity check to ensure implicit double can be serialized #562 @Mike-E-angelo
- Demonstration of EmitWhen #566 @Mike-E-angelo
- Updated remaining projects to netcoreapp3.1 #568 @Mike-E-angelo
- Comparer example #569 @Mike-E-angelo
- Demonstrated default behavior #572 @Mike-E-angelo
- Update tests to .net 4.7.2 #576 @WojciechNagorski
- Update BenchmarkDotNet #577 @WojciechNagorski
- Update some nuget packages #579 @WojciechNagorski
- Remove netappcore3.1 replace w/ net6.0 + net7.0 #585 @Mike-E-angelo
ExtendedXmlSerializer v3.7.6
🐛 Bug Fixes 🔧
- Improved Unknown Assembly Experience/Messaging #559 @Mike-E-angelo
Other Changes
- Update BenchmarkDotNet #553 @WojciechNagorski
- Update packages #554 @WojciechNagorski
ExtendedXmlSerializer v3.7.5
🐛 Bug Fixes 🔧
- Added hypen as a valid character for assembly names #544 @Mike-E-angelo
- Fixed AutoFormatting types that do not have converters #551 @Mike-E-angelo
ExtendedXmlSerializer v3.7.4
🐛 Bug Fixes 🔧
- Fixed problem with namespace not emitting properly for optimized name… #546 @Mike-E-angelo
ExtendedXmlSerializer v3.7.3
This is solely a CI-based release as build problems occurred with the previous one:
https://github.com/ExtendedXmlSerializer/home/releases/tag/v3.7.2
ExtendedXmlSerializer v3.7.2
🐛 Bug Fixes 🔧
- Adjusted writer to properly store root/default namespace #529 @Mike-E-angelo
- Accounted for converter registration with nullable structures #534 @Mike-E-angelo
- Accounted for empty content for nullable attributes #531 @Mike-E-angelo
Other Changes
- Upgraded tests to netcoreapp3.1 #536 @Mike-E-angelo
- Attended to warnings #537 @Mike-E-angelo
ExtendedXmlSerializer v3.7.1
🐛 Bug Fixes 🔧
- Fixed
WithUnknownContent.Continue
to account for complex content #522 @Mike-E-angelo
ExtendedXmlSerializer v3.7.0
✨ New Features 🚀
- Added
ConfigurationContainer.EnableStaticReferenceChecking
#512 @Mike-E-angelo - Added
ConfigurationContainer.EnableThreadAwareRecursionContent
#514 @Mike-E-angelo - Added basic support for
TypeConfiguration.Ignore
#516 @Mike-E-angelo
🐛 Bug Fixes 🔧
- Fixed namespace resolution bug in migration extension #518 @Mike-E-angelo
ExtendedXmlSerializer v3.6.2
Other Changes
- Build fix (hopefully) #505 @Mike-E-angelo
ExtendedXmlSerializer v3.6.1
🐛 Bug Fixes 🔧
- Fixed reference + attribute-based deserialization issues #503 @Mike-E-angelo