Releases: PosInformatique/PosInformatique.FluentAssertions.Json
Releases · PosInformatique/PosInformatique.FluentAssertions.Json
v1.4.0
Improvements
- Add new overload
BeJsonDeserializableInto()
method to test if a Stream contains a JSON serializable object (fixes #19).
v1.3.0
v1.2.0
v1.1.0
- Add the support of JsonSerializerOptions (fixes #10).
v1.0.5
- Use the FluentAssertions v6.0.0 library due to breaking changes between the version 5 and 6 with the
BeEquivalentTo()
API.
v1.0.4
- Ignore the [JsonIgnore] attribute properties.
v1.0.3
- Target the .NET Standard 2.0 instead of .NET Core 6.0.
v1.0.2
- Fix the README file.
v1.0.1
- Various fixes for the NuGet package description.
v1.0.0
- Initial version.