Skip to content

Releases: Hochfrequenz/chrono_json_diff_patch

v0.4.2

10 Mar 07:10
7a51a24
Compare
Choose a tag to compare

What's Changed

  • Bump AwesomeAssertions from 7.1.0 to 8.0.0 in /ChronoJsonDiffPatch by @dependabot in #112
  • Bump TimePeriodLibrary.NET from 2.1.5 to 2.1.6 in /ChronoJsonDiffPatch by @dependabot in #113
  • Bump Microsoft.NET.Test.Sdk and Newtonsoft.Json in /ChronoJsonDiffPatch by @dependabot in #115
  • Bump xunit.runner.visualstudio from 3.0.1 to 3.0.2 in /ChronoJsonDiffPatch by @dependabot in #114
  • Bump AwesomeAssertions from 8.0.0 to 8.0.1 in /ChronoJsonDiffPatch by @dependabot in #116
  • fix: pass along skipConditions when filtering out infinitelyNarrowPatches by @hf-kklein in #117

Full Changelog: v0.4.1...v0.4.2

v0.4.1

21 Jan 13:16
df40869
Compare
Choose a tag to compare

What's Changed

  • replace FluentAssertions with AwesomeAssertions by @hf-kklein in #110

Full Changelog: v0.4.0...v0.4.1

v0.4.0

21 Jan 12:48
277a4b4
Compare
Choose a tag to compare

What's Changed

  • feat: include more information in exception (introduce new type PatchingException which wraps the original exception) by @hf-kklein in #108

Full Changelog: v0.3.1...v0.4.0

v0.3.1

21 Jan 12:38
e12a48c
Compare
Choose a tag to compare

What's Changed

  • Bump xunit from 2.9.2 to 2.9.3 in /ChronoJsonDiffPatch by @dependabot in #104
  • Bump xunit.runner.visualstudio from 3.0.0 to 3.0.1 in /ChronoJsonDiffPatch by @dependabot in #105
  • Bump FluentAssertions from 7.0.0 to 8.0.0 in /ChronoJsonDiffPatch by @dependabot in #106
  • Bump coverlet.collector from 6.0.3 to 6.0.4 in /ChronoJsonDiffPatch by @dependabot in #107
  • fmt: apply dotnet csharpier . to entire code base (switch from dotnet-format to csharpier) by @hf-kklein in #109

Full Changelog: v0.3.0...v0.3.1

v0.3.0

07 Jan 12:41
0d8feaa
Compare
Choose a tag to compare

What's Changed

  • Bump Newtonsoft.Json from 13.0.1 to 13.0.3 in /ChronoJsonDiffPatch by @dependabot in #91
  • Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 in /ChronoJsonDiffPatch by @dependabot in #92
  • Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1 in /ChronoJsonDiffPatch by @dependabot in #93
  • Bump FluentAssertions from 6.12.0 to 6.12.1 in /ChronoJsonDiffPatch by @dependabot in #94
  • Bump xunit from 2.9.0 to 2.9.1 in /ChronoJsonDiffPatch by @dependabot in #95
  • Bump xunit from 2.9.1 to 2.9.2 in /ChronoJsonDiffPatch by @dependabot in #96
  • Bump FluentAssertions from 6.12.1 to 6.12.2 in /ChronoJsonDiffPatch by @dependabot in #97
  • Bump Newtonsoft.Json and Microsoft.NET.Test.Sdk in /ChronoJsonDiffPatch by @dependabot in #98
  • Bump FluentAssertions from 6.12.2 to 7.0.0 in /ChronoJsonDiffPatch by @dependabot in #99
  • Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 in /ChronoJsonDiffPatch by @dependabot in #100
  • chore/ci: add global.json; test only in .NET9 but target .NET7 and 8, too by @hf-kklein in #103
  • Bump coverlet.collector from 6.0.2 to 6.0.3 in /ChronoJsonDiffPatch by @dependabot in #101
  • Make ShouldSkipPatch method virtual to allow overrides by @hf-kklein in #102

Full Changelog: v0.2.1...v0.3.0

v0.2.1

16 Jul 15:08
9d497bb
Compare
Choose a tag to compare

What's Changed

  • Bump xunit from 2.8.1 to 2.9.0 in /ChronoJsonDiffPatch by @dependabot in #89
  • Bump xunit.runner.visualstudio from 2.8.1 to 2.8.2 in /ChronoJsonDiffPatch by @dependabot in #90
  • Introduce SkipCondition: A possibility to ignore errors while patching by @hf-kklein in #88

Full Changelog: v0.1.5...v0.2.1

v0.2.0-rc2

14 Jul 16:28
Compare
Choose a tag to compare
v0.2.0-rc2 Pre-release
Pre-release

Full Changelog: v0.1.5...v0.2.0-rc2

v0.2.0-rc1

14 Jul 16:21
Compare
Choose a tag to compare
v0.2.0-rc1 Pre-release
Pre-release

Full Changelog: v0.1.5...v0.2.0-rc1

v0.1.6

14 Jul 16:27
2d218ae
Compare
Choose a tag to compare

What's Changed

  • Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 in /ChronoJsonDiffPatch by @dependabot in #75
  • Bump xunit.runner.visualstudio from 2.5.6 to 2.5.7 in /ChronoJsonDiffPatch by @dependabot in #76
  • Bump xunit from 2.6.6 to 2.7.0 in /ChronoJsonDiffPatch by @dependabot in #77
  • Bump coverlet.collector from 6.0.0 to 6.0.1 in /ChronoJsonDiffPatch by @dependabot in #78
  • Bump coverlet.collector from 6.0.1 to 6.0.2 in /ChronoJsonDiffPatch by @dependabot in #79
  • Bump xunit from 2.7.0 to 2.7.1 in /ChronoJsonDiffPatch by @dependabot in #80
  • Bump xunit.runner.visualstudio from 2.5.7 to 2.5.8 in /ChronoJsonDiffPatch by @dependabot in #81
  • Bump xunit from 2.7.1 to 2.8.0 in /ChronoJsonDiffPatch by @dependabot in #83
  • Bump xunit.runner.visualstudio from 2.5.8 to 2.8.0 in /ChronoJsonDiffPatch by @dependabot in #82
  • Bump xunit from 2.8.0 to 2.8.1 in /ChronoJsonDiffPatch by @dependabot in #84
  • Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 in /ChronoJsonDiffPatch by @dependabot in #86
  • Bump xunit.runner.visualstudio from 2.8.0 to 2.8.1 in /ChronoJsonDiffPatch by @dependabot in #85
  • Reproduce ArgumentOutOfRangeException when entity doesn't match patches by @hf-kklein in #87

Full Changelog: v0.1.4...v0.1.6

v0.1.5

14 Jul 15:59
2d218ae
Compare
Choose a tag to compare

What's Changed

  • Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 in /ChronoJsonDiffPatch by @dependabot in #75
  • Bump xunit.runner.visualstudio from 2.5.6 to 2.5.7 in /ChronoJsonDiffPatch by @dependabot in #76
  • Bump xunit from 2.6.6 to 2.7.0 in /ChronoJsonDiffPatch by @dependabot in #77
  • Bump coverlet.collector from 6.0.0 to 6.0.1 in /ChronoJsonDiffPatch by @dependabot in #78
  • Bump coverlet.collector from 6.0.1 to 6.0.2 in /ChronoJsonDiffPatch by @dependabot in #79
  • Bump xunit from 2.7.0 to 2.7.1 in /ChronoJsonDiffPatch by @dependabot in #80
  • Bump xunit.runner.visualstudio from 2.5.7 to 2.5.8 in /ChronoJsonDiffPatch by @dependabot in #81
  • Bump xunit from 2.7.1 to 2.8.0 in /ChronoJsonDiffPatch by @dependabot in #83
  • Bump xunit.runner.visualstudio from 2.5.8 to 2.8.0 in /ChronoJsonDiffPatch by @dependabot in #82
  • Bump xunit from 2.8.0 to 2.8.1 in /ChronoJsonDiffPatch by @dependabot in #84
  • Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 in /ChronoJsonDiffPatch by @dependabot in #86
  • Bump xunit.runner.visualstudio from 2.8.0 to 2.8.1 in /ChronoJsonDiffPatch by @dependabot in #85
  • Reproduce ArgumentOutOfRangeException when entity doesn't match patches by @hf-kklein in #87

Full Changelog: v0.1.4...v0.1.5