Releases: fluentassertions/fluentassertions.json
Releases · fluentassertions/fluentassertions.json
Release list
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
AssertionsOptionsinBeEquivalentToby @souhailelk in #59
Others
- Overhaul the infrastructure by @jnyrup in #62
- Make
JTokenDifferentiatoran 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
- {New} Significantly improve the failure messages for
ContainSubtree- #36
5.4.1
- {Fix} When upgrading FA from 5.6.0 to 5.7.0 #987 changed the way we escape certain characters in failure messages - #35
5.4.0
- {New} Make BeEquivalentTo error messages more precise - #34
5.3.1
- {Fix}
Should().BeEquivalentTo()throwsFormatExceptionwhen the JSON contained curly brackets
5.3.0
- {New} Improve error messages for invalid expectations - #30
5.2.0
- {New} Adds
BeValidJsonto allow consecutive checks on the parsed JSON using theWhichproperty - #29
5.1.0
- {New} Added
MatchRegex()andNotMatchRegex()assertions - #23