Releases: Hochfrequenz/JsonPatchDocumentExtensionDataAdapter
Releases · Hochfrequenz/JsonPatchDocumentExtensionDataAdapter
v0.0.8
What's Changed
- build(deps): bump MSTest.TestFramework from 3.5.2 to 3.6.0 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #15
- build(deps): bump MSTest.TestAdapter from 3.5.2 to 3.6.0 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #17
- build(deps): bump csharpier from 0.29.1 to 0.29.2 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #16
- build(deps): bump MSTest.TestFramework from 3.6.0 to 3.6.1 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #18
- build(deps): bump MSTest.TestAdapter from 3.6.0 to 3.6.1 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #19
- build(deps): bump Microsoft.AspNetCore.JsonPatch from 8.0.8 to 8.0.10 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #20
- build(deps): bump System.Text.Json from 8.0.4 to 8.0.5 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #21
- build(deps): bump MSTest.TestFramework from 3.6.1 to 3.6.2 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #23
- build(deps): bump MSTest.TestAdapter from 3.6.1 to 3.6.2 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #24
- build(deps): bump FluentAssertions from 6.12.1 to 6.12.2 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #25
- build(deps): bump MSTest.TestFramework from 3.6.2 to 3.6.3 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #27
- build(deps): bump csharpier from 0.29.2 to 0.30.1 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #29
- build(deps): bump System.Text.Json from 8.0.5 to 9.0.0 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #26
- build(deps): bump MSTest.TestAdapter from 3.6.2 to 3.6.3 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #30
- build(deps): bump Microsoft.AspNetCore.JsonPatch from 8.0.10 to 9.0.0 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #28
- build(deps): bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #32
- build(deps): bump csharpier from 0.30.1 to 0.30.2 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #31
- build(deps): bump FluentAssertions from 6.12.2 to 7.0.0 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #33
- build(deps): bump MSTest.TestAdapter from 3.6.3 to 3.6.4 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #34
- build(deps): bump MSTest.TestFramework from 3.6.3 to 3.6.4 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #35
- build(deps): bump MSTest.TestFramework from 3.6.4 to 3.7.0 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #37
- build(deps): bump MSTest.TestAdapter from 3.6.4 to 3.7.0 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #36
- build(deps): bump coverlet.collector from 6.0.2 to 6.0.3 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #38
- build(deps): bump FluentAssertions from 7.0.0 to 8.0.0 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #39
- build(deps): bump Microsoft.AspNetCore.JsonPatch from 9.0.0 to 9.0.1 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #41
- build(deps): bump System.Text.Json from 9.0.0 to 9.0.1 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #42
- build(deps): bump MSTest.TestAdapter from 3.7.0 to 3.7.1 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #43
- build(deps): bump MSTest.TestFramework from 3.7.0 to 3.7.1 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #40
- Replace FluentAssertions with AwesomeAssertions by @hf-kklein in #44
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- build(deps): bump coverlet.collector from 6.0.0 to 6.0.2 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #9
- build(deps): bump MSTest.TestAdapter from 3.1.1 to 3.5.2 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #13
- build(deps): bump FluentAssertions from 6.12.0 to 6.12.1 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #12
- build(deps): bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.11.1 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #10
- build(deps): bump MSTest.TestFramework from 3.1.1 to 3.5.2 in /JsonPatchDocumentExtensionDataAdapter by @dependabot in #11
- fix: account for Newtonsoft JsonPropertyAttribute with null PropertyName by @hf-kklein in #14
New Contributors
- @dependabot made their first contribution in #9
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- Update README.md by @hf-kklein in #6
- fix(ci): use correct directory in dependabot configuration by @hf-kklein in #7
- fix: Be less strict with property names by @hf-kklein in #8
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- Add README + Allow Invocation as Extension Method by @hf-kklein in #5
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- fix: don't raise
InconsistentPropertyNamesExceptionif annotation of ExtensionData differs by @hf-kklein in #4
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- fix: instead of overriding
ToStringprovide better message to base by @hf-kklein in #3
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- ci: fix copy paste errors in release workflow by @hf-kklein in #2
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- 🧙♀️Initial Project Setup by @hf-kklein in #1
New Contributors
- @hf-kklein made their first contribution in #1
Full Changelog: https://github.com/Hochfrequenz/JsonPatchDocumentExtensionDataAdapter/commits/v0.0.1