Skip to content

Releases: Morcatko/Morcatko.AspNetCore.JsonMergePatch

6.0.1

19 Aug 07:03
Compare
Choose a tag to compare

SystemText

  • Added support for unit testing (Thanks @caleidon)

3.0.7 & 2.0.5

24 Mar 07:28
abeda20
Compare
Choose a tag to compare

Newtonsoft.Json

  • #45 - Fails to create patch document when dictionary key contains a slash - Thanks @joerage

3.0.6

16 Nov 11:13
c1b2549
Compare
Choose a tag to compare

SystemText

3.0.5

30 Sep 13:33
e251cba
Compare
Choose a tag to compare

Fixed #34

3.0.4 & 2.0.4

26 Aug 06:38
Compare
Choose a tag to compare

Braking Change
ApplyTo<TOtherModel> was renamed to ApplyToT<TOtherModel> to avoid accidental assigning to wrong objects

3.0.3 & 2.0.3

07 Aug 07:03
92591e1
Compare
Choose a tag to compare

DiffBuilder

  • #35 - Properly hande added keys in dictionaries - thanks @gcurb

3.0.2

03 Jun 22:02
Compare
Choose a tag to compare

SystemText

  • Removed obsolete methods

Newtonsoft

  • #31 Removing Property when setting null - thanks @mfagadar

3.0.1

24 Mar 07:31
fbd8ff7
Compare
Choose a tag to compare

SystemText

  • AddSystemTextJsonMergePatch moved to global namespace (@eric-b)

3.0.0

18 Feb 07:30
Compare
Choose a tag to compare

Support for .NET Core 3.x

  • Newtonsoft.Json
  • System.Text,Json

2.0.2

07 Nov 06:49
7cc5d4e
Compare
Choose a tag to compare

Rely more on MS JsonInputFormatter.