Skip to content

Tags: thompson-tomo/system-text-json-jsondiffpatch

Tags

2.0.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
Upgrade to .NET 8 (weichch#43)

* Upgraded to .NET 8

Co-authored-by: Martin Tracey <1207505+matracey@users.noreply.github.com>

1.3.1

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Add property filter and fix null property diff bug (weichch#30)

* Add property filter
* Force diff in array diff when property filter set
* Fix diff for nulls
* Fix diff context and add test
* Add release notes for 1.3.1

1.3.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Update package description for 1.3.0 (weichch#26)

1.2.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Fix benchmark for Linux (weichch#18)

1.1.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Add semantic comparison to DeepEquals and Diff methods (weichch#8)

* Add equality comparer parameter to DeepEquals
* Add semantic comparer
* Add default diff options
* Adding tests for `DeepEquals`
* Add docs for release

1.0.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Add test assertion libraries (weichch#6)

* Add JsonAssert for Xunit
* Add JsonAssert for MSTest
* Add NUnit asserts
* Add assert docs
* Tidy up benchmark result

1.0.0-diffpatchonly

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Add jsonpatch formatter (weichch#3)

* Add formatter interface
* Refactor formatter
* Add JsonPatch formatter
* Complete JsonPatchDeltaFormatter
* Fix JsonPatch ordering
* Add more benchmarks and more target frameworks