Skip to content

Releases: syrupy-project/syrupy

v0.8.3

30 Oct 14:28

Choose a tag to compare

0.8.3 (2020-10-30)

Bug Fixes

  • assertion exception shows error at correct location (#402) (d46bba4)
  • only perform session finish on test items ran (#401) (61a670f)

v0.8.2

30 Oct 02:57

Choose a tag to compare

0.8.2 (2020-10-30)

Bug Fixes

  • unused snapshot detection for targeting single parameterized test case (#394) (e008935)

v0.8.1

29 Oct 03:30

Choose a tag to compare

0.8.1 (2020-10-29)

Bug Fixes

v0.8.0

27 Oct 15:28

Choose a tag to compare

0.8.0 (2020-10-27)

Features

  • amber: normalise line endings between operating systems (#377) (82b624d)

BREAKING CHANGES

  • Line control characters are normalised when snapshots are generated i.e. \r and \n characters are all written as \n. This is to allow interoperability of snapshots between operating systems that use disparate line control characters.

v0.7.2

20 Sep 00:26

Choose a tag to compare

0.7.2 (2020-09-20)

Bug Fixes

v0.7.1

05 Sep 16:38

Choose a tag to compare

0.7.1 (2020-09-05)

Bug Fixes

v0.7.0

24 Aug 21:27

Choose a tag to compare

0.7.0 (2020-08-24)

Features

v0.6.1

29 Jul 02:42

Choose a tag to compare

0.6.1 (2020-07-29)

Bug Fixes

v0.6.0

12 Jul 22:51

Choose a tag to compare

0.6.0 (2020-07-12)

Features

v0.5.2

09 Jul 14:44

Choose a tag to compare

0.5.2 (2020-07-09)

Bug Fixes

  • amber: Do not add empty line to empty iterables (#287) (0b4a9b0)