Skip to content

Releases: earthboundkid/be

v0.23.2

19 Oct 21:01
Compare
Choose a tag to compare

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

01 Jun 18:47
Compare
Choose a tag to compare

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.
  • Add back the coverage badge using coversall.io #10

Full Changelog: v0.22.5...v0.23.1

v0.22.5

23 May 14:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.22.4...v0.22.5