Skip to content

Releases: PosInformatique/PosInformatique.FluentAssertions.Json

v1.4.0

28 Oct 10:42
b779924
Compare
Choose a tag to compare

Improvements

  • Add new overload BeJsonDeserializableInto() method to test if a Stream contains a JSON serializable object (fixes #19).

Nuget package.

v1.3.0

28 Jun 04:09
1c07aaf
Compare
Choose a tag to compare

Improvements/fixes

  • Add a new BeJsonDeserializableInto() overload method to test JSON string collections, string and numeric values directly (fixes #16)

Internal

  • Migrates builds from Azure Pipelines to Github actions (fixes #17).

Nuget package.

v1.2.0

29 Oct 11:25
a66f8b2
Compare
Choose a tag to compare
  • Add new override BeJsonSerializableInto() method to test polymorphism serialization with discriminator JSON property. (fixes #14).
  • Add the support to assert the deserialization of root JSON array. (fixes #13).
  • Add the support of the "object" property. (fixes #12).

Nuget package.

v1.1.0

25 Oct 23:11
41a89f0
Compare
Choose a tag to compare
  • Add the support of JsonSerializerOptions (fixes #10).

Nuget package.

v1.0.5

15 Oct 13:58
dd41169
Compare
Choose a tag to compare
  • Use the FluentAssertions v6.0.0 library due to breaking changes between the version 5 and 6 with the BeEquivalentTo() API.

Nuget package.

v1.0.4

15 Oct 13:46
f061c4a
Compare
Choose a tag to compare

Nuget package.

v1.0.3

13 Oct 09:03
f26ce3c
Compare
Choose a tag to compare
  • Target the .NET Standard 2.0 instead of .NET Core 6.0.

Nuget package.

v1.0.2

11 Oct 23:23
ed344c1
Compare
Choose a tag to compare
  • Fix the README file.

Nuget package.

v1.0.1

10 Oct 23:44
bac412e
Compare
Choose a tag to compare
  • Various fixes for the NuGet package description.

Nuget package.

v1.0.0

10 Oct 21:26
418947c
Compare
Choose a tag to compare
  • Initial version.

Nuget package.