Releases: fluentassertions/fluentassertions.json
Releases · fluentassertions/fluentassertions.json
8.0.0
What's Changed
Breaking Changes
- Depends on Fluent Assertions 8. by @dennisdoomen in #76
Others
- Bump Newtonsoft.Json from 10.0.3 to 13.0.1 in /Tests/FluentAssertions.Json.Specs by @dependabot in #65
- Bump various dependencies and cleanup by @jnyrup in #73
New Contributors
- @dependabot made their first contribution in #65
Full Changelog: 6.1.0...8.0.0
6.1.0
What's Changed
Improvements
- Support
AssertionsOptions
inBeEquivalentTo
by @souhailelk in #59
Others
- Overhaul the infrastructure by @jnyrup in #62
- Make
JTokenDifferentiator
an instance class by @jnyrup in #63
New Contributors
- @souhailelk made their first contribution in #59
Full Changelog: 6.0.0...6.1.0
6.0.0
- {Breaking} Works with Fluent Assertions 6.0
5.5.0
5.4.1
5.4.0
5.3.1
- {Fix}
Should().BeEquivalentTo()
throwsFormatException
when the JSON contained curly brackets