Skip to content

Releases: fluentassertions/fluentassertions.json

6.1.0

28 Feb 09:48
600b0af
Compare
Choose a tag to compare

What's Changed

Improvements

Others

  • Overhaul the infrastructure by @jnyrup in #62
  • Make JTokenDifferentiator an instance class by @jnyrup in #63

New Contributors

Full Changelog: 6.0.0...6.1.0

6.0.0

14 Aug 12:16
33c9a0d
Compare
Choose a tag to compare
  • {Breaking} Works with Fluent Assertions 6.0

5.5.0

03 Mar 07:22
8a2b582
Compare
Choose a tag to compare
  • {New} Significantly improve the failure messages for ContainSubtree - #36

5.4.1

18 Feb 08:30
abcb521
Compare
Choose a tag to compare
  • {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

11 Feb 06:11
bcacab8
Compare
Choose a tag to compare
  • {New} Make BeEquivalentTo error messages more precise - #34

5.3.1

29 Dec 13:51
Compare
Choose a tag to compare
  • {Fix} Should().BeEquivalentTo() throws FormatException when the JSON contained curly brackets

5.3.0

17 Oct 12:11
a270667
Compare
Choose a tag to compare
  • {New} Improve error messages for invalid expectations - #30

5.2.0

30 Aug 08:58
Compare
Choose a tag to compare
  • {New} Adds BeValidJson to allow consecutive checks on the parsed JSON using the Which property - #29

5.1.0

29 Aug 13:49
28404d9
Compare
Choose a tag to compare
  • {New} Added MatchRegex() and NotMatchRegex() assertions - #23

5.0.0

04 Feb 18:59
0f0ac74
Compare
Choose a tag to compare
  • {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.