Skip to content

Releases: onsi/gomega

v1.8.1

19 Dec 15:57
Compare
Choose a tag to compare

Fixes

  • Fix unexpected MatchError() behaviour (#375) [8ae7b2f]

v1.8.0

18 Dec 17:34
Compare
Choose a tag to compare

Features

  • Allow optional description to be lazily evaluated function (#364) [bf64010]
  • Support wrapped errors (#359) [0a981cb]

v1.7.1

30 Oct 17:14
Compare
Choose a tag to compare

Fixes

  • Bump go-yaml version to cover fixed ddos heuristic (#362) [95e431e]

v1.7.0

28 Aug 21:50
Compare
Choose a tag to compare

Features

Fixes

  • minor fix in the documentation of ExpectWithOffset (#358) [beea727]

v1.6.0

19 Aug 16:17
Compare
Choose a tag to compare

Features

  • Display special chars on error [41e1b26]
  • Add BeElementOf matcher [6a48b48]

Fixes

v1.5.0

12 Mar 19:47
Compare
Choose a tag to compare

Features

  • Added MatchKeys matchers [8b909fc]

Fixes and Minor Improvements

  • Add type aliases to remove stuttering [03b0461]
  • Don't run session_test.go on windows (#324) [5533ce8]

v1.4.3

21 Nov 17:15
Compare
Choose a tag to compare

Fixes:

  • ensure file name and line numbers are correctly reported for XUnit [6fff58f]
  • Fixed matcher for content-type (#305) [69d9b43]

v1.4.2

11 Sep 16:14
Compare
Choose a tag to compare

Fixes:

  • Add go.mod and go.sum files to define the gomega go module [f3de367, a085d30]
  • Work around go vet issue with Go v1.11 (#300) [40dd6ad]
  • Better output when using with go XUnit-style tests, fixes #255 (#297) [29a4b97]
  • Fix MatchJSON fail to parse json.RawMessage (#298) [ae19f1b]
  • show threshold in failure message of BeNumericallyMatcher (#293) [4bbecc8]

v1.4.1

17 Jul 16:16
Compare
Choose a tag to compare

Fixes:

  • Update documentation formatting and examples (#289) [9be8410]
  • allow 'Receive' matcher to be used with concrete types (#286) [41673fd]
  • Fix data race in ghttp server (#283) [7ac6b01]
  • Travis badge should only show master [cc102ab]

v1.4.0

14 May 16:18
Compare
Choose a tag to compare

Features

Fixes