Skip to content

Latest commit

 

History

History
249 lines (213 loc) · 11.7 KB

CHANGELOG.md

File metadata and controls

249 lines (213 loc) · 11.7 KB

03/23/2024 11:20:53 UTC

v3.7.18

What's Changed

  • Update to RSA by @Mike-E-angelo in #629

Full Changelog: https://github.com/ExtendedXmlSerializer/home/compare/v3.7.17...v3.7.18

03/23/2024 10:58:44 UTC

v3.7.17

What's Changed

  • [Automated] Generated CHANGELOG.md by @github-actions in #625
  • Update Deploy Key (again) by @Mike-E-angelo in #626

Full Changelog: https://github.com/ExtendedXmlSerializer/home/compare/v3.7.16...v3.7.17

03/23/2024 10:34:17 UTC

v3.7.16

What's Changed

  • Update deploy key by @Mike-E-angelo in #624
  • [Automated] Generated CHANGELOG.md by @github-actions in #620

Full Changelog: https://github.com/ExtendedXmlSerializer/home/compare/v3.7.15...v3.7.16

03/23/2024 10:01:15 UTC

v3.7.15

What's Changed

  • Update token by @Mike-E-angelo in #622

Full Changelog: https://github.com/ExtendedXmlSerializer/home/compare/v3.7.14...v3.7.15

03/23/2024 08:45:04 UTC

v3.7.12

What's Changed

  • Attended to warnings by @Mike-E-angelo in #603
  • [Automated] Generated CHANGELOG.md by @github-actions in #601
  • Demonstration of Implicit Typing and Alias by @Mike-E-angelo in #605
  • DateOnly Extension demonstration by @Mike-E-angelo in #610
  • Update NuGet API Key by @Mike-E-angelo in #616
  • Fixed Deserialization of inherited class with different namespaces not possible with Migration (Issue 612) by @imperiobadgo in #613

New Contributors

  • @imperiobadgo made their first contribution in #613

Full Changelog: https://github.com/ExtendedXmlSerializer/home/compare/v3.7.11...v3.7.12

03/12/2023 14:39:27 UTC

v3.7.11

What's Changed

  • Removed target instances from cache after first access by @Mike-E-angelo in #600

Full Changelog: https://github.com/ExtendedXmlSerializer/home/compare/v3.7.10...v3.7.11

01/09/2023 19:23:17 UTC

v3.7.10

🐛 Bug Fixes 🔧

  • Improved reference tracking for multiple instances #594 @Mike-E-angelo

Other Changes

  • [Automated] Generated CHANGELOG.md #592 @github-actions[bot]
  • Addressed Solution Warnings #596 @Mike-E-angelo

12/27/2022 13:09:14 UTC

v3.7.9

Other Changes

  • [Automated] Generated CHANGELOG.md #587 @github-actions[bot]
  • Updated deploy key for documentation #591 @Mike-E-angelo

12/27/2022 11:57:14 UTC

v3.7.8

Other Changes

  • Build Nudge #589 @Mike-E-angelo

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

10/26/2021 08:41:13 UTC

v3.7.6

🐛 Bug Fixes 🔧

  • Improved Unknown Assembly Experience/Messaging #559 @Mike-E-angelo

Other Changes

  • Update BenchmarkDotNet #553 @WojciechNagorski
  • Update packages #554 @WojciechNagorski

09/07/2021 13:03:29 UTC

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

09/01/2021 16:06:51 UTC

v3.7.4

🐛 Bug Fixes 🔧

  • Fixed problem with namespace not emitting properly for optimized name… #546 @Mike-E-angelo

08/31/2021 12:15:48 UTC

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

08/31/2021 11:19:12 UTC

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

05/25/2021 06:34:21 UTC

v3.7.1

🐛 Bug Fixes 🔧

  • Fixed WithUnknownContent.Continue to account for complex content #522 @Mike-E-angelo

03/30/2021 03:23:20 UTC

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

03/10/2021 10:27:09 UTC

v3.6.2

Other Changes

  • Build fix (hopefully) #505 @Mike-E-angelo

03/10/2021 07:26:03 UTC

v3.6.1

🐛 Bug Fixes 🔧

  • Fixed reference + attribute-based deserialization issues #503 @Mike-E-angelo

12/15/2020 06:34:03 UTC

v3.6.0

✨ New Features 🚀

  • Added non-generic versions of EnableImplicitTypingFrom* methods #494 @netaques
  • Added EnableImplicitTypingByInspecting<T> extension method #495 @netaques

12/08/2020 04:16:45 UTC

v3.5.0

✨ New Features 🚀

  • Added non-generic equivalent for AddMigration #484 @Mike-E-angelo
  • Added support for System.Collections.Immutable Types #486 @Mike-E-angelo

🐛 Bug Fixes 🔧

  • Fixed list support in WithUnknownContent #487 @Mike-E-angelo
  • Applied serializer type check using WithUnknownContent #492 @Mike-E-angelo

11/24/2020 06:11:48 UTC

v3.4.3

🐛 Bug Fixes 🔧

  • Adjusted support for nullable structure types. #478 @Mike-E-angelo

11/03/2020 06:05:39 UTC

v3.4.2

🐛 Bug Fixes 🔧

  • Added check for "unspeakable" types. #471 @Mike-E-angelo

10/13/2020 03:28:52 UTC

v3.4.1

Other Changes

  • Generated API Key. 🤞 #468 @Mike-E-angelo

10/13/2020 03:02:05 UTC

v3.4.0

✨ New Features 🚀

  • Added basic support for custom IDictionary<TKey, TValue>. #465 @Mike-E-angelo

🐛 Bug Fixes 🔧

  • Scoped reference encounter counter to per-writer. #455 @Mike-E-angelo
  • Skipped processing of parameterized-content members that have custom … #464 @Mike-E-angelo

Other Changes

  • Update NuGet API Key #456 @WojciechNagorski
  • Use BenchmarkSwitcher #459 @WojciechNagorski
  • Update nuget packages #457 @WojciechNagorski
  • Update performance tests #460 @WojciechNagorski

09/22/2020 06:05:26 UTC

v3.3.0

✨ New Features 🚀

  • Introduced type-based serialization interception. #452 @Mike-E-angelo

09/15/2020 13:28:08 UTC

v3.2.7

🐛 Bug Fixes 🔧

  • Accounted for empty CDATA elements. #444 @Mike-E-angelo
  • Accounted for successive CDATA blocks. #448 @Mike-E-angelo

09/01/2020 08:58:59 UTC

v3.2.6

🐛 Bug Fixes 🔧

  • Allowed null Namespace for Framework Types #430 @oliver-chime
  • Allowed null/Empty Namespaces for Custom/Non-system Assemblies #432 @Mike-E-angelo
  • Removed Caching from Reference Resolution #437 @Mike-E-angelo

08/18/2020 07:24:58 UTC

v3.2.5

🐛 Bug Fixes 🔧

  • Accounted for rare state when namespace prefix is null. #424 @Mike-E-angelo
  • Improved member resolution for parameterized content #428 @Mike-E-angelo

07/21/2020 17:47:55 UTC

v3.2.4

🐛 Bug Fixes 🔧

  • Member resolution now uses ReflectedType first, then DeclaredType. #417 @Mike-E-wins
  • Fixed references resolution bugs during deserialization #420 @Mike-E-wins
  • Added support for IReadOnlyList properties. #421 @Mike-E-wins