Skip to content

Commit beaf16d

Browse files
committed
v2.14.0
1 parent 4a2c832 commit beaf16d

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 2.14.0
2+
3+
### Features
4+
You can now use `GinkgoTB()` when you need an instance of `testing.TB` to pass to a library.
5+
6+
Prior to this release table testing only supported generating individual `It`s for each test entry. `DescribeTableSubtree` extends table testing support to entire testing subtrees - under the hood `DescrieTableSubtree` generates a new container for each entry and invokes your function to fill our the container. See the [docs](https://onsi.github.io/ginkgo/#generating-subtree-tables) to learn more.
7+
8+
- Introduce DescribeTableSubtree [65ec56d]
9+
- add GinkgoTB() to docs [4a2c832]
10+
- Add GinkgoTB() function (#1333) [92b6744]
11+
12+
### Fixes
13+
- Fix typo in internal/suite.go (#1332) [beb9507]
14+
- Fix typo in docs/index.md (#1319) [4ac3a13]
15+
- allow wasm to compile with ginkgo present (#1311) [b2e5bc5]
16+
17+
### Maintenance
18+
- Bump golang.org/x/tools from 0.16.0 to 0.16.1 (#1316) [465a8ec]
19+
- Bump actions/setup-go from 4 to 5 (#1313) [eab0e40]
20+
- Bump github/codeql-action from 2 to 3 (#1317) [fbf9724]
21+
- Bump golang.org/x/crypto (#1318) [3ee80ee]
22+
- Bump golang.org/x/tools from 0.14.0 to 0.16.0 (#1306) [123e1d5]
23+
- Bump github.com/onsi/gomega from 1.29.0 to 1.30.0 (#1297) [558f6e0]
24+
- Bump golang.org/x/net from 0.17.0 to 0.19.0 (#1307) [84ff7f3]
25+
126
## 2.13.2
227

328
### Fixes

types/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package types
22

3-
const VERSION = "2.13.2"
3+
const VERSION = "2.14.0"

0 commit comments

Comments
 (0)