Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Automated] Generated CHANGELOG.md #587

Merged
merged 1 commit into from
Dec 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 24 additions & 31 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [ExtendedXmlSerializer v3.7.8](https://github.com/ExtendedXmlSerializer/home/releases/tag/v3.7.8)
> 12/27/2022 11:57:14 UTC
##### ``v3.7.8``
### Other Changes
- Build Nudge #589 @Mike-E-angelo

# [ExtendedXmlSerializer v3.7.7](https://github.com/ExtendedXmlSerializer/home/releases/tag/v3.7.7)
> 12/27/2022 11:21:24 UTC
##### ``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](https://github.com/ExtendedXmlSerializer/home/releases/tag/v3.7.6)
> 10/26/2021 08:41:13 UTC
##### ``v3.7.6``
Expand Down Expand Up @@ -210,35 +234,4 @@ https://github.com/ExtendedXmlSerializer/home/releases/tag/v3.7.2

- Accounted for struct root instances when references are enabled. #359 @Mike-EEE
- Removed recursion check for types that have custom serializers defin… #362 @Mike-EEE / @aspektxxx
# [ExtendedXmlSerializer v3.1.0](https://github.com/ExtendedXmlSerializer/home/releases/tag/3.1.0)
> 01/18/2020 06:18:13 UTC
##### ``3.1.0``
### ✨ New Features 🚀

- Added basic support for IEnumerable<T> for both instance and member property definitions. #343 @Mike-EEE
- Added additional testing around Enumerable property support. #344 @Mike-EEE
- Further adjusted and improved type content composer API. #351 @Mike-EEE
- Further improved serializer registration #353 @Mike-EEE

### 🐛 Bug Fixes 🔧

- Removed attribute values from reference-based reading. #342 @Mike-EEE
- Added ordering to parameterized content members. #356 @Mike-EEE
- Fixed type resolution issue with conflicting member name having the... #354 @Mike-EEE

### Other Changes

- Updated nuget reference for NReco.LambdaParser. #347 @Mike-EEE
- Improved content serializer composition API. #350 @Mike-EEE
- Added example code. #348 @Mike-EEE

# [ExtendedXmlSerializer v3.0.2](https://github.com/ExtendedXmlSerializer/home/releases/tag/3.0.2)
> 12/10/2019 08:28:04 UTC
##### ``3.0.2``
A patch release that addresses reported issues since the 3.0.0 release.
### 🐛 Bug Fixes 🔧
- Fixed bug with null arrays when EmitBehaviors.WhenModified is used. #338 @Mike-EEE
### Other Changes
- Updated NuGet references. #336 @Mike-EEE