Sourced from github.com/onsi/ginkgo/v2's releases.
v2.9.0
2.9.0
Features
AttachProgressReporter is an experimental feature that allows users to provide arbitrary information when a ProgressReport is requested [28801fe]
GinkgoT() has been expanded to include several Ginkgo-specific methods [2bd5a3b]
The intent is to enable the development of third-party libraries that integrate deeply with Ginkgo using
GinkgoT()
to access Ginkgo's functionality.
Sourced from github.com/onsi/ginkgo/v2's changelog.
2.9.0
Features
AttachProgressReporter is an experimental feature that allows users to provide arbitrary information when a ProgressReport is requested [28801fe]
GinkgoT() has been expanded to include several Ginkgo-specific methods [2bd5a3b]
The intent is to enable the development of third-party libraries that integrate deeply with Ginkgo using
GinkgoT()
to access Ginkgo's functionality.
2470852
v2.9.08cda4ef
ignore empty progress reports119f1d8
note that AttachProgressReporter is an experimental featureae8c900
handle failures and panics in attached progress reportersb670c81
go mod tidy2bd5a3b
Expand GinkgoT() to include several Ginkgo-specific methods28801fe
AttachProgressReporter allows users to provide arbitrary information
when a P...