Releases: syrupy-project/syrupy
Releases · syrupy-project/syrupy
v1.2.0
Ignore this version. Never published to pypi.
v1.1.0
1.1.0 (2020-12-01)
Features
- add PEP-561 py.typed file for downstream type checkers (#440) (fe15bdb), closes #439
v1.0.0
1.0.0 (2020-11-13)
Features
BREAKING CHANGES
v0.9.0
0.9.0 (2020-11-13)
Features
- expand single filename legal characters (#398) (302916b)
v0.8.4
0.8.4 (2020-10-30)
Performance Improvements
- optimise session items data structures (#403) (818d405)
v0.8.3
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
0.8.2 (2020-10-30)
Bug Fixes
- unused snapshot detection for targeting single parameterized test case (#394) (e008935)
v0.8.1
0.8.1 (2020-10-29)
Bug Fixes
v0.8.0
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
0.7.2 (2020-09-20)
Bug Fixes