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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,23 @@ 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.0.0] - 2026-02-20
9
+
10
+
### Changed
11
+
12
+
-**Breaking change:** All model types have been changed from `class`es to `record`s.
13
+
-**Breaking change:** All property accessors on model types have changed from `{ get; set; }` to `{ get; init; }`.
14
+
15
+
### Removed
16
+
17
+
-**Breaking change:**`JsonApiLinksObject` has been removed.
18
+
19
+
### Remarks
20
+
21
+
This version refactors the entire model into immutable `record` types. While opinionated, I'm convinced this change is in the best interest of creating robust and resilient code.
22
+
23
+
If you're not willing to part with mutable `class`es, this version is otherwise identical to version 4.0.0.
24
+
8
25
## [4.0.0] - 2026-02-16
9
26
10
27
### Changed
@@ -67,6 +84,7 @@ Additionally, this version aims to be more idiomatic by renaming class propertie
0 commit comments