Releases: syrupy-project/syrupy
Releases · syrupy-project/syrupy
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