Skip to content

Releases: syrupy-project/syrupy

v0.0.7 - Show more detailed snapshot testing info in report

21 Dec 00:48
a5f46e5

Choose a tag to compare

v0.0.6 - Support snapshottest update flag for easier conversion

10 Dec 21:14
0251599

Choose a tag to compare

feat: change update opt to conform to snapshot test, close #29 (#32)

v0.0.5 - Compare snapshots by serialized values only

07 Dec 18:14
1680d10

Choose a tag to compare

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

07 Dec 18:11
c57b3ba

Choose a tag to compare

fix: do not delete partially written snapshot (#20)

v0.0.3 - Includes plugins module

06 Dec 21:15
de60716

Choose a tag to compare

Export entire syrupy module (#28)

* feat: export plugins

* wip: change from packages to py_modules

* wip: use find_packages