Skip to content

Releases: gkampitakis/go-snaps

v0.5.1

02 Feb 17:27
fd78fe7
Compare
Choose a tag to compare

What's Changed

  • fix: replace Print with Println by @G-Rath in #94

Full Changelog: v0.5.0...v0.5.1

v0.5.0

22 Jan 20:10
a7f793e
Compare
Choose a tag to compare

What's Changed

  • docs: improve readme code formatting and grammar by @G-Rath in #85
  • docs: improve TestMain references by @G-Rath in #86
  • chore(docs): minor improvements by @gkampitakis in #89
  • chore: clean up test mocks and change getTestID param order by @gkampitakis in #92
  • feat: don't create multiple snapshots when -test.count>1 by @gkampitakis in #90

Breaking changes ❗

On v0.5.0 when running tests with test.count>1 flag a call to create a snapshot will not create multiple instances of the same snapshot, but it will create the snapshot once and then subsequent execution will test against that snapshot. Look at issue #87

New Contributors

Full Changelog: v0.4.12...v0.5.0

v0.4.12

08 Nov 21:24
8565c6c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.11...v0.4.12

v0.4.11

30 Sep 09:23
ade9455
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.10...v0.4.11

v0.4.10

05 Sep 17:21
1b2c33a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.8...v0.4.10

v0.4.8

05 Jul 20:15
31d53b8
Compare
Choose a tag to compare

What's Changed

  • feat: add path of failed snapshot on diff report in #69

Full Changelog: v0.4.7...v0.4.8

v0.4.7

24 Jun 13:27
a3fd6aa
Compare
Choose a tag to compare

What's Changed

  • fix: improve some edge diffing cases in #66
  • chore: use 1.20 go version in #68
  • add support for Type matcher in #64

Full Changelog: v0.4.6...v0.4.7

v0.4.6

10 Jun 14:19
1c1786c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.5...v0.4.6

v0.4.5

24 May 18:38
f8620a8
Compare
Choose a tag to compare

What's Changed

  • feat: support configurable snapshot dir and filename by @gkampitakis in #60

Full Changelog: v0.4.4...v0.4.5

v0.4.4

22 May 18:15
24a2d6b
Compare
Choose a tag to compare

What's Changed

  • fix: clean snapshots should only delete .snap files by @gkampitakis in #62
  • fix: simplify identifying caller by @gkampitakis in #61
    • handle running go-snaps from godog

Full Changelog: v0.4.3...v0.4.4