Skip to content

Releases: onsi/gomega

v1.11.0

07 Mar 11:17
Compare
Choose a tag to compare

Features

Fixes

  • Check more carefully for nils in WithTransform (#423) [3c60a15]
  • fix: typo in Makefile [b82522a]
  • Allow WithTransform function to accept a nil value (#422) [b75d2f2]
  • fix: print value type for interface{} containers (#409) [f08e2dc]
  • fix(BeElementOf): consistently flatten expected values [1fa9468]

v1.10.5

01 Feb 22:00
Compare
Choose a tag to compare

Fixes

  • fix: collections matchers should display type of expectation (#408) [6b4eb5a]
  • fix(ContainElements): consistently flatten expected values [073b880]
  • fix(ConsistOf): consistently flatten expected values [7266efe]

v1.10.4

08 Dec 20:12
Compare
Choose a tag to compare

Fixes

  • update golang net library to more recent version without vulnerability (#406) [817a8b9]
  • Correct spelling: alloted -> allotted (#403) [0bae715]
  • fix a panic in MessageWithDiff with long message (#402) [ea06b9b]

v1.10.3

12 Oct 17:56
Compare
Choose a tag to compare

Fixes

  • updates golang/x/net to fix vulnerability detected by snyk (#394) [c479356]

v1.10.2

04 Sep 19:23
Compare
Choose a tag to compare

Fixes

  • Add ExpectWithOffset, EventuallyWithOffset and ConsistentlyWithOffset to WithT (#391) [990941a]

v1.10.1

20 May 16:27
Compare
Choose a tag to compare

Fixes

v1.10.0

07 May 09:06
Compare
Choose a tag to compare

Features

  • Add HaveHTTPStatusMatcher (#378) [f335c94]
  • Changed matcher for content-type in VerifyJSONRepresenting (#377) [6024f5b]
  • Make ghttp usable with x-unit style tests (#376) [c0be499]
  • Implement PanicWith matcher (#381) [f8032b4]

v1.9.0

01 Feb 10:42
Compare
Choose a tag to compare

Features

  • Add ContainElements matcher (#370) [2f57380]
  • Output missing and extra elements in ConsistOf failure message [a31eda7]
  • Document method LargestMatching [7c5a280]

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]