Skip to content

Releases: gkampitakis/go-snaps

v0.2.0

30 Dec 15:41
192a95c
Compare
Choose a tag to compare

What's Changed

  • feat: drop config in #13
  • refactor some code pieces and function naming
  • extend unit test coverage

BREAKING CHANGES: no longer expose a configuration for changing snapshots
directory and snapshot file extension

Full Changelog: v0.1.4...v0.2.0

v0.1.4

29 Dec 15:05
bcffbce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

Identify obsolete snapshots

25 Dec 12:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

09 Dec 20:44
Compare
Choose a tag to compare

0.1.2 (2021-12-09)

Bug Fixes

  • add unit tests (c21293f)
  • colorize spaces and tabs on diff (ef8ccb1)
  • use concurrency safe sync.Map (a18d31a)