Skip to content

Releases: gkampitakis/go-snaps

v0.2.4

07 Apr 19:27
Compare
Choose a tag to compare

What's Changed

  • fix: ignore end chars --- inside snapshot in #26
  • chore: add go 1.18 to test matrix in #23

Full Changelog: v0.2.3...v0.2.4

v0.2.3

27 Jan 21:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

02 Jan 19:42
Compare
Choose a tag to compare

What's Changed

  • fix: introduce snaps.update flag

  • fix: simplify flag parsing

Full Changelog: v0.2.1...v0.2.2

v0.2.1

02 Jan 17:19
1809655
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

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)