Skip to content

Releases: Sironfoot/baloon

v2.0.0 - Unit test setup/teardown error handling

23 Nov 22:09
Compare
Choose a tag to compare
  • breaking change: unit test setup/teardown functions accept a testing.T and instead of returning an error, will call T.Fatal() on database errors.
  • breaking change: custom unit test setup/teardown code can make use of a testing.T struct from the unit test to perform error handling.

v1.0.1 - Bug fixes

23 Nov 21:15
Compare
Choose a tag to compare
  • prevent errors during teardown due to missing or stopped app executable (both file and process).
  • update readme to should preferred use of defer fixture.Close()

v1.0.0 - First stable version

20 Nov 22:54
Compare
Choose a tag to compare
  • First major/stable version
  • added: Support for custom Go build commands

v0.1.0 - First Release

16 Nov 23:24
Compare
Choose a tag to compare
Pre-release
  • Initial release
  • Fairly API stable
  • Use with caution