Skip to content

Releases: syrupy-project/syrupy

v1.2.0

05 Mar 17:50
Compare
Choose a tag to compare

Ignore this version. Never published to pypi.

v1.1.0

01 Dec 23:20
Compare
Choose a tag to compare

1.1.0 (2020-12-01)

Features

  • add PEP-561 py.typed file for downstream type checkers (#440) (fe15bdb), closes #439

v1.0.0

13 Nov 03:02
Compare
Choose a tag to compare

1.0.0 (2020-11-13)

Features

BREAKING CHANGES

  • Release v1.0.0

v0.9.0

13 Nov 02:51
Compare
Choose a tag to compare

0.9.0 (2020-11-13)

Features

  • expand single filename legal characters (#398) (302916b)

v0.8.4

30 Oct 20:04
Compare
Choose a tag to compare

0.8.4 (2020-10-30)

Performance Improvements

  • optimise session items data structures (#403) (818d405)

v0.8.3

30 Oct 14:28
Compare
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
Compare
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
Compare
Choose a tag to compare

0.8.1 (2020-10-29)

Bug Fixes

v0.8.0

27 Oct 15:28
Compare
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
Compare
Choose a tag to compare

0.7.2 (2020-09-20)

Bug Fixes