What's Changed
-
README: More example usage by @carlmjohnson in #13
-
Doc changes by @carlmjohnson in #15
-
Testfile updates by @carlmjohnson in #16
- Testfile now clears test failures once a test passes
- Testfile now support setting
TESTFILE_UPDATE
as an environmental variable to update changed golden files - 💥Minor breaking change: The format of testfile JSON has changed to not escape HTML. Run
TESTFILE_UPDATE=1 go test ./...
to fix any JSON files as part of upgrading.
Full Changelog: v0.23.1...v0.23.2