Releases: fluentassertions/fluentassertions.json
Releases · fluentassertions/fluentassertions.json
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
5.3.0
5.2.0
5.1.0
5.0.0
- {Breaking} Only targets .NET Standard 1.4 and .NET Framework 4.5 - #8
- {Breaking} Drops support for .NET 4.0, .NET 4.5.0, .NET Standard 1.3, Windows Phone for Silverlight, Silverlight
- {Breaking) Now requires Fluent Assertions 5.0 - #8
- {Breaking} Unified (Not)Be to (Not)BeEquivalentTo because there behavior was so similar - #13
- {New} Added
ContainSubtree
constraint (#6)
Notable contributions by @BalassaMarton and @ronaldkroon.