Skip to content

Releases: SwissLife-OSS/snapshooter

0.4.6

24 May 09:17
c6ad57b

Choose a tag to compare

Add Nuget package icon

0.4.5

17 Apr 10:30
6c253fa

Choose a tag to compare

  • Support for Live Unit Testing in Visual Studio
  • Carriage return line feed normalization in snapshot file deserialization

0.4.4

15 Apr 12:35
26e3bed

Choose a tag to compare

Normalized snapshot line endings.

We normalized the snapshot line endings. Every \r\n, \n\r, \r will be normalized to \n.

0.4.3

12 Apr 08:33
1f1a3ae

Choose a tag to compare

Changed snapshot json serialization settings.

  • Null values will be included into json
  • Duplicate property names are not allowed

0.4.2

04 Apr 13:37
a58765e

Choose a tag to compare

Removed carriage returns in snapshot files.

0.4.1

03 Apr 14:52
c53e8f7

Choose a tag to compare

Changed snapshot json text format to UTF8.

0.4.0

22 Feb 23:48
98e50da

Choose a tag to compare

  • Support for snapshots matching in asynchronous child methods

0.3.1

20 Feb 15:21
2875a15

Choose a tag to compare

  • Formatted scalar string output

0.3.0

19 Feb 16:29
a84f3ca

Choose a tag to compare

  • Extended snapshots for scalar types (string, int etc.).
  • Normalized line endings of carriage return line feed.

0.2.0

15 Feb 17:05
1ac5992

Choose a tag to compare

Improved snapshot file and folder handling on the file system.