Releases: Morcatko/Morcatko.AspNetCore.JsonMergePatch
Releases · Morcatko/Morcatko.AspNetCore.JsonMergePatch
2.0.1
2.0.0
2.0.0-beta10
Fix: DiffBuilder on JObject should return Empty JObject not null (by @bhugot)
2.0.0-beta08
New: Patch can be applied to different type of model #16
Breaking: JsonMergePatchDocument.JsonPatchDocument is no more public.
ApplyTo can be used only once.
2.0.0-beta07
New: Strong-Named Assembly (by @greggbjensen)
2.0.0-beta06
- New: MvcCore support
- Fix: Can patch null objects (by @bhugot )