Releases: Morcatko/Morcatko.AspNetCore.JsonMergePatch
Releases · Morcatko/Morcatko.AspNetCore.JsonMergePatch
6.0.1
SystemText
- Added support for unit testing (Thanks @caleidon)
3.0.7 & 2.0.5
Newtonsoft.Json
- #45 - Fails to create patch document when dictionary key contains a slash - Thanks @joerage
3.0.4 & 2.0.4
Braking Change
ApplyTo<TOtherModel>
was renamed to ApplyToT<TOtherModel>
to avoid accidental assigning to wrong objects
3.0.3 & 2.0.3
DiffBuilder
- #35 - Properly hande added keys in dictionaries - thanks @gcurb
3.0.1
SystemText
AddSystemTextJsonMergePatch
moved to global namespace (@eric-b)
3.0.0
Support for .NET Core 3.x
- Newtonsoft.Json
- System.Text,Json
2.0.2
Rely more on MS JsonInputFormatter.