Skip to content

Commit e313a7c

Browse files
committed
v2.27.0
1 parent abe7e78 commit e313a7c

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 2.27.0
2+
3+
### Features
4+
5+
#### Transforming Nodes during Tree Construction
6+
7+
This release adds support for `NodeArgsTransformer`s that can be registered with `AddTreeConstructionNodeArgsTransformer`.
8+
9+
These are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators. This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.
10+
11+
Learn more [here](https://onsi.github.io/ginkgo/#advanced-transforming-node-arguments-during-tree-construction).
12+
13+
#### Spec Prioritization
14+
15+
A new `SpecPriority(int)` decorator has been added. Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs
16+
17+
Learn more [here](https://onsi.github.io/ginkgo/#prioritizing-specs).
18+
19+
### Maintenance
20+
- Bump rexml from 3.4.0 to 3.4.2 in /docs (#1595) [1333dae]
21+
- Bump github.com/gkampitakis/go-snaps from 0.5.14 to 0.5.15 (#1600) [17ae63e]
22+
123
## 2.26.0
224

325
### Features

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.26.0"
3+
const VERSION = "2.27.0"

0 commit comments

Comments
 (0)