Skip to content

Releases: gkampitakis/go-snaps

v0.5.4

23 Apr 16:07
f98a2f9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

05 Apr 19:23
e31ee30
Compare
Choose a tag to compare

What's Changed

  • fix: race condition when updating snapshots in parallel by @gkampitakis in #97

Full Changelog: v0.5.2...v0.5.3

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