Releases: earthboundkid/be
Releases · earthboundkid/be
v0.23.2
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
v0.23.1
What's Changed
-
Add new testfile subpackage in #11
- Includes tools for reading from and writing to test golden files and
testfile.Run
for running subtests for each matching test file.
- Includes tools for reading from and writing to test golden files and
-
Add back the coverage badge using coversall.io #10
Full Changelog: v0.22.5...v0.23.1
v0.22.5
What's Changed
- README: Add awesome badge by @carlmjohnson in #4
- Add Relaxed by @carlmjohnson in #6
Full Changelog: v0.22.4...v0.22.5