Skip to content

Releases: fluentassertions/fluentassertions.json

8.0.0

16 Jan 18:32
0606d9a
Compare
Choose a tag to compare

What's Changed

Breaking Changes

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

Full Changelog: 6.1.0...8.0.0

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