Releases: Hochfrequenz/chrono_json_diff_patch
Releases · Hochfrequenz/chrono_json_diff_patch
v0.5.2
What's Changed
- chore: drop support for .NET7, target .NET10 instead by @hf-kklein in #143
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- Bump Microsoft.NET.Test.Sdk from 18.0.0 to 18.0.1 by @dependabot[bot] in #140
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Bump AwesomeAssertions from 8.0.1 to 8.0.2 in /ChronoJsonDiffPatch by @dependabot[bot] in #118
- Bump AwesomeAssertions from 8.0.2 to 8.1.0 in /ChronoJsonDiffPatch by @dependabot[bot] in #119
- Bump JsonDiffPatch.Net and Newtonsoft.Json in /ChronoJsonDiffPatch by @dependabot[bot] in #120
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #126
- Bump actions/setup-dotnet from 4 to 5 by @dependabot[bot] in #128
- Bump csharpier from 0.30.6 to 1.1.2 by @dependabot[bot] in #125
- Bump JsonDiffPatch.Net from 2.4.0 to 2.5.0 by @dependabot[bot] in #129
- Bump AwesomeAssertions from 8.1.0 to 9.1.0 by @dependabot[bot] in #127
- Bump xunit.runner.visualstudio from 3.0.2 to 3.1.4 by @dependabot[bot] in #130
- Bump Newtonsoft.Json from 13.0.3 to 13.0.4 by @dependabot[bot] in #132
- Bump Microsoft.NET.Test.Sdk from 17.13.0 to 17.14.1 by @dependabot[bot] in #131
- Bump AwesomeAssertions from 9.1.0 to 9.2.0 by @dependabot[bot] in #133
- Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.0 by @dependabot[bot] in #135
- Bump xunit.runner.visualstudio from 3.1.4 to 3.1.5 by @dependabot[bot] in #134
- Bump AwesomeAssertions from 9.2.0 to 9.2.1 by @dependabot[bot] in #136
- Bump AwesomeAssertions from 9.2.1 to 9.3.0 by @dependabot[bot] in #137
- Bump csharpier from 1.1.2 to 1.2.0 by @dependabot[bot] in #138
- Bump csharpier from 1.2.0 to 1.2.1 by @dependabot[bot] in #139
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #141
- chore(CD): switch from secret API key to Trusted Publishing on nuget.org; drop pre-release pipeline by @hf-kklein in #142
Full Changelog: v0.4.2...v0.5.0
v0.4.2
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
What's Changed
- replace FluentAssertions with AwesomeAssertions by @hf-kklein in #110
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- feat: include more information in exception (introduce new type
PatchingExceptionwhich wraps the original exception) by @hf-kklein in #108
Full Changelog: v0.3.1...v0.4.0
v0.3.1
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
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
ShouldSkipPatchmethod virtual to allow overrides by @hf-kklein in #102
Full Changelog: v0.2.1...v0.3.0
v0.2.1
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
Full Changelog: v0.1.5...v0.2.0-rc2