You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [5.2.3] - 2026-02-25
9
+
10
+
### Fixed
11
+
12
+
Add conditional `[JsonIgnore]` attributes to all nullable properties, preventing them from being serialized when their values are `null`.
13
+
14
+
### Remarks
15
+
16
+
This change addresses an oversight in previous versions of the library in which `null` properties were being explicitly serialized. Consumers can still override this with `JsonSerializerOptions.TypeInfoResolver`.
17
+
8
18
## [5.2.2] - 2026-02-25
9
19
10
20
### Fixed
@@ -145,6 +155,7 @@ Additionally, this version aims to be more idiomatic by renaming class propertie
0 commit comments