Sourced from github.com/onsi/gomega's releases.
v1.39.1
1.39.1
Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.
v1.39.0
1.39.0
Features
Add
MatchErrorStrictlywhich only passes iferrors.Is(actual, expected)returns true.MatchError, by contrast, will fallback to string comparison.v1.38.3
1.38.3
Fixes
make string formatitng more consistent for users who use format.Object directly
v1.38.2
1.38.2
- roll back to go 1.23.0 [c404969]
v1.38.1
1.38.1
Fixes
Numerous minor fixes and dependency bumps
v1.38.0
1.38.0
Features
- gstruct handles extra unexported fields [4ee7ed0]
Fixes
- support [] in IgnoringTopFunction function signatures (#851) [36bbf72]
Maintenance
- Bump golang.org/x/net from 0.40.0 to 0.41.0 (#846) [529d408]
- Fix typo [acd1f55]
- Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#835) [bae65a0]
- Bump nokogiri from 1.18.4 to 1.18.8 in /docs (#842) [8dda91f]
- Bump golang.org/x/net from 0.39.0 to 0.40.0 (#843) [212d812]
- Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#839) [59bd7f9]
- Bump nokogiri from 1.18.1 to 1.18.4 in /docs (#834) [328c729]
- Bump uri from 1.0.2 to 1.0.3 in /docs (#826) [9a798a1]
- Bump golang.org/x/net from 0.37.0 to 0.39.0 (#841) [04a72c6]
... (truncated)
Sourced from github.com/onsi/gomega's changelog.
1.39.1
Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.
1.39.0
Features
Add
MatchErrorStrictlywhich only passes iferrors.Is(actual, expected)returns true.MatchError, by contrast, will fallback to string comparison.1.38.3
Fixes
make string formatitng more consistent for users who use format.Object directly
1.38.2
- roll back to go 1.23.0 [c404969]
1.38.1
Fixes
Numerous minor fixes and dependency bumps
1.38.0
Features
- gstruct handles extra unexported fields [4ee7ed0]
Fixes
- support [] in IgnoringTopFunction function signatures (#851) [36bbf72]
Maintenance
- Bump golang.org/x/net from 0.40.0 to 0.41.0 (#846) [529d408]
- Fix typo [acd1f55]
- Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#835) [bae65a0]
- Bump nokogiri from 1.18.4 to 1.18.8 in /docs (#842) [8dda91f]
- Bump golang.org/x/net from 0.39.0 to 0.40.0 (#843) [212d812]
- Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#839) [59bd7f9]
- Bump nokogiri from 1.18.1 to 1.18.4 in /docs (#834) [328c729]
- Bump uri from 1.0.2 to 1.0.3 in /docs (#826) [9a798a1]
- Bump golang.org/x/net from 0.37.0 to 0.39.0 (#841) [04a72c6]
1.37.0
Features
- add To/ToNot/NotTo aliases for AsyncAssertion [5666f98]
1.36.3
... (truncated)
1a25a36
v1.39.1406faee
bump all deps49561ad
v1.39.08f7f425
document MatchErrorStrictlybae643d
add matcher relecting errors.Is behaviora3ca2ca
v1.38.34dada36
fix failing have http testsd40c691
make string formatitng more consistent for users who use format.Object
directly2a37b46
doc: fix typosee26170
docs: fix HaveValue example