Skip to content

Releases: snikch/goodman

Fix regression from 0.3.0 due to transaction decoding

25 Aug 10:08
Compare
Choose a tag to compare
Fix field name to match Dredd (#37)

* Fix field name to match dredd

Fixes a bug introduced in 0.3.0

* Fix spelling

Update transaction's expected field to be struct instead of raw json

21 Aug 01:33
Compare
Choose a tag to compare
0.3.0

Add 'expected' object for use in hooks (#36)

Fix bug when trying to un skip a transaction

21 Aug 01:17
Compare
Choose a tag to compare
#32 - Do not omit 'skip' when false otherwise you cannot unskip trans…

…actions (#35)

* Do not omit 'skip' when false otherwise you cannot unskip transactions

* Update Gherkin spec to include non-omittable skip field

* Also update unit tests to include non-omitted skip field

Fix data race and update CI build to run with race detector on

22 Jun 09:33
Compare
Choose a tag to compare
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

14 Jun 21:54
Compare
Choose a tag to compare
Add missing (undocumented) id field to Transaction (#30)

Fixes 'undefined' test description in dredd report

Fix warnings due to unused methods exported over RPC

13 Jun 14:26
Compare
Choose a tag to compare

Retry connection to hooks server

22 Apr 22:05
Compare
Choose a tag to compare

This improves the robustness of connecting to the hooks servers.

Initial Release

29 Jan 16:50
Compare
Choose a tag to compare
0.1.0

Update .travis.yml (#15)