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
@@ -2,6 +2,17 @@
2
2
3
3
All notable changes to `snapshot` will be documented in this file
4
4
5
+
## v2.1.0 - 2025-04-02
6
+
7
+
### :rocket: Features
8
+
9
+
- Introduce LazyRelations trait to enhance snapshot relationship handling and improve load methods by @OoBook in https://github.com/OoBook/snapshot/commit/3b5c68aa04a47fee2683ea0c476eae878db755f2
10
+
- add SnapshotLazyRelationsTest to validate lazy loading and relation handling in snapshots by @OoBook in https://github.com/OoBook/snapshot/commit/7219c6a288a9f202be0ae7f8e738a47640d63576
11
+
12
+
### :memo: Documentation
13
+
14
+
- add foreign key of related model into README while creating by @web-flow in https://github.com/OoBook/snapshot/commit/46f6414aafdb0b833e1f054edcd16c8de2c634a3
0 commit comments