Codebase list golang-gomega / b001323
v1.12.0 Onsi Fakhouri 2 years ago
2 changed file(s) with 15 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 ## 1.12.0
1
2 ### Features
3 - Add Satisfy() matcher (#437) [c548f31]
4 - tweak truncation message [3360b8c]
5 - Add format.GomegaStringer (#427) [cc80b6f]
6 - Add Clear() method to gbytes.Buffer [c3c0920]
7
8 ### Fixes
9 - Fix error message in BeNumericallyMatcher (#432) [09c074a]
10 - Bump github.com/onsi/ginkgo from 1.12.1 to 1.16.2 (#442) [e5f6ea0]
11 - Bump github.com/golang/protobuf from 1.4.3 to 1.5.2 (#431) [adae3bf]
12 - Bump golang.org/x/net (#441) [3275b35]
13
014 ## 1.11.0
115
216 ### Features
2323 "github.com/onsi/gomega/types"
2424 )
2525
26 const GOMEGA_VERSION = "1.11.0"
26 const GOMEGA_VERSION = "1.12.0"
2727
2828 const nilFailHandlerPanic = `You are trying to make an assertion, but Gomega's fail handler is nil.
2929 If you're using Ginkgo then you probably forgot to put your assertion in an It().