Skip to content

Releases: onsi/gomega

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

v1.3.0

05 Jan 22:14
Compare
Choose a tag to compare

v1.2.0

16 Jul 19:35
Compare
Choose a tag to compare
  • Added gbytes.TimeoutCloser, gbytes.TimeoutReader, and gbytes.TimeoutWriter - these are convenience wrappers that timeout if the underlying Closer/Reader/Writer does not return within the alloted time.
  • Added gbytes.BufferReader - this constructs a gbytes.Buffer that asynchronously reads the passed-in io.Reader into its buffer.

Gomega v1.1.0

29 Mar 03:53
Compare
Choose a tag to compare

A ton of new matchers, abstractions, and features... too many to enumerate!