Skip to content

Releases: syrupy-project/syrupy

v0.3.9

08 Apr 05:00

Choose a tag to compare

0.3.9 (2020-04-08)

Bug Fixes

  • correctly track unused snapshots in classes (#177) (f780501)

v0.3.8

03 Apr 18:17

Choose a tag to compare

0.3.8 (2020-04-03)

Performance Improvements

  • only clear assertion _extension when overridden (#172) (82eae91)

v0.3.7

24 Mar 23:36

Choose a tag to compare

0.3.7 (2020-03-24)

Bug Fixes

  • support call syntax for snapshot fixture overriding (#160) (4cf051c)

v0.3.6

10 Mar 23:24

Choose a tag to compare

0.3.6 (2020-03-10)

Bug Fixes

  • specify correct min version of pytest (#157) (858bec7)

v0.3.5

08 Mar 18:45

Choose a tag to compare

0.3.5 (2020-03-08)

Bug Fixes

  • snapshot name warning showing on false negatives (#151) (d56860b)

v0.3.4

08 Mar 04:22

Choose a tag to compare

0.3.4 (2020-03-08)

Bug Fixes

  • show hidden line characters and accessible colors (#126) (fa442df), closes #150

v0.3.3

02 Mar 02:28
a02baf9

Choose a tag to compare

Added

  • Add --snapshot-default-extension option to specify extension class via pytest cli (#132)

Fixed

  • Fix bug where snapshot diffs were erroneously printed (#135)
  • Fix bug where snapshot names were incorrectly matching tests (#136)
  • Fix bug where deleted snapshots where incorrectly colored (#136)
  • Fix bug where targeting specific test nodes did not filter out unused snapshots (#139)
  • Fix bug where snapshot report was printed out before the pytest report (#144)

v0.3.2

14 Feb 00:55

Choose a tag to compare

Fixed

  • Fix bug where untargeted snapshots would be deleted when using pytest in targeted mode (#123)
  • Fix bug where snapshot files were not cleaned up when running specific test files (#127)
  • Fix bug where targeting specific test nodes in a test file was not supported (#127)
  • Fix bug where targeting specific test modules using pyargs was not supported (#127)

v0.3.1

15 Jan 14:35
0dfdfd8

Choose a tag to compare

Fixed

  • Fix bug where newline control characters were being translated based on platform (#113)

v0.3.0

14 Jan 19:16

Choose a tag to compare

v0.3.0 (2020-02-14)

Breaking Changes

  • Add support for named tuple fields (#108)
  • Add trailing commas to class fields (#108)

Fixed

  • Specify explicit version range for pytest peer dependency (#111)