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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
## `master` (upcoming 1.7)
2
2
3
+
-[**BUGFIX**] Serialise complex objects correctly (#149 by @laurence79)
4
+
-[**BUGFIX**] Do not require Accept header (#151 by @bjornharrtell)
5
+
-[**FEATURE**] Optional links support (#153 by @bjornharrtell)
6
+
-[**BUGFIX**] Fix regression missing 'data' key for relationships when using DisableDefaultIncluded (#155 by @bjornharrtell)
7
+
-[**FEATURE**] Add support for metadata (#158)
8
+
-[**BUGFIX**] Omit data for relationship objects not existing as property in the original model (#161 by @bjornharrtell)
9
+
-[**FEATURE**] Pagination page size (#165 by @erikhejl, #170 by @sergey-litvinov-work)
10
+
-[**FEATURE**] Configuration improvments (formatter can be only add at end of the collection, without deleting other formatters) (#168 by @tomasjurasek)
11
+
-[**FEATURE**] Functionality to return list of HttpErrors instead of just one error (#172 by @sergey-litvinov-work)
12
+
-[**FEATURE**] Added deserialization method to `JsonApiSerializer<T>` (#179@madsphi)
13
+
-[**FEATURE**] Provide ability to handle JsonApi parameters in WebApi action itself manually (#181 by @sergey-litvinov-work)
14
+
-[**MAINTENANCE**] Upgrade xunit dependencies (#183 by @bjornharrtell)
15
+
-[**BUGFIX**] Fix regression with omitted data (#184 by @bjornharrtell)
16
+
-[**FEATURE**] Opt into JsonApi per webapi endpoint (#187, #189 by @barsh)
17
+
-[**FEATURE**] Option to serialize attributes in camelCase (#190 by @barsh)
18
+
3
19
## Version 1.6
4
20
5
21
-[**BUGFIX**] Support belongsTo relationships when data is null (#124 by @goo32)
0 commit comments