Skip to content

Releases: SwissLife-OSS/snapshooter

0.5.5

27 Jul 19:13
6353c0c
Compare
Choose a tag to compare

Fixes #98

Changes:

This list of changes was auto generated.

0.5.4

05 Jun 14:40
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

0.5.3

02 Mar 09:09
ebbdf13
Compare
Choose a tag to compare
0.5.3 Pre-release
Pre-release
Update for new build pipeline (#85)

0.5.2

13 Jan 09:21
Compare
Choose a tag to compare
  • Fix(NameReader): exception handling for fullname reader (#69)
  • Fixed property ordering for inherited objects (#68 )

0.5.1

30 Sep 16:12
Compare
Choose a tag to compare
  • Fixed Snapshots on Anonymous Types (#64)

0.5.0

30 Sep 15:38
Compare
Choose a tag to compare
  • Adds Strict-Mode for Ci-Server #55

0.4.7

06 Jun 14:15
f3259f5
Compare
Choose a tag to compare
  • Fluent assertion support
    • Removes "Subject" Property when using FluentAssertions. Snapshots now look the same, no matter if you use FluentAssertions or not

0.4.6

24 May 09:17
c6ad57b
Compare
Choose a tag to compare

Add Nuget package icon

0.4.5

17 Apr 10:30
6c253fa
Compare
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
Compare
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.