Releases: snikch/goodman
Releases · snikch/goodman
Fix regression from 0.3.0 due to transaction decoding
Update transaction's expected field to be struct instead of raw json
0.3.0 Add 'expected' object for use in hooks (#36)
Fix bug when trying to un skip a transaction
0.2.4 #32 - Do not omit 'skip' when false otherwise you cannot unskip trans…
Fix data race and update CI build to run with race detector on
Fix a data race between Cmd.Run and Process.Kill (#31) * Fix a data race between Cmd.Run and Process.Kill * Travis: test with race detection enabled
Fixes 'undefined' test description in dredd report
Add missing (undocumented) id field to Transaction (#30) Fixes 'undefined' test description in dredd report
Fix warnings due to unused methods exported over RPC
Retry connection to hooks server
This improves the robustness of connecting to the hooks servers.
Initial Release
0.1.0 Update .travis.yml (#15)