Releases: syrupy-project/syrupy
Releases · syrupy-project/syrupy
v0.0.11 - Add missing typing_extensions dependency
Fixed
- Add missing
typing_extensions
dependency to package setup.py #75
v0.0.10 - Amber Snapshot Serializer
Breaking Changes
- Remove pyyaml serializer in favour of in-house Amber serializer #69
- Remove
snapshot(value)
syntax in favour ofassert snapshot ==
andsnapshot.assert_match
#68
Fixed
- Correctly update snapshots when targeting parameterized tests #64
- Remove pinned library dependencies #66
Community
- Include Apache OSS license into python package on pypi #65
v0.0.9 - Fixes snapshotting multiline strings with default yaml serializer
Fixed
- Snapshotting multiline string and empty strings
- Support for snapshotting
None
,false
,0
and other falsy values
v0.0.8 - Fixes comparing snapshot by serialised values
Fixed
- Comparing snapshot by serialised values
Added
- Improved diff reporting on snapshot failures
v0.0.7 - Show more detailed snapshot testing info in report
docs: add Python version badge (#45)
v0.0.6 - Support snapshottest update flag for easier conversion
feat: change update opt to conform to snapshot test, close #29 (#32)
v0.0.5 - Compare snapshots by serialized values only
fix: compare snapshots without deserializing (#26) * wip: remove deserialization * wip: use yaml safe full loader * wip: compare serialized data * wip: remove unneeded import * test: refactor grouping * refactor: test grouping * wip: do not rewrite matching snapshots * cr: collapse conditionals
v0.0.4 - Do not delete partially updated snapshot files
fix: do not delete partially written snapshot (#20)
v0.0.3 - Includes plugins module
Export entire syrupy module (#28) * feat: export plugins * wip: change from packages to py_modules * wip: use find_packages